Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend data access #128

Open
ZogopZ opened this issue Jan 17, 2023 · 0 comments
Open

Extend data access #128

ZogopZ opened this issue Jan 17, 2023 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@ZogopZ
Copy link
Member

ZogopZ commented Jan 17, 2023

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.

@ZogopZ ZogopZ added the bug Something isn't working label Jan 17, 2023
@ZogopZ ZogopZ self-assigned this Jan 17, 2023
@ZogopZ ZogopZ closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
@ZogopZ ZogopZ reopened this Jan 23, 2023
@ZogopZ ZogopZ added feature New feature or request and removed bug Something isn't working labels Jan 23, 2023
@ZogopZ ZogopZ changed the title Fix meta-data fetching Extent level 3 data access Jan 23, 2023
@ZogopZ ZogopZ changed the title Extent level 3 data access Extend level 3 data access Jan 23, 2023
@ZogopZ ZogopZ changed the title Extend level 3 data access Extend data access Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant