Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate no-fire polygons #42

Open
kylebarron opened this issue Jan 2, 2020 · 2 comments
Open

Generate no-fire polygons #42

kylebarron opened this issue Jan 2, 2020 · 2 comments

Comments

@kylebarron
Copy link
Member

I.e. use a DEM and find all the areas above 10,000 feet in Yosemite, or whatever elevation it is. Do that for each area

@kylebarron
Copy link
Member Author

The easiest way to do this is probably to take the USGS Contours dataset, take the intersection of it and the polygons of interest above x feet.

The issue is that the contours are lines, not polygons. So you'd presumably have to polygonize the lines. But which way do the lines point? Is it standardized in the data?

@kylebarron
Copy link
Member Author

Note that gdal contour has a polygon option
https://gdal.org/programs/gdal_contour.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant