geonative-utils 0.3.1

Geometric algorithms (Douglas-Peucker simplification, Hilbert curve, distance/length/area) for the geonative geospatial library.
Documentation

geonative-utils

Geometric algorithms for the geonative 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.