This package browser is in early development. Mind the rough edges.

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.

Installation

Install the latest version of gdal as follows:

guix install gdal

Or install a particular version:

guix install gdal@3.6.1

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.