GDAL: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
mNo edit summary
(update links to GDAL)
 
Line 1: Line 1:
GDAL/OGR is the Rosetta Stone of the free GIS world. It will read and write many many GIS data formats and also comes with a whole bunch of useful command line tools for working with this data.
GDAL/OGR is the Rosetta Stone of the free GIS world. It will read and write many many GIS data formats and also comes with a whole bunch of useful command line tools for working with this data.


* [http://gdal.osgeo.org/formats_list.html Supported raster formats]
* [https://gdal.org/en/latest/drivers/raster/index.html Supported raster formats]
* [http://gdal.osgeo.org/ogr/ogr_formats.html Supported vector formats]
* [https://gdal.org/en/latest/drivers/vector/index.html Supported vector formats]
* [http://gdal.osgeo.org/gdal_utilities.html Included command line utilities]
* [https://gdal.org/en/latest/programs/index.html Included command line utilities]


Homepage:
Homepage:
: http://gdal.osgeo.org
: http://gdal.org


NOTE: All GDAL/OGR user docs also available as one [http://gis-lab.info/docs/gdal/gdal_ogr_user_docs.pdf PDF] and as a single [http://gis-lab.info/docs/gdal/gdal_ogr_user_docs.html HTML-page]
NOTE: All GDAL/OGR user docs also available as one [https://gdal.org/_/downloads/en/latest/pdf/ PDF].


[[Category: Import]]
[[Category: Import]]
[[Category: GDAL]]
[[Category: GDAL]]

Latest revision as of 17:48, 26 October 2024

GDAL/OGR is the Rosetta Stone of the free GIS world. It will read and write many many GIS data formats and also comes with a whole bunch of useful command line tools for working with this data.

Homepage:

http://gdal.org

NOTE: All GDAL/OGR user docs also available as one PDF.