nst-guide / terrain

Generate contours, hillshade, Terrain RGB, slope-angle shading tiles from elevation data.
https://nst.guide
MIT License
89 stars 14 forks source link

Size of the downloaded DEM #7

Closed SaiedFarag closed 1 year ago

SaiedFarag commented 1 year ago

Since we have to download DEM to generate slope, what if we need to generate a slope degrees layer of the entire U.S. with a 1-mater resolution? the size of the needed DEM is very very huge. how do we download and store it to start working on it using GDAL? I think the size of this DEM will be +700 TB !!!!

kylebarron commented 1 year ago

this code isn't ideal for something of the entire us. you can use it on the cloud if you wish, but you need to do more iterative processing to work with such large data.

SaiedFarag commented 1 year ago

Thanks, I would appreciate any advice to implement a slope layer a a global scale or U.S. coverage like Caltopo.