ZGIS / semantique

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

Distinguish between continuous and discrete numerical data #16

Closed luukvdmeer closed 1 year ago

luukvdmeer commented 1 year ago

Currently semantique has a single value type for quantitative data: "numerical". To be more precise we should split this into two types: "continuous" and "discrete", with the latter containing e.g. counts. See also https://github.com/Sen2Cube-at/sen2cube.at/issues/431#issuecomment-1239106200

grmpfhmbl commented 1 year ago

Could this simply be solved by data type? int -> discrete and float'ish types = cont? Or are there cases where we need to think of int as a continuous value?