-
Notifications
You must be signed in to change notification settings - Fork 13
Zarr write + Zarr groups #368
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 all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
ad3f63f
dev
davidhassell 1179c8e
dev
davidhassell e1d4c97
first successful write
davidhassell d009cc6
dev
davidhassell 0af9c76
dev
davidhassell 31d1c83
dev
davidhassell 76736e8
dev
davidhassell b0de4b3
dev
davidhassell b0d2fc5
dev
davidhassell 27f0b35
dev
davidhassell 1bccf28
dev
davidhassell ed5804d
dev
davidhassell 0ab6a87
dev
davidhassell b72fb6a
dev
davidhassell e96375a
dev
davidhassell 22d182e
dev
davidhassell 5ac1dde
dev
davidhassell 2158977
dev
davidhassell 59303f5
dev
davidhassell 308a991
dev
davidhassell ccf933b
dev
davidhassell 548d039
dev
davidhassell 4451f99
dev
davidhassell 2c90245
dev
davidhassell 3b4993c
dev
davidhassell 1deb8c0
main merge
davidhassell 33dc03b
deprecated netcdf_flatten
davidhassell fef739f
dev
davidhassell 32b8b55
upstream merge
davidhassell cd9aec7
dev
davidhassell 8616dcf
dev
davidhassell 1b95e5c
dev
davidhassell 48fd32a
dev
davidhassell cdafa4b
dev
davidhassell 2eb45be
dev
davidhassell e02c0b7
Doc string and comment fixes and improvements
davidhassell a07f9d6
Typo
davidhassell c7c71b7
netcdf_flatten deprecation
davidhassell 1e4968d
rename NETCDF4 variable to is_netcdf4
davidhassell 0cc7aad
zarr no append
davidhassell f66f3a8
Typo
davidhassell 769c2a9
fix no append with zarr
davidhassell 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| from ..zarrarray import ZarrArray | ||
| from .mixin import FragmentFileArrayMixin | ||
|
|
||
|
|
||
| class FragmentZarrArray(FragmentFileArrayMixin, ZarrArray): | ||
| """A fragment of aggregated data in a file accessed with `zarr`. | ||
| .. versionadded:: (cfdm) NEXTVERSION | ||
| """ |
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
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.