Difference between revisions of "GDAL"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
Best install using standard system package manager, such as apt-get (Ubuntu), yum (Fedora), or macports (OSX). | Best install using standard system package manager, such as apt-get (Ubuntu), yum (Fedora), or macports (OSX). | ||
− | ==Download== | + | ==Download of source code== |
− | + | The current download page is from http://download.osgeo.org/gdal/. However, web searches lead to dead links or irrelevant redirects. | |
− | |||
− | |||
− | |||
− | |||
==Documentation== | ==Documentation== | ||
* Some apparently legacy documentation is at https://trac.osgeo.org/gdal/wiki which appears to be legacy but as far as I can tell it is actually the current one, and also leads to another download page. | * Some apparently legacy documentation is at https://trac.osgeo.org/gdal/wiki which appears to be legacy but as far as I can tell it is actually the current one, and also leads to another download page. | ||
* The documentation for version 2.4.0 was installed as described above [http://demo.openwfm.org/web/gdal-2.4.0/html/index.html here]. | * The documentation for version 2.4.0 was installed as described above [http://demo.openwfm.org/web/gdal-2.4.0/html/index.html here]. |
Revision as of 18:56, 25 May 2019
Installation
Best install using standard system package manager, such as apt-get (Ubuntu), yum (Fedora), or macports (OSX).
Download of source code
The current download page is from http://download.osgeo.org/gdal/. However, web searches lead to dead links or irrelevant redirects.
Documentation
- Some apparently legacy documentation is at https://trac.osgeo.org/gdal/wiki which appears to be legacy but as far as I can tell it is actually the current one, and also leads to another download page.
- The documentation for version 2.4.0 was installed as described above here.