Add open_files function to read GPM files from list of file paths#81
Add open_files function to read GPM files from list of file paths#81
Conversation
|
HI @kmuehlbauer ! I add this in mind the entire week so I spent 2 hours this morning to implement it. Can you try if it works well for you use case and report possible improvements? To avoid netCDF locking, I typically run it by initializing a dask client as follow: FYI: The PR tests fails for a minor problem related to an update of the polars library, but this affect a specific functionality of the software which should not concern you. I will fix it as soon as I have time. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
==========================================
+ Coverage 91.18% 91.29% +0.10%
==========================================
Files 135 135
Lines 17214 17270 +56
==========================================
+ Hits 15696 15766 +70
+ Misses 1518 1504 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Prework
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and communicate accordingly:
The PR fulfills these requirements:
bugfix-<some_key>-<word>doc-<some_key>-<word>tutorial-<some_key>-<word>feature-<some_key>-<word>refactor-<some_key>-<word>optimize-<some_key>-<word>fix #xxx[,#xxx], where "xxx" is the issue number)Summary
This PR adds the gpm.open_files function which allows to read a list of GPM files given the specified filepaths.
This PR address #80.