-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feat/fsspec filecache #45
Closed
Closed
Changes from 27 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
a2ccfe6
Add fsspec caching
abarciauskas-bgse 4b815d2
Add deploy
abarciauskas-bgse 154fada
Update ci.yml
abarciauskas-bgse b435c2d
Change VPC name
abarciauskas-bgse 3857b33
Reduce package size
abarciauskas-bgse 8eae5d3
Install cftime
abarciauskas-bgse ed80d6e
remove cramjam
abarciauskas-bgse 5ec1700
Fix test cache setup
abarciauskas-bgse 170f838
Remove cramjam dependency
abarciauskas-bgse 484fa72
Remove compression middleware
abarciauskas-bgse b152f25
Fix conditional
abarciauskas-bgse f0dc349
Fix some errors
abarciauskas-bgse 1b73eef
Add clear cache route
abarciauskas-bgse 01739ae
Fix clear cache route
abarciauskas-bgse cc1b137
Fix s3fs when caching is disabled
abarciauskas-bgse d42231a
Cleanup code
abarciauskas-bgse 128466b
Add docstrings
abarciauskas-bgse b8e123c
Install diskcache
abarciauskas-bgse 7bf8f70
Install h5py
abarciauskas-bgse 4168551
Fix diskcache implementation
abarciauskas-bgse e45544b
Fix linting
abarciauskas-bgse 7fd9433
Fix conditional
abarciauskas-bgse c69117a
Fix protocol
abarciauskas-bgse 527a04f
Add transposition to dims and nc4 support
abarciauskas-bgse f81c006
Fix transpose code
abarciauskas-bgse 7dd884a
Fix merge conflicts
abarciauskas-bgse e41f95e
Working netcdf + tests
abarciauskas-bgse e11dceb
Remove VPC
abarciauskas-bgse acb2fc4
Add back VPC
abarciauskas-bgse 2775f77
Add drop dim to histogram
abarciauskas-bgse c7a238a
Add drop dim to tilejson reader
abarciauskas-bgse 4a6615e
Add option to open files from s3
abarciauskas-bgse ff07016
Add chunking
abarciauskas-bgse 276ff0a
Remove h5pyd
abarciauskas-bgse 9e373f4
Fix pre-commit
abarciauskas-bgse 2b4398a
Remove dask
abarciauskas-bgse 8daa7cb
Add dask, remove some of its deps
abarciauskas-bgse 79ab833
Remove some more libs
abarciauskas-bgse 0cbe84c
Add back click
abarciauskas-bgse 314cb81
Add back pytz
abarciauskas-bgse fc3059c
Use EFS for libs
abarciauskas-bgse de2a660
Use efs only for numpy
abarciauskas-bgse 14dff77
Run mkdir
abarciauskas-bgse e200df9
Run mkdir with -p
abarciauskas-bgse 8185b09
Use sys path append
abarciauskas-bgse 7d61aa7
Move path append to main.py
abarciauskas-bgse b087486
Try another append method
abarciauskas-bgse b217e94
Try sys path append
abarciauskas-bgse 5994173
print directories
abarciauskas-bgse 5e4a509
Remove copying numpy to EFS
abarciauskas-bgse 1e48f03
Install some packages with no binary
abarciauskas-bgse 35d257f
Use no-binary for all
abarciauskas-bgse 2c95a2d
No binary for only numpy and pydantic
abarciauskas-bgse cb81889
Revert changes
abarciauskas-bgse ee2d32f
Try using blockcache
abarciauskas-bgse 83378e1
Remove dask
abarciauskas-bgse 1c44089
Try dask again
abarciauskas-bgse 814f881
Maybe fix caching
abarciauskas-bgse 2f62c7d
Linting
abarciauskas-bgse f244a34
Remove diskcache library
abarciauskas-bgse 8c13790
Add dask
abarciauskas-bgse 9547a08
Add chunks
abarciauskas-bgse 607cae2
Add file and test to check failure
abarciauskas-bgse ed08474
Use da.load()
abarciauskas-bgse 07e0d8f
Run linting
abarciauskas-bgse dc934b4
Different cache directories
abarciauskas-bgse d121b75
Fix formatting
abarciauskas-bgse 8d66605
Modify fsspec efs directory
abarciauskas-bgse a30ee64
Some changes
abarciauskas-bgse e297d39
Don't allow for transposed coordinates
abarciauskas-bgse 0967b83
Fix linting
abarciauskas-bgse 7e11748
Use filecache everywhere
abarciauskas-bgse 8c00dcd
Fix linting
abarciauskas-bgse 928d770
Use blockcache
abarciauskas-bgse 9089e4a
Use filecache for references
abarciauskas-bgse 247f323
Make dir exists ok
abarciauskas-bgse 1ebdfda
Move remote test to another file
abarciauskas-bgse 218ef69
Add remote test
abarciauskas-bgse 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 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 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 |
---|---|---|
|
@@ -108,3 +108,6 @@ cdk.out/ | |
node_modules | ||
cdk.context.json | ||
*.nc | ||
|
||
*cache* | ||
*logs.txt |
This file contains 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 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will remove this VPC