ZGIS / semantique

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

Concatenating with duplicated coords does not find first non-missing value #29

Closed luukvdmeer closed 1 year ago

luukvdmeer commented 1 year ago

When concatenating arrays over an existing dimension that have overlapping coordinates for this dimension, the concatenate verb always chooses the value of the first array, even if this value is nan. This should be handled differently: the first non-nan value should be chosen in such cases.

luukvdmeer commented 1 year ago

This is fixed now with the commits referenced above