Attention

GPU users: GPU nodes run EL9, while this documentation still reflects the EL7 software stack.

Run module avail on an EL9 login node, or within an interactive session on the relevant GPU type, to see the software available.

The documentation will be updated once all nodes have migrated to EL9.

GDAL

GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing.

Note

This is an autogenerated page, more detail including examples may be available for this package. Please see the first section of Software on Stanage

After connecting to Stanage (see Establishing a SSH connection), start an interactive session with the following command:

srun --pty bash -i

A version of GDAL can then be made available with one of the following:

module load GDAL/3.6.2-foss-2022b
module load GDAL/3.5.0-foss-2022a
module load GDAL/3.2.1-foss-2020b

Notes

GDAL was installed using Easybuild, build details can be found in $EBROOTGDAL/easybuild with a given module loaded.

Direct dependencies for latest version of GDAL