# Functions
CRSToCRS facilitates transformations between two coordinate reference systems.
TransformForward performs a forward transformation of the supplied coordinate.
TransformInverse performs an inverse transformation of the supplied coordinate.
# Interfaces
Coordinate wraps functions that allow communication with the cproj package.
# Type aliases
CRS is a coordinate reference system definition.
LP is a geodetic coordinate expressed in radians.
Transformation functions are passed to CRSToCRS.
XY is a 2D cartesian coordinate.
XYZ is a 3D cartesian coordinate.