diff options
| author | PROJ deploybot <proj.bot@proj.bot> | 2022-03-22 20:00:06 +0000 |
|---|---|---|
| committer | PROJ deploybot <proj.bot@proj.bot> | 2022-03-22 20:00:06 +0000 |
| commit | a3f43744feec86272fe532124679d3a013ef9a8c (patch) | |
| tree | 27e4198db6011e3097eb7bcfe7197684aba7583a /_sources/development/bindings.rst.txt | |
| download | PROJ-gh-pages.tar.gz PROJ-gh-pages.zip | |
update with results of commit https://github.com/OSGeo/PROJ/commit/53c07a8bd211b7aee4bc07a9c6726005504b7181gh-pages
Diffstat (limited to '_sources/development/bindings.rst.txt')
| -rw-r--r-- | _sources/development/bindings.rst.txt | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/_sources/development/bindings.rst.txt b/_sources/development/bindings.rst.txt new file mode 100644 index 00000000..c2d13077 --- /dev/null +++ b/_sources/development/bindings.rst.txt @@ -0,0 +1,63 @@ +.. _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 + +Julia +===== +`Proj4.jl <https://github.com/JuliaGeo/Proj4.jl>`_: +Julia 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) |
