EPSG Geodetic Parameters
Usage example:
// Create a boxed converter between WGS84 Lat/Lon and WGS84 UTM zone 32N
use ;
let converter = get_coord_transform.expect;
Coordinates of the office where this converter was written in UTM:
let = ;
// To get the latitude and longitude, use the CoordTransform::to_deg method.
let = converter.to_deg;
assert!;
assert!;