GDAL: Difference between revisions

From openwfm
Line 32: Line 32:


==Glossary==
==Glossary==
* WKT: [[wikipedia:Well-known text representation of coordinate reference systems|Well-known text representation of coordinate reference systems]] or [[wikipedia:Well-known_text_representation_of_geometry|wikipedia:Well-known_text_representation_of_geometry]], a text markup language for representing vector geometry objects
* WKT: [[wikipedia:Well-known text representation of coordinate reference systems|Well-known text representation of coordinate reference systems]] or [[wikipedia:Well-known_text_representation_of_geometry|Well-known text representation of geometry]], a text markup language for representing vector geometry objects
* SRS: [[wikipedia:Spatial reference system|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).  
* SRS: [[wikipedia:Spatial reference system|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).  
* [[wikipedia:Latitude|Latitude]] - there is more than one because the Earth is not a sphere
* [[wikipedia:Latitude|Latitude]] - there is more than one because the Earth is not a sphere

Revision as of 13:29, 27 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

See also