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: Monday Nov 17 15:45:17 2025 in commit: 615887d217deac99a8f08bcf940384863fd47f2b
Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index
© 2003-2025 GRASS Development Team, GRASS GIS 8.4.2dev Reference Manual