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
Extend the carbon portal python library to access:
original files (netcdf, timeseries, e.t.c.)
ecosystem flux archive
ecosystem flux footprints
For some file formats:
Instead of Dataset column, these types of data objects use Dataset variable; thus, the code below results in a KeyError: 'columns'.
from icoscp.cpb.dobj import Dobj
pid = 'https://meta.icos-cp.eu/objects/SxLabnp82dntPUXH-kjz5uzv'
digital_object = Dobj(pid)
Additionally, the valueFormat property is not guaranteed for Dataset variable, which needs to be addressed in the code.
The text was updated successfully, but these errors were encountered:
Extend the carbon portal python library to access:
For some file formats:
Instead of
Dataset column
, these types of data objects useDataset variable
; thus, the code below results in aKeyError: 'columns'
.Additionally, the
valueFormat
property is not guaranteed forDataset variable
, which needs to be addressed in the code.The text was updated successfully, but these errors were encountered: