dabreegster / elevation

Explore options for reading elevation data in pure Rust
Apache License 2.0
1 stars 0 forks source link

Should this crate even exist? #4

Open dabreegster opened 1 year ago

dabreegster commented 1 year ago

@pka, there's not very much code in https://github.com/dabreegster/elevation/blob/main/src/lib.rs at all. Would it make sense to just upstream this in georaster and clearly document that the methods are only valid when the geotiff is already in EPSG:4326?

pka commented 1 year ago

Since the goal of georaster is to provide useful spatial queries on raster data, integrating these methods would make absolutely sense to me.

dabreegster commented 1 year ago

Awesome! I'll send a PR hopefully soon