package
0.1.0
Repository: https://github.com/go-spatial/geom.git
Documentation: pkg.go.dev

# Packages

Package utm provides the ability to work with UTM coordinates References: https://stevedutch.net/FieldMethods/UTMSystem.htm https://gisgeography.com/central-meridian/ */.

# Functions

ToDegree will convert a value in radians to degrees.
ToRadian will convert a value in degree to radians.

# Structs

DMS is the degree minutes and seconds.
Ellipsoid describes an Ellipsoid this may change when we get a proper projection package.
LngLat describes Latitude,Longitude values.

# Interfaces

Interface is an interface that wraps a ToLngLat methods ToLngLat should returns the a LngLat value in degrees that represents that given value as closely as possible.