Difference between revisions of "GDAL"

From openwfm
Jump to navigation Jump to search
Line 37: Line 37:
 
* [https://fabienmaussion.info/2018/01/06/wrf-projection Map projections in WRF: it's easy to get it wrong] includes also examples of maps from WRF using [https://pypi.org/project/salem/ salem]
 
* [https://fabienmaussion.info/2018/01/06/wrf-projection Map projections in WRF: it's easy to get it wrong] includes also examples of maps from WRF using [https://pypi.org/project/salem/ salem]
 
* [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
  
 
==Glossary==
 
==Glossary==

Revision as of 19:55, 29 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