stac-utils / stac-task

Provides a class interface for running custom algorithms on STAC ItemCollections
Apache License 2.0
21 stars 5 forks source link

add support for non-async filesystems #72

Closed ircwaves closed 10 months ago

ircwaves commented 11 months ago

In particular, it can happen that a stac-task is copying between file systems using the LocalFileSystem implementation, and that doesn't provide the async interface.