You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support the implementation of radiantearth/stac-spec#1213, we need to add support for the bands attribute on assets. This attribute should be a list of band objects, and each band object should have accessors for its spec-defined attributes. These accessors should look up the attribute value in the band, then in the asset, then in the item, in a "fall-up" mechanism. This is similar to how extensions currently "fall-up" to find their values:
To support the implementation of radiantearth/stac-spec#1213, we need to add support for the
bands
attribute on assets. This attribute should be a list of band objects, and each band object should have accessors for its spec-defined attributes. These accessors should look up the attribute value in the band, then in the asset, then in the item, in a "fall-up" mechanism. This is similar to how extensions currently "fall-up" to find their values:pystac/pystac/extensions/projection.py
Lines 345 to 346 in 1849222
After discussion at the STAC sprint, our initial implementation plan is:
Bands
class that extends the new abstracted behaviorbands
toAsset
This may require close coordination with any resolutions proposed to #448, e.g. #1051.
Twists
The text was updated successfully, but these errors were encountered: