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)
Latest change: Tuesday Jan 06 21:39:11 2026 in commit: 22f101f1686a37f902e9631c79a905d905c66bf2
Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index
© 2003-2025 GRASS Development Team, GRASS 8.5.0dev Reference Manual