eldang / elevation_lookups

Takes an input file of paths described as series of points, outputs a file of data about the elevation changes along those paths.
Apache License 2.0
3 stars 2 forks source link

Generalised raster lookups; added raster projection support; improved docs #8

Closed eldang closed 3 years ago

eldang commented 3 years ago

This is a small increment:

Note that the code in its current state uses some srtm options that are not documented in the README. This is because I'm going to pull them out and treat SRTM as a universal fallback with nothing specified in datasources.json for it. I just haven't had time to finish that work today.