Proj
Package proj is a Go wrapper around the Proj4 C library.
It provides coordinate reference system transformation functionalities.
The original library (MIT licensed) can be found at https://github.com/OSGeo/proj.4
Install
go get github.com/xeonx/proj4
Docs
http://godoc.org/github.com/xeonx/proj4
Tests
go test
is used for testing.
License
This code is licensed under the MIT license. See LICENSE.
Files from Proj4 are Copyright (c) 2000, Frank Warmerdam and licensed under a MIT/X11 style license.