Changes between Version 136 and Version 137 of WikiStart


Ignore:
Timestamp:
May 2, 2018, 3:04:12 AM (6 years ago)
Author:
Ari Jolma
Comment:

Do not mention Ruby and PHP swig bindings since they are no more in the master. Mention FFI based Perl API.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v136 v137  
    4444== GDAL/OGR In Other Languages ==
    4545
    46 There is a set of generic [http://www.swig.org/ SWIG] interface files in the GDAL source tree (subdirectory swig) and a set of language bindings based on those. Currently active ones are [GdalOgrInCsharp CSharp], [GdalOgrInJava Java], [GdalOgrInPerl Perl], and [GdalOgrInPython Python]. The SWIG bindings for PHP and [GdalOgrInRuby Ruby] are out of date.
     46There is a set of generic [http://www.swig.org/ SWIG] interface files in the GDAL source tree (subdirectory swig) and a set of language bindings based on those. Currently active ones are [GdalOgrInCsharp CSharp], [GdalOgrInJava Java], [GdalOgrInPerl Perl], and [GdalOgrInPython Python].
    4747
    48 There are also other bindings that are developed outside of the GDAL source tree. These include bindings for [https://github.com/lukeroth/gdal Go], [https://github.com/visr/GDAL.jl Julia], [GdalOgrInLua Lua], [https://github.com/naturalatlas/node-gdal Node.js], [http://dl.maptools.org/dl/php_ogr/php_ogr_documentation.html PHP], [http://cran.r-project.org/web/packages/rgdal/index.html R] (rgdal in !SourceForge is out of date), [GdalOgrInTcl Tcl]. There are also more Pythonic ways of using the vector/OGR functions with [https://github.com/Toblerity/Fiona Fiona] and the raster/GDAL ones with [https://github.com/mapbox/rasterio Rasterio] (note: those offer APIs not strictly coupled the GDAL/OGR C/C++ API)
     48There are also other bindings that are developed outside of the GDAL source tree. These include bindings for [https://github.com/lukeroth/gdal Go], [https://github.com/visr/GDAL.jl Julia], [GdalOgrInLua Lua], [https://github.com/naturalatlas/node-gdal Node.js],
     49[https://metacpan.org/release/Geo-GDAL-FFI Perl], [http://dl.maptools.org/dl/php_ogr/php_ogr_documentation.html PHP], [http://cran.r-project.org/web/packages/rgdal/index.html R] (rgdal in !SourceForge is out of date), and [GdalOgrInTcl Tcl]. There are also more Pythonic ways of using the vector/OGR functions with [https://github.com/Toblerity/Fiona Fiona] and the raster/GDAL ones with [https://github.com/mapbox/rasterio Rasterio] (note: those offer APIs not strictly coupled the GDAL/OGR C/C++ API)
    4950
    5051== Releases ==