terrana 0.1.1

Zero-config spatial API server — point it at a CSV, Parquet, or GeoJSON file and get a REST API with spatial and geometry queries.
1
2
3
4
5
6
pub mod area;
pub mod buffer;
pub mod dissolve;
pub mod hull;
pub mod measure;
pub mod simplify;