stactools-packages / sentinel2

stactools package for Sentinel-2
Other
16 stars 5 forks source link

raise exception for missing tileDataGeometry #153

Closed philvarner closed 9 months ago

philvarner commented 9 months ago

Related issues

n/a

Description

L2A scenes commonly will not have a tileDataGeometry when the processing has resulting in a scene that is all nodata. Currently, when this is the case, the attempt to retrieve the tileDataGeometry field with square-bracket notation throws a KeyError. This PR changes this so this case is handled better and a

Checklist