# 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.
# Type aliases
A Transformer takes input coordinates and returns output coordinates and an error.
A TransformerFunc creates forward and inverse Transformers from a projection.