We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2778118 commit 1af94baCopy full SHA for 1af94ba
crates/eproj/src/lib.rs
@@ -1,5 +1,7 @@
1
-//! `eproj` is a crate for converting coordinates between different geospatial
2
-//! coordinate reference systems.
+//! `eproj` is a library for coordinate reference system transformations.
3
//!
+//! It wraps the crate [proj-sys](https://github.com/georust/proj/tree/main/proj-sys) and
4
+//! provides full 3D coordinate projection support. The 3D support was developed for the
5
+//! [tyler](https://github.com/3DGI/tyler) crate and further extended.
6
7
pub use eproj_core::{Coordinate3, Error, Projector, SpatialReferenceIdentifier};
0 commit comments