Skip to content

Commit 1af94ba

Browse files
added explanations
1 parent 2778118 commit 1af94ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/eproj/src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
//! `eproj` is a crate for converting coordinates between different geospatial
2-
//! coordinate reference systems.
1+
//! `eproj` is a library for coordinate reference system transformations.
32
//!
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.
46
57
pub use eproj_core::{Coordinate3, Error, Projector, SpatialReferenceIdentifier};

0 commit comments

Comments
 (0)