Open dabreegster opened 11 months ago
As an example, contour GeoJSON from Brest: https://github.com/eldang/elevation_lookups/pull/35. It looks like we can just project an input point onto the nearest contour and not even interpolate between multiple to match https://github.com/eldang/elevation_lookups/blob/7dd55887706956d29f4fef8d7e7923c3cfabfa1c/data.py#L476
Oh, and this should possibly be a separate crate, since this one is concerned with geotiffs only so far
As an example, contour GeoJSON from Brest: https://github.com/eldang/elevation_lookups/pull/35. It looks like we can just project an input point onto the nearest contour and not even interpolate between multiple to match https://github.com/eldang/elevation_lookups/blob/7dd55887706956d29f4fef8d7e7923c3cfabfa1c/data.py#L476