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
- Host: GitHub
- URL: https://github.com/roblabs/gdal-api
- Owner: roblabs
- License: mit
- Created: 2016-10-05T17:26:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T19:53:31.000Z (over 8 years ago)
- Last Synced: 2025-04-12T20:02:54.920Z (18 days ago)
- Language: Python
- Size: 7.84 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 bookExamples 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)