Difference between revisions of "GDAL"

From openwfm
Jump to navigation Jump to search
Line 13: Line 13:
 
* Documentation was installed as described above for [http://demo.openwfm.org/web/gdal-2.4.0/html/index.html version 2.4.0] and [http://demo.openwfm.org/web/gdal-3.0.0/html/index.html version 3.0.0]
 
* Documentation was installed as described above for [http://demo.openwfm.org/web/gdal-2.4.0/html/index.html version 2.4.0] and [http://demo.openwfm.org/web/gdal-3.0.0/html/index.html version 3.0.0]
 
* There is https://live.osgeo.org/en/quickstart/gdal_quickstart.html
 
* There is https://live.osgeo.org/en/quickstart/gdal_quickstart.html
 +
 +
==How to==
 +
===Subset a dataset===
 +
<pre>
 +
gdal_translate -projwin_srs '+proj=longlat +datum=WGS84 +no_defs' -projwin -120 39 -119 38 file.tif subset.tif
 +
</pre>
  
 
==External links==
 
==External links==

Revision as of 18:23, 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

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