coordinate-transformer 1.7.0

Provides functions and structures for converting geocentric Cartesian coordinates, latitude and longitude, JPR, and pixel coordinates.
Documentation
1
2
3
4
5
6
7
8
9
10
pub use jpr_ll::*;
pub use pixel_ll::*;
pub use structure::*;
pub use xyz_ll::*;

pub mod jpr_ll;
pub mod pixel_ll;
pub mod xyz_ll;
pub mod structure;