You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
tilebox-storage: Added a LocalFileSystemStorageClient to access data on a local file system, a mounted network file
system or a syncified directory with a remote file system (e.g. Dropbox, Google Drive, etc.).
tilebox-workflows: Added an ObstoreCache implementation for the task cache powered by obstore.
Changed
tilebox-storage: Renamed the existing StorageClient base class in tilebox.storage.aio to CachingStorageClient
to accomodate the new StorageClient base class that does not provide caching, since LocalFileSystemStorageClient is
the first client that does not cache data (since it's already on the local file system).