gdal
Raster and vector geospatial data format library
GDAL is a translator library for raster and vector geospatial data formats. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.
- Versions: 3.8.2
- Website: https://gdal.org/
- Licenses: ASL 2.0 · Expat · Modified BSD · non-copyleft · non-copyleft · non-copyleft · Public Domain
- Package source: gnu/packages/geo.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gdal as follows:
guix install gdal
Or install a particular version:
guix install gdal@3.8.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of gdal about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gdal'><img src='https://packages.guix.gnu.org/packages/gdal/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gdal)
Example Org:
[[https://packages.guix.gnu.org/packages/gdal][https://packages.guix.gnu.org/packages/gdal/badges/latest-version.svg]]