Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensor Products #14

Open
6 tasks
jakimowb opened this issue Dec 8, 2024 · 0 comments
Open
6 tasks

Sensor Products #14

jakimowb opened this issue Dec 8, 2024 · 0 comments

Comments

@jakimowb
Copy link
Owner

jakimowb commented Dec 8, 2024

EO time series observations, e.g. BOA images, often comes with other (auxilliary) files, e.g.
(taken from FORCE docs):

Product Description
BOA Bottom-of-Atmosphere Reflectance
TOA Top-of-Atmosphere Reflectance
QAI Quality Assurance Information
AOD Aerosol Optical Depth
DST Cloud / Cloud shadow /Snow distance
WVP Water vapor
VZN View zenith
HOT Haze Optimized Transformation

Let the BOA be the "core" product of the time-series source. It is reuqested to allow each core product to be accompanied by auxilliary products, here "TOA", "QAI" etc.

Implementation ideas:

Data Model:

  • each SensorInstrument instance defines a "core" product and, optionally, multiple "auxilliary" products
  • aux rasters need to match the core raster in: samples, lines, pixel size, spatial extent and CRS
  • aux rasters can differe in number of bands
  • each Time Series Source defines:
    • a core raster source
    • a list of optional aux raster sources
    • during loading only thos aux rasters are loaded, which are predefined in the EOTSV settings

Visualization

Enhance the Map View layer tree by showing each sensor type as group node and core and aux sources in child nodes:

Change it from now

<Map View>
    <Sensor Layer "Landsat">
    <Sensor Layer "Sentinel">

grafik

to:

< Map View>
   < Sensor Layer Group "Landsat">
      < Core Layer "BOA">
      < Aux Layer "QAI">
      < Aux Layer "QAI">
   < Sensor Layer Group "Sentinel">
      < Core Layer "BOA">
      < Aux Layer "TOA>

Layers below a Sensor Layer group should be arrangable in a flexible way:

  • change to order of core and aux layers, e.g. to show a mask on top of a BOA image or the other way.
  • add other QgsMapLayers e.g. a vector layer that is imposed only on MapCanvas that show "Sentinel" data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant