An open API service indexing awesome lists of open source software.

https://github.com/pebbe/go-proj-4

Go bindings for the Cartographic Projections Library PROJ.4
https://github.com/pebbe/go-proj-4

Last synced: 4 months ago
JSON representation

Go bindings for the Cartographic Projections Library PROJ.4

Awesome Lists containing this project

README

          

The [Go](http://golang.org/) package _proj_ provides a limited interface to the Cartographic Projections Library [PROJ](https://proj.org/).

For PROJ version 5 and beyond, see also: https://github.com/pebbe/proj

Keywords: cartography, cartographic projection

## Install

For PROJ.4 and PROJ versions 5 and 6:

go get github.com/pebbe/go-proj-4/proj

For PROJ version 5 and beyond:

go get github.com/pebbe/go-proj-4/proj/v5

## Docs

* [package help](http://godoc.org/github.com/pebbe/go-proj-4/proj)
* [package help v5](http://godoc.org/github.com/pebbe/go-proj-4/proj/v5)