-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add open_datatree benchmark #9158
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
Merged
Merged
Changes from 43 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
14aaf56
open_datatree performance improvement on NetCDF files
aladinor 3a5edb4
fixing issue with forward slashes
aladinor 72d7660
Merge branch 'main' into datatree-zarr
aladinor d9dde29
fixing issue with pytest
aladinor 2bc5e73
fixing issue with pytest
aladinor 89fb4fb
Merge branch 'main' into datatree-zarr
aladinor 0343f10
open datatree in zarr format improvement
aladinor 93e1d59
Merge branch 'main' into datatree-zarr
aladinor ac11b3e
fixing incompatibility in returned object
aladinor 6d0ee13
Merge branch 'datatree-zarr' of https://github.com/aladinor/xarray in…
aladinor 91c5f0a
Merge branch 'main' into datatree-zarr
aladinor 3363e91
Merge branch 'main' into datatree-zarr
aladinor 7bba52c
passing group parameter to opendatatree method and reducing duplicate…
aladinor 725aed7
Merge branch 'datatree-zarr' of https://github.com/aladinor/xarray in…
aladinor 903effd
passing group parameter to opendatatree method - NetCDF
aladinor d468478
Merge branch 'main' into datatree-zarr
aladinor 51da175
Update xarray/backends/netCDF4_.py
aladinor 24881bd
Merge branch 'main' into datatree-zarr
aladinor 5f4bff1
renaming variables
aladinor 41ceb4f
renaming variables
aladinor f18ead6
renaming group_store variable
aladinor 33d9769
removing _open_datatree_netcdf function not used anymore in open_data…
aladinor 3345b92
improving performance of open_datatree method
aladinor 3cb131c
renaming 'i' variable within list comprehension in open_store method …
aladinor 6a759c0
using the default generator instead of loading zarr groups in memory
aladinor 6c00641
fixing issue with group path to avoid using group[1:] notation. Addin…
aladinor 189b497
fixing issue with group path to avoid using group[1:] notation and ad…
aladinor a9c306d
fixing issue with group path to avoid using group[1:] notation and ad…
aladinor fad0e76
Merge branch 'main' into datatree-zarr
aladinor 792f9c7
Merge branch 'main' into datatree-zarr
aladinor 8c5796f
adding 'mode' parameter to open_datatree method
aladinor 728b374
adding 'mode' parameter to H5NetCDFStore.open method
aladinor 74b9a7c
Merge branch 'main' into datatree-zarr
kmuehlbauer e298ac4
Merge branch 'main' into datatree-zarr
aladinor 833c978
Merge branch 'main' into datatree-zarr
aladinor 4ff6035
adding new entry related to open_datatree performance improvement
aladinor 3844dea
adding new entry related to open_datatree performance improvement
aladinor 456ce29
Getting rid of unnecessary parameters for 'open_datatree' method for …
aladinor 141fe1c
passing parent argument into _iter_zarr_groups instead of group[1:] f…
aladinor 83ce963
passing parent argument into _iter_zarr_groups instead of group[1:] f…
aladinor 8a006ee
adding benchmark test for opening a deeply nested data tree. This inc…
aladinor ec1a299
Merge branch 'main' into open-dtree-benchmark
aladinor 6033a03
Merge branch 'main' into open-dtree-benchmark
aladinor 27747d1
Update doc/whats-new.rst
dcherian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.