/go-proj

Package proj transforms coordinates with libproj4.

Primary LanguageGoMIT LicenseMIT

go-proj

Description

PROJ.4 wrapper for the transformation of points between different coorinate reference systems.

Installation

This package can be installed with the go get command:

go get github.com/omniscale/go-proj

This package requires PROJ.4/libproj (libproj-dev on Ubuntu/Debian, proj in Homebrew).

Documentation

API documentation can be found here: http://godoc.org/github.com/omniscale/go-proj

License

MIT, see LICENSE file.

Author

Oliver Tonnhofer