stac-utils/stac-rs

Collection download doesn't work

gadomski opened this issue · 1 comments

The following command doesn't download any assets:

stac download https://planetarycomputer-staging.microsoft.com/api/stac/v1/collections/io-lulc-9-class .

This is probably due to the abfs:// href on one of the assets, which is causing an error and forcing the download to abort somehow. We should gracefully handle asset download errors, and allow the user to configure preferred behavior (WARN, ERROR, IGNORE, etc).