Note: This document is for an older version of GRASS GIS that has been discontinued. You should upgrade, and read the current manual page.
i.hyper.export exports a hyperspectral 3D raster map (raster_3d) from GRASS to an external file.
At present, the module supports export to a compressed multi-band GeoTIFF only.
The export process converts the 3D raster map into 2D raster slices using r3.to.rast,
creates a temporary imagery group, and writes all bands into a single multi-band GeoTIFF file with r.out.gdal.
All temporary rasters and groups are automatically removed after export.
-9999.rasterio, gdal).input – Input 3D raster map (required).output – Output file name (required). Example: output=prisma_3d.tif.
# Example 1: Export PRISMA 3D raster map to compressed GeoTIFF
i.hyper.export input=prisma@PERMANENT \
output=/data/prisma_3d.tif
The output is a multi-band GeoTIFF file containing one band per spectral layer of the 3D raster map. Compression (DEFLATE + PREDICTOR=3) ensures compact and precise floating-point storage. Large files are automatically written as BigTIFF when necessary.
Available at: i.hyper.export source code (history)
Accessed: Saturday May 09 22:10:44 2026
Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index
© 2003-2025 GRASS Development Team, GRASS GIS 8.4.3dev Reference Manual