ZGIS / semantique

Semantic Querying in Earth Observation Data Cubes
https://zgis.github.io/semantique/
Apache License 2.0
16 stars 6 forks source link

Loaded data may contain values outside of valid range #31

Closed luukvdmeer closed 1 year ago

luukvdmeer commented 1 year ago

The layout file specifies for each layer which values it may contain. For categorical data this is a list of each possible value, for numerical data it is a lower and upper bound. Right now the retriever functions do not mask data that are outside of these valid ranges. For example, the retrieved "atmosphere colortype" data still contains category indices of SIAM categories that represent appearance, etc.

The retriever functions should mask data outside of the valid value ranges specified in the layout.