-
Couldn't load subscription status.
- Fork 43
Zarr support (backend, in esmvalcore.preprocessor._io.py)
#2785
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 78 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
e347f40
add basic zarr support
valeriupredoi 5c32b55
add basic test
valeriupredoi 682f46d
add sample zarr store
valeriupredoi 81c254c
add sample zarr store
valeriupredoi 6a02757
turn on gha
valeriupredoi 84412ab
add zarr as dependency
valeriupredoi 1f8e127
add zarr as dependency
valeriupredoi 5b97169
account for remote zarrs
valeriupredoi 8bcc15f
add test case for remote zarr
valeriupredoi c0b049c
functional remote Zarr and cleanup
valeriupredoi e5f8c4e
add utility and test for remote zarr
valeriupredoi 9265b0d
add intake-esm as dependency
valeriupredoi 4be6152
add aiohttp as dependency
valeriupredoi 28f647f
fixture
valeriupredoi 6da4183
remove unwanted (for now) fixture altogether
valeriupredoi fb7712a
remove unneeded import
valeriupredoi 95a92c9
add storeage options
valeriupredoi 872be18
semi-working version for publick bucket for esmvaltool
valeriupredoi 971cf34
correct bucket with correct permissions and working test
valeriupredoi 0eeeb50
add yet another test
valeriupredoi f5d13c8
adjust test member docstring
valeriupredoi fa8b90a
make io more robust
valeriupredoi cccdb39
change api
valeriupredoi 1618076
test changed api
valeriupredoi e2ed41c
add basic test for zarr file
valeriupredoi fe7326e
add test for file with issues
valeriupredoi 39df34e
reduce pytest runners to 2
valeriupredoi 2b44ac9
run only test load
valeriupredoi caff216
skip a test
valeriupredoi d48418c
change skip message
valeriupredoi 0909770
restore circle ci configuration
valeriupredoi e87b12b
skip the other test that uses the healpix dataset
valeriupredoi 37d8a31
removed problematic skipped tests
valeriupredoi 0d446af
add dedicated Zarr IO test module
valeriupredoi 37fcfff
add xr to ncdata test
valeriupredoi 94d8677
add pytest marker
valeriupredoi 7ac7b45
run zarr test single proc
valeriupredoi caa3657
mark test
valeriupredoi b4c6b6f
remove pytest marker
valeriupredoi 48db5f3
restore circleci configuration
valeriupredoi 0afcec7
unmark test but dont use cf_time flag
valeriupredoi 0c4a16f
set consolidated to False
valeriupredoi 72d79c2
found hang cause
valeriupredoi 8e54f1e
add Ncdata issue pointer
valeriupredoi 1572fff
replace deprecated use cftime
valeriupredoi b1fe4b8
add zar3 test and fixed deprecated call with cftime
valeriupredoi f5c5979
add test non existing file
valeriupredoi 8cddb55
add CMIP6 Zarr store and metadata test for it
valeriupredoi 0d71de7
add test resources
valeriupredoi 2ab8fc0
add purely diagnostic test
valeriupredoi b01b578
feed the PEP typing moster an actual type
valeriupredoi ea9377a
cleanup tests
valeriupredoi 72d87bc
cleanup implement
valeriupredoi 76b32b4
dict typing
valeriupredoi 90c8963
Merge branch 'main' into zarr_support
valeriupredoi 7af2ec4
Update esmvalcore/preprocessor/_io.py
valeriupredoi c151b57
Update esmvalcore/preprocessor/_io.py
valeriupredoi ab78052
Update esmvalcore/preprocessor/_io.py
valeriupredoi b5c3301
add mention about backend dict
valeriupredoi d514b67
add inline text
valeriupredoi 2852381
removed all Zarr tests and moved to test_zarr.py
valeriupredoi 49fb643
moved all tests from test_load here and removed tests that dont test …
valeriupredoi 6a554d8
add mention about s3 bucket
valeriupredoi 683b6e8
spruce up zarr tests and add an extra test for local files
valeriupredoi f2923e6
add dummy zar plaintext file
valeriupredoi 8c49e20
dont match to exception string
valeriupredoi 8b6f221
add info on further testing
valeriupredoi 63411cb
unrun GHA
valeriupredoi 84a33f2
add str path test
valeriupredoi 8909b7d
Update esmvalcore/preprocessor/_io.py
valeriupredoi eff8956
Update esmvalcore/preprocessor/_io.py
valeriupredoi a2e31ab
Update esmvalcore/preprocessor/_io.py
valeriupredoi a387558
Update esmvalcore/preprocessor/_io.py
valeriupredoi 37266da
Update esmvalcore/preprocessor/_io.py
valeriupredoi e13a19e
Update esmvalcore/preprocessor/_io.py
valeriupredoi cef79ce
Update esmvalcore/preprocessor/_io.py
valeriupredoi 63b817f
fix pytest msg regex
valeriupredoi 71ebe4e
better handling of exceptions
valeriupredoi 171ea74
Update tests/integration/preprocessor/_io/test_zarr.py
valeriupredoi 464c9f3
Update tests/integration/preprocessor/_io/test_zarr.py
valeriupredoi 66f9811
Update tests/integration/preprocessor/_io/test_zarr.py
valeriupredoi 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.