oxiproj-transformations
Datum transformations and coordinate conversions for OxiProj.
Part of the OxiProj workspace — a 100% Pure-Rust port of PROJ 9.8.0.
Features
- Helmert (7-/14-parameter) similarity transformations between datums
- Molodensky / abridged Molodensky horizontal datum shifts
- Grid-based NTv2/GTX horizontal and vertical shifts via
oxiproj-gridsintegration - Geocentric ↔ geographic conversions and unit conversions (degree ↔ radian, metre ↔ foot, etc.)
- Vertical transformations: geoid height models, vertical offset and slope
- Mirrors the
oxiproj-projectionsbuild/param pattern:TransParamLookup,TransParams,TransBuild
Usage
// Transformations are normally invoked through oxiproj-engine or the oxiproj facade.
// Direct dispatch example:
use ;
License
Apache-2.0. Copyright 2026 COOLJAPAN OU (Team Kitasan).