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
pub mod geometry;
pub mod meta;
pub mod query;
pub mod within;