Closed kylebarron closed 3 years ago
This PR modifies the JSON Schema to allow raster band information in a Collection's item_assets key. This is identical to what the EO extension does: https://github.com/stac-extensions/eo/blob/89da8dc305f43cf34980b3d52f3bfbbc4d8c88d4/json-schema/schema.json#L85-L96
item_assets
I don't have an example off hand. I could take one of the existing planet or sentinel item examples and convert it to a collection, moving assets to item_assets.
assets
This PR modifies the JSON Schema to allow raster band information in a Collection's
item_assets
key. This is identical to what the EO extension does: https://github.com/stac-extensions/eo/blob/89da8dc305f43cf34980b3d52f3bfbbc4d8c88d4/json-schema/schema.json#L85-L96