Skip to content

v0.48.0

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 29 Jan 16:39
· 9 commits to main since this release
e726079

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).