GIRS
0.1.0
  • Installation
  • Tutorial
  • Structure
  • Infos about gdal and others
    • GDAL
      • Info
      • Warp
      • Translate
      • CreateCopy
      • DEMProcessing
      • Nearblack
    • OGR
      • ogr2ogr
    • GDAL & OGR
      • Grid
      • Rasterize
  • Reference
GIRS
  • Docs »
  • Infos about gdal and others
  • View page source

Infos about gdal and others¶

http://www.gdal.org/index.html

http://gdal.org/python/

http://www.gdal.org/gdal_tutorial.html

http://pcjericks.github.io_ex/py-gdalogr-cookbook/index.html

http://www.gdal.org/ogr_apitut.html

http://www.gdal.org/annotated.html

GDAL¶

Info¶

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_gdalinfo_lib.py

Warp¶

http://www.gdal.org/warptut.html

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_gdalwarp_lib.py

https://gis.stackexchange.com/questions/230497/how-to-use-gdal-warp-cutlinesql-option-in-python

https://gis.stackexchange.com/questions/6669/converting-projected-geotiff-to-wgs84-with-gdal-and-python

Translate¶

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_gdal_translate_lib.py

https://gis.stackexchange.com/questions/42584/how-to-call-gdal-translate-from-python-code

https://gis.stackexchange.com/questions/75533/how-to-apply-band-settings-using-gdal-python-bindings

CreateCopy¶

DEMProcessing¶

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_gdaldem_lib.py

Nearblack¶

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_nearblack_lib.py

OGR¶

ogr2ogr¶

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_ogr2ogr_lib.py

GDAL & OGR¶

Grid¶

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_gdal_grid_lib.py

Rasterize¶

https://svn.osgeo.org/gdal/trunk/autotest/utilities/test_gdal_rasterize_lib.py

Next Previous

© Copyright 2019, Jackson Roehrig

Built with Sphinx using a theme provided by Read the Docs.