No description
  • Rust 99%
  • Dockerfile 1%
Find a file
Graham McIntire ca76ebabab
Add tests for all modules, fix geodesic path sampling bug
92 tests covering: request parsing, error responses, JSON/GeoJSON
serialization, config filename parsing, tile corner math, polyline
decoding, geodesic path sampling, raster interpolation, nodata handling,
and bounds checking.

Fixed bug in sample_points_on_path where the geographiclib-rs 3-tuple
InverseGeodesic return (azi1, azi2, a12) was incorrectly destructured
as (s12, azi1, azi2), causing all sampled points to collapse to the
path endpoint.
2026-04-04 09:24:06 -05:00
src Add tests for all modules, fix geodesic path sampling bug 2026-04-04 09:24:06 -05:00
.gitignore init 2026-04-03 16:28:54 -05:00
Cargo.lock Add tests for all modules, fix geodesic path sampling bug 2026-04-04 09:24:06 -05:00
Cargo.toml Add tests for all modules, fix geodesic path sampling bug 2026-04-04 09:24:06 -05:00
config.yaml Update to latest dependency versions and fix Docker build 2026-04-03 16:36:48 -05:00
docker-compose.yml init 2026-04-03 16:28:54 -05:00
Dockerfile Drop proj crate, use GDAL's built-in coordinate transform instead 2026-04-03 17:59:16 -05:00
example-config.yaml init 2026-04-03 16:28:54 -05:00
VERSION init 2026-04-03 16:28:54 -05:00