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

Ability to read metadata without reading whole data set & temporal subsets #50

Open
lewisblake opened this issue Oct 28, 2024 · 2 comments

Comments

@lewisblake
Copy link
Member

Notes from pyaerocom 28.10.24:

Two requests from pyaro:

  1. We want a cheap way to access the data_revision without reading the data.
  2. We want a way to read temporal subsets of the data.

Originally posted by @lewisblake in metno/pyaerocom#1302 (comment)

@heikoklein
Copy link
Member

Temporal subsets can be read using the TimeBoundsFilter (I just recognize that the API on readthedocs doesn't work #51 ). Some readers, e.g. the netcdf-rw filter implement that directly, i.e. before reading the data, while other readers just filter after reading. Maybe this solves already issue 2?

Issue 1 is absolutely valid, now that all datasets should have a revision #37 .

@lewisblake
Copy link
Member Author

Awesome, thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants