Difference between revisions of "GDAL"

From openwfm
Jump to navigation Jump to search
Line 38: Line 38:
 
* [https://gisgeography.com/wgs84-world-geodetic-system/ WGS84] [https://gisgeography.com/nad83-north-american-datum/ NAD83] simple explanations, not technical
 
* [https://gisgeography.com/wgs84-world-geodetic-system/ WGS84] [https://gisgeography.com/nad83-north-american-datum/ NAD83] simple explanations, not technical
 
* https://www.codeguru.com/cpp/g-m/bitmap/viewers/article.php/c9187/2D--3D-Visualization-Techniques-for-GeoReferenced-Images.htm
 
* https://www.codeguru.com/cpp/g-m/bitmap/viewers/article.php/c9187/2D--3D-Visualization-Techniques-for-GeoReferenced-Images.htm
 +
* http://pyproj4.github.io/pyproj/html/api/geod.html
 +
* https://janakiev.com/blog/gps-points-distance-python/
  
 
==Glossary==
 
==Glossary==

Revision as of 03:09, 30 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

How to

Subset a dataset

gdal_translate -projwin_srs '+proj=longlat +datum=WGS84 +no_defs' -projwin -120 39 -119 38 file.tif subset.tif

External links

Glossary

See also