Import PRISMA L2B product
Import PRISMA L2B product from HE5 file to QGIS/GDAL conform GTiff/VRT file format.Note that for the spectral cube and error matrix, the interleave is transposed and stored as GTiff to enable proper visualization in QGIS.All other sub-datasets are stored as light-weight VRT files. For further details visit the PRISMA Documentation Area.
Usage:
Open the algorithm from the processing toolbox.
Select the metadata file, then click run.
The output raster can be found under Rasters in the Data Source Panel
Parameters
- File [file]
The HE5 product file. The main data contained in the PRS_L2B_HCO Swath is the surface spectral radiance Coregistersed Hyperspectral Cube (in instrument geometric reference). The main data contained in the PRS_L2B_PCO Swath is the surface panchromatic reflectance image (in instrument geometric reference). Instead of executing this algorithm, you may drag&drop the HE5 file directly from your system file browser a) onto the EnMAP-Box map view area, or b) onto the Sensor Product Import panel.
- Spectral region [enum]
Spectral region to be imported. Default: 0
Outputs
- Output VNIR/SWIR Cube raster layer [rasterDestination]
VNIR/SWIR Cube GTiff raster file destination.
- Output PAN raster layer [rasterDestination]
PAN VRT raster file destination.
- Output VNIR/SWIR Error Matrix raster layer [rasterDestination]
VNIR/SWIR Pixel Error Matrix GTiff raster file destination.
- Output VNIR/SWIR Geolocation Fields raster layer [rasterDestination]
VNIR/SWIR Geolocation Fields VRT raster file destination. Includes Latitude and Longitude bands.
- Output VNIR/SWIR Geometric Fields raster layer [rasterDestination]
VNIR/SWIR Geometric Fields VRT raster file destination. Includes Observing Angle, Relative Azimuth Angle and Solar Zenith Angle bands.
- Output PAN Geolocation Fields raster layer [rasterDestination]
PAN Geolocation Fields VRT raster file destination. Includes Latitude and Longitude bands.
- Output PAN Error Matrix raster layer [rasterDestination]
PAN Pixel Error Matrix VRT raster file destination.
Command-line usage
>qgis_process help enmapbox:ImportPrismaL2BProduct
:
----------------
Arguments
----------------
file: File
Argument type: file
Acceptable values:
- Path to a file
spectralRegion: Spectral region
Default value: 0
Argument type: enum
Available values:
- 0: VNIR/SWIR combined
- 1: VNIR only
- 2: SWIR only
Acceptable values:
- Number of selected option, e.g. '1'
- Comma separated list of options, e.g. '1,3'
outputPrismaL2B_spectralCube: Output VNIR/SWIR Cube raster layer
Argument type: rasterDestination
Acceptable values:
- Path for new raster layer
outputPrismaL2B_panCube: Output PAN raster layer (optional)
Argument type: rasterDestination
Acceptable values:
- Path for new raster layer
outputPrisma2B_spectralErrorMatrix: Output VNIR/SWIR Error Matrix raster layer (optional)
Argument type: rasterDestination
Acceptable values:
- Path for new raster layer
outputPrismaL2B_spectralGeolocationFields: Output VNIR/SWIR Geolocation Fields raster layer (optional)
Argument type: rasterDestination
Acceptable values:
- Path for new raster layer
outputPrismaL2B_spectralGeometricFields: Output VNIR/SWIR Geometric Fields raster layer (optional)
Argument type: rasterDestination
Acceptable values:
- Path for new raster layer
outputPrismaL2B_panGeolocationFields: Output PAN Geolocation Fields raster layer (optional)
Argument type: rasterDestination
Acceptable values:
- Path for new raster layer
outputPrismaL2B_panErrorMatrix: Output PAN Error Matrix raster layer (optional)
Argument type: rasterDestination
Acceptable values:
- Path for new raster layer
----------------
Outputs
----------------
outputPrismaL2B_spectralCube: <outputRaster>
Output VNIR/SWIR Cube raster layer
outputPrismaL2B_panCube: <outputRaster>
Output PAN raster layer
outputPrisma2B_spectralErrorMatrix: <outputRaster>
Output VNIR/SWIR Error Matrix raster layer
outputPrismaL2B_spectralGeolocationFields: <outputRaster>
Output VNIR/SWIR Geolocation Fields raster layer
outputPrismaL2B_spectralGeometricFields: <outputRaster>
Output VNIR/SWIR Geometric Fields raster layer
outputPrismaL2B_panGeolocationFields: <outputRaster>
Output PAN Geolocation Fields raster layer
outputPrismaL2B_panErrorMatrix: <outputRaster>
Output PAN Error Matrix raster layer