Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Skip broken datasets in load_collection #163

@LukeWeidenwalker

Description

@LukeWeidenwalker

While testing larger spatial extents for UC8, we bumped into a small number of broken geotiffs on our backend that would crash load_collection.

The culprit files have been identified and are being addressed + a periodic scan of file health will be implemented to alert us of these problems. However, I'm of the opinion that oeop processes shouldn't just crash because of storage issues elsewhere. We do have (some) nodata handling for a reason, so I propose we use the skip_broken_datasets=True flag on dc.load() to smooth over such failures in the future.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions