Skip to content

Commit aa6ef13

Browse files
authored
Merge pull request #2 from xcube-dev/konstntokas-xxx-add_preload_for_zip
Preload data method added
2 parents 021eda3 + a405658 commit aa6ef13

File tree

10 files changed

+5995
-127
lines changed

10 files changed

+5995
-127
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,5 @@ cython_debug/
160160
# and can be added to the global gitignore or merged into this file. For a more nuclear
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162162
#.idea/
163+
164+
examples/zenodo_cache/

environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ channels:
44
dependencies:
55
# Required
66
- python>=3.10
7+
- fsspec
8+
- numpy
79
- requests
10+
- tabulate
811
- xarray
912
- xcube >= 1.7.0
1013
# for testing

examples/zenodo_data_store.ipynb

Lines changed: 93 additions & 95 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)