Difference between revisions of "GDAL"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Installation== | ==Installation== | ||
Best install using standard system package manager, such as apt-get, yum, or macports. | Best install using standard system package manager, such as apt-get, yum, or macports. | ||
− | ==Download | + | ==Download== |
Downloading GDAL is very confusing. Web searches lead to dead links or irrelevant redirects. Documentation is nowhere to be found. The sofware install without man pages. Typing gdal utilities with -help does produces nothing useful. This following works right now: | Downloading GDAL is very confusing. Web searches lead to dead links or irrelevant redirects. Documentation is nowhere to be found. The sofware install without man pages. Typing gdal utilities with -help does produces nothing useful. This following works right now: | ||
* Download the appropriate version of sources from http://download.osgeo.org/gdal/ as tar.gz file | * Download the appropriate version of sources from http://download.osgeo.org/gdal/ as tar.gz file | ||
Line 7: | Line 7: | ||
* install doxygen if needed, and type doxygen in the top directory of the source | * install doxygen if needed, and type doxygen in the top directory of the source | ||
* open file html/index.html | * open file html/index.html | ||
− | The documentation for version 2.4.0 was installed | + | ==Documentation== |
+ | * Some apparently out of date documentation is at https://trac.osgeo.org/gdal/wiki | ||
+ | * The documentation for version 2.4.0 was installed as described above at [http://demo.openwfm.org/web/gdal-2.4.0/html/index.html here]. |
Revision as of 06:58, 25 May 2019
Installation
Best install using standard system package manager, such as apt-get, yum, or macports.
Download
Downloading GDAL is very confusing. Web searches lead to dead links or irrelevant redirects. Documentation is nowhere to be found. The sofware install without man pages. Typing gdal utilities with -help does produces nothing useful. This following works right now:
- Download the appropriate version of sources from http://download.osgeo.org/gdal/ as tar.gz file
- expand the file
- install doxygen if needed, and type doxygen in the top directory of the source
- open file html/index.html
Documentation
- Some apparently out of date documentation is at https://trac.osgeo.org/gdal/wiki
- The documentation for version 2.4.0 was installed as described above at here.