PROJ wrapper for the transformation of points between different coorinate reference systems.
v2 version of this package requires Proj > 4. The API of this package changed, please check the documentation.
You need to set the environment PROJ_USE_PROJ4_INIT_RULES=YES
if you want to use Proj.4 init strings (+init=epsg:xxx
) with backwards compatible axis orientation.
This package can be installed with the go get command:
go get github.com/omniscale/go-proj/v2
This package requires proj (libproj-dev
on Ubuntu/Debian, proj
in Homebrew).
API documentation can be found here: http://godoc.org/github.com/omniscale/go-proj/v2
MIT, see LICENSE file.
Oliver Tonnhofer