blob: 8f3b44a3a3524727454b0132462e532f7246a034 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
.. _bindings:
********************************************************************************
Language bindings
********************************************************************************
PROJ bindings are available for a number of different development platforms.
Python
======
`pyproj <https://pypi.python.org/pypi/pyproj>`_:
Python interface (wrapper for PROJ)
Ruby
=======
`proj4rb <https://github.com/cfis/proj4rb>`_:
Bindings for PROJ in ruby
Rust
=======
`proj <https://github.com/georust/proj>`_:
Rust bindings for the latest stable version of PROJ
Go (Golang)
===========
`go-proj <https://github.com/everystreet/go-proj>`_:
Go bindings and idiomatic wrapper for PROJ
TCL
========
`proj4tcl <http://wiki.tcl.tk/41270>`_:
Bindings for PROJ in tcl (critcl source)
MySQL
=====
`fProj4 <https://sourceforge.net/projects/mysqlscientific/files/fPROJ4/>`_:
Bindings for PROJ in MySQL
Excel
========
`proj.xll <https://github.com/jbuonagurio/proj.xll>`_:
Excel add-in for PROJ map projections
Visual Basic
==================
`PROJ VB Wrappers <http://ftp.dfg.ca.gov/Public/BDB/Tools/proj4/proj_api.zip>`_:
By Eric G. Miller.
Fortran
=======
`Fortran-Proj <https://gitlab.com/likeno/fortran-proj>`_:
Bindings for PROJ in Fortran (By João Macedo @likeno)
|