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
go get github.com/xeonx/proj4
http://godoc.org/github.com/xeonx/proj4
go test
is used for testing.
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.