package
8.0.0
Repository: https://github.com/everystreet/go-proj.git
Documentation: pkg.go.dev

# 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.

# Structs

Area of use for a particular CRS.
LPZ is a geodetic coordinate expressed in radians, with a vertical component.
LPZT is a geodetic coordinate expressed in radians, with vertical and time components.
XYZT is a 3D cartesian coordinate with a time component.

# 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.
XY is a 2D cartesian coordinate.
XYZ is a 3D cartesian coordinate.