pebbe / go-proj-4

Go bindings for the Cartographic Projections Library PROJ.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Go package proj provides a limited interface to the Cartographic Projections Library PROJ.

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

About

Go bindings for the Cartographic Projections Library PROJ.4

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 81.5%Language:C 18.5%