Skip to content

Accessing LTR/STTB/CMR #195

@joe-pitt

Description

@joe-pitt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions