Changelog

Version 0.6.4

  • local filesystem upload creates non-existing folders; done through auto_mkdir=True for fs initialization

Version 0.6.3

  • added recursive upload by default

Version 0.6.2

  • added AWS_ENDPOINT_URL & AWS_ENDPOINT_URL_S3 env vars for filesystem

  • added option to overwrite metadata for new stac items

Version 0.6.0

  • Add support for s3.endpoint_url

Version 0.5.0

  • Added sshfs filesystem

Version 0.4.2

  • Added option to override configuration with omegaconf dotlist

Version 0.4.1

  • Dropped name as string handling

Version 0.4

  • New and improved stac functions

  • Filesystem model dropping name in list approach in favor of dictconfigs

Version 0.3

  • Added fsspec filesystem handling

Version 0.2

  • Added configuration handling and schema verification

Version 0.1

  • First release!

  • Model for filesystem authentication

  • Archive functions

  • Basic STAC tools