geonative-utils 0.2.0

Geometric algorithms (Douglas-Peucker simplification, Hilbert curve, distance/length/area) for the geonative geospatial library.
Documentation
1
2
3
4
5
6
7
8
9
# geonative-utils

Geometric algorithms for the [geonative](https://geonative.zebflow.com) geospatial library.

Currently:
- **Douglas-Peucker line simplification** — preserves ring closure for polygons, dispatches across all geometry variants (Point passes through unchanged).
- **`tolerance_for_zoom(zoom)`** — preset tolerance table for typical web-map LOD pipelines.

Pure-Rust, no deps beyond `geonative-core`.