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

Enhancements for reading .nc: subselection and multiple variables #57

Open
Datseris opened this issue Apr 12, 2021 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Datseris
Copy link
Member

1: Allow the function to take as input a tuple of indices, e.g. (:, :, 1:5)
and only load this part, and correctly and instantly make it a ClimArray, which
can solve "large memory" or "large data" problems. This funcionality
must be sure to load the correct ranges of dimensions as well though!

2: Allow reading multiple variables at once. This has the performance benefit of not re-creating dimensions all the time.

@Datseris Datseris added the enhancement New feature or request label Apr 12, 2021
@Datseris
Copy link
Member Author

Datseris commented Jan 5, 2022

Part 1 has been done in 0.14. Part 2 still pending! The remaining part 2 is a good first issue!

@Datseris Datseris added the good first issue Good for newcomers label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant