From c9fcae70f50b8a2b83fa4f4656272f1cd90d88dd Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Thu, 22 Sep 2016 21:28:00 +0200 Subject: Created 'Development' section in docs. --- docs/source/development/bindings.rst | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/source/development/bindings.rst (limited to 'docs/source/development/bindings.rst') diff --git a/docs/source/development/bindings.rst b/docs/source/development/bindings.rst new file mode 100644 index 00000000..a1c2a9e0 --- /dev/null +++ b/docs/source/development/bindings.rst @@ -0,0 +1,43 @@ +.. _bindings: + +******************************************************************************** +Language bindings +******************************************************************************** + +Proj.4 bindings are available for a number of different development platforms. + +Python +====== +`pyproj `_: +Python interface (wrapper for proj.4) + + +Ruby +======= + +`proj4rb `_: +Bindings for proj.4 in ruby + +TCL +======== +`proj4tcl `_: +Bindings for proj.4 in tcl (critcl source) + +MySQL +===== + +`fProj4 `_: +Bindings for proj.4 in MySQL + + +Excel +======== + +`proj.xll `_: +Excel add-in for proj.4 map projections + +Visual Basic +================== + +`PROJ.4 VB Wrappers `_: +By Eric G. Miller. -- cgit v1.2.3