Skip to main content

gdal: Geospatial Data Abstraction Library

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: gdal
Description: Geospatial Data Abstraction Library
For more information: https://gdal.org/
Categories:
License: OpenSource (MIT)

General usage information

GDAL is a translator library for raster and vector geospatial data formats that is released by the Open Source Geospatial Foundation. 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. This module will add these commands to your PATH.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile): This module will also define GEOTIFF_ROOT, GEOTIFF_LIBDIR, GEOTIFF_INCDIR and TIFF_LIBDIR, TIFF_INCDIR

Available versions of the package gdal, by cluster

This section lists the available versions of the package gdalon the different clusters.

Available versions of gdal on the Zaratab cluster

Available versions of gdal on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
3.4.0 gdal/3.4.0 zen2 Y
3.7.0 gdal/3.7.0 icelake, zen2 Y






Back to Top