You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Measurement values can be access as property e.g., by measurement.dtype.
The symptom is that somehow (and somewhere) Measurement is casted back to parent class dict instead of datacube.model.Measurement. Logging parameter type(measurement) in fuse_lazy shows the different classes information between dask==2024.10.0 and dask==2024.11.0
Actual behaviour
Emit error when compute
Exception: 'AttributeError("\'dict\' object has no attribute \'nodata\'")'
Traceback: ' File "/env/lib/python3.10/site-packages/datacube/api/core.py", line 946, in fuse_lazy\n print(f\'measurement nodata {measurement.nodata}\')\n'
Steps to reproduce the behaviour
Loading multiple scenes with groupby="solar_day"
Environment information
Which datacube --version are you using?
1.8.19
What datacube deployment/enviornment are you running against?
sandbox
Note: Stale issues will be automatically closed after a period of six months with no activity.
To ensure critical issues are not closed, tag them with the Github pinned tag.
If you are a community member and not a maintainer please escalate this issue to maintainers via GIS StackExchange or Discord.
The text was updated successfully, but these errors were encountered:
Expected behaviour
Measurement values can be access as property e.g., by
measurement.dtype
.The symptom is that somehow (and somewhere)
Measurement
is casted back to parent classdict
instead ofdatacube.model.Measurement
. Logging parametertype(measurement)
infuse_lazy
shows the different classes information betweendask==2024.10.0
anddask==2024.11.0
Actual behaviour
Emit error when compute
Steps to reproduce the behaviour
Loading multiple scenes with
groupby="solar_day"
Environment information
datacube --version
are you using?1.8.19
sandbox
The text was updated successfully, but these errors were encountered: