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
- Host: GitHub
- URL: https://github.com/pebbe/go-proj-4
- Owner: pebbe
- License: bsd-2-clause
- Created: 2012-04-21T11:58:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T13:24:35.000Z (over 4 years ago)
- Last Synced: 2025-04-23T06:36:20.044Z (7 months ago)
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 45
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- Awesome-Geospatial - Go-proj-4 - Go bindings for the Cartographic Projections Library PROJ.4. (Go)
- awesome-gis - Go-proj-4 - Go bindings for the Cartographic Projections Library PROJ.4. (Geospatial Library / Go)
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)