ZGIS / semantique

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

Empty data error cannot access reference #27

Closed luukvdmeer closed 1 year ago

luukvdmeer commented 1 year ago

When retrieving data, the _load private method takes care of loading the data into memory. When the loaded data is empty it raises an error that the referenced layer does not contain data within the given extent. However, the _load method does not know what the original reference was.. :)

luukvdmeer commented 1 year ago

This is fixed now with the commits referenced above