An open API service indexing awesome lists of open source software.

https://github.com/roblabs/gdal-api

GDAL API examples for Python
https://github.com/roblabs/gdal-api

Last synced: 18 days ago
JSON representation

GDAL API examples for Python

Awesome Lists containing this project

README

        

# gdal-api

## GDAL API examples for Python

Please see these excellent documents on Python Wrappers
* [GDAL API Tutorial](http://www.gdal.org/gdal_tutorial.html) from [GDAL](http://gdal.org)
* [Python GDAL/OGR Cookbook](https://pcjericks.github.io/py-gdalogr-cookbook/index.html) by [Jared Erickson](https://github.com/pcjericks)
* [GDAL notes](https://jgomezdans.github.io/gdal_notes/index.html) by [José Gómez-Dans](https://github.com/jgomezdans)
* [Geoprocessing with Python](https://www.manning.com/books/geoprocessing-with-python) by [Chris Garrard](https://github.com/cgarrard). Also see the [source code](https://github.com/cgarrard/osgeopy-code) for the book

Examples in this repo
* [gdal_translate.py](./python/gdal_translate.py)
* [gdalinfo.py](./python/gdalinfo.py). The version in this repo is very basic, and used for demo purposes. Please see the more complete example from [OSGEO](http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/gdalinfo.py)

## GDAL API examples for Node.js

Please see these excellent documents on Node Wrappers
* [Node.js bindings for GDAL](https://github.com/naturalatlas/node-gdal) from [Natural Atlas](https://naturalatlas.com)
* [gdalinfo.js](https://github.com/naturalatlas/node-gdal/blob/master/examples/gdalinfo.js)