-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
reported by @mbuchhorn :
- loading vector cube with
connection.vectorcube_from_paths
(which usesload_uploaded_files
process) - run UDF on that cube
fails with
File ".../openeo_driver/ProcessGraphDeserializer.py", line 1491, in run_udf
data = data.to_legacy_save_result()
File ".../openeo_driver/datacube.py", line 366, in to_legacy_save_result
if cube.dims == (self.DIM_GEOMETRIES, "t"):
AttributeError: 'NoneType' object has no attribute 'dims'