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

Raster data sources' `units` field is ignored #24

Closed eldang closed 3 years ago

eldang commented 3 years ago

I forgot to implement checking units for raster data sources, so the current output pretends everything is in metres even if the data source was in feet.

eldang commented 3 years ago

Note also that the Seattle LIDAR file configured in datasources.json is actually in metric, not feet as that JSON currently claims. When fixing this bug, I will also correct that error.