EnMAP-Box / enmap-box

EnMAP-Box source code repository. See https://enmap-box.readthedocs.io for documentation
GNU General Public License v3.0
38 stars 16 forks source link

[Sensor Product Import] add support for better sensor product management #1032

Open janzandr opened 2 days ago

janzandr commented 2 days ago

Discussed with @jakimowb.

Individual raster layers are currently managed in the Data Sources panel under the Rasters node. This works fine for already prepared reflectance data, like a Landsat/Sentinel-2 image, where the individual bands are already stacked together in one raster. Preparing such products, involves special Import Product algorithms, which prepare all the rasters related to a product and stored them as a new raster. E.g. for a PRISMA product: image

After running the import algorithm, the prepared rasters are opened inside the Data Sources panel: image

This is a pragmatic approach which works fine so far, but is not very convinient, because the user has to create new raster layers before product data can be used.

It is proposed to introduce a new concept for handling (sensor) products:

Supported products:

janzandr commented 2 days ago

Releated to #1008.