-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Lots of important information is stored in the variables LTR, STTB and CMR. This data is retrieved by dobj for the "Obspack" .nc files, e.g.:
from icoscp.dobj import Dobj
dobj = Dobj("https://meta.icos-cp.eu/objects/ILHK0NhgL5-yyk57BxgSzuxf")
dobj.get()
However, for most other files this info isn't retrieved, e.g.:
dobj = Dobj("https://meta.icos-cp.eu/objects/tpXGpHAV7VHxrypNTmp__rMN")
dobj.get()
If you click on the url in the second example and download the ASCII file, the LTR, STTB and CMR data is there. Could the option to retrieve this data be added?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels