Difference between revisions of "GDAL"

From openwfm
Jump to navigation Jump to search
Line 18: Line 18:
 
* [http://erouault.blogspot.com/2015/10/gdal-and-ogr-utilities-as-library.html GDAL and OGR utilities as library]
 
* [http://erouault.blogspot.com/2015/10/gdal-and-ogr-utilities-as-library.html GDAL and OGR utilities as library]
 
* [https://stackoverflow.com/questions/2922532/obtain-latitude-and-longitude-from-a-geotiff-file Obtain latitude and longitude from a GeoTIFF file]
 
* [https://stackoverflow.com/questions/2922532/obtain-latitude-and-longitude-from-a-geotiff-file Obtain latitude and longitude from a GeoTIFF file]
 +
* https://stackoverflow.com/questions/50191648/gis-geotiff-gdal-python-how-to-get-coordinates-from-pixel
 
* [https://wiki.osgeo.org/wiki/OSGeo_Python_Library OSGeo Python Library]
 
* [https://wiki.osgeo.org/wiki/OSGeo_Python_Library OSGeo Python Library]
 
* [https://trac.osgeo.org/gdal/wiki/GdalOgrInPython GDAL/OGR in Python (old wiki)]
 
* [https://trac.osgeo.org/gdal/wiki/GdalOgrInPython GDAL/OGR in Python (old wiki)]

Revision as of 23:58, 26 May 2019

Installation

Best install using standard system package manager, such as apt-get (Ubuntu), yum (Fedora), or macports (OSX).

Download

The current download page is http://download.osgeo.org/gdal/. However, web searches for the code or documentation lead to many dead links to defuncts sites. In particular, almost all links leading inside https://gdal.org/ from internet search engines are dead.

Documentation

External links

Glossary

  • WKT: text markup language for representing vector geometry objects
  • SRS: Spatial reference system: a complete set of parameters that determine how to associate a point on a map with a point on the Earth surface (system of coordinates, map projection, and datum).
  • Latitude - there is more than one because the Earth is not a sphere

See also