package
0.2.12
Repository: https://github.com/ctessum/geom.git
Documentation: pkg.go.dev

# README

projgeom

Go library for geodesic reprojections of Open GIS Consortium-style geometry objects.

# Functions

AEA is an Albers Conical Equal Area projection.
EqdC is an Equidistant Conic projection.
Krovak is a Krovak projection.
LCC is a Lambert Conformal Conic projection.
LongLat is a longitude-latitude (i.e., no projection) projection.
Merc is a mercator projection.
NewSR initializes a SR object and sets fields to default values.
Parse parses a WKT- or PROJ4-formatted projection string into a Proj object.
TMerc is a transverse Mercator projection.
UTM is a universal transverse Mercator projection.

# Structs

SR holds information about a spatial reference (projection).

# Type aliases

A Transformer takes input coordinates and returns output coordinates and an error.
A TransformerFunc creates forward and inverse Transformers from a projection.