stac-extensions / raster

Describes raster assets at band level (one or multiple) with specific information such as data type, unit, number of bits used, nodata.
Apache License 2.0
13 stars 7 forks source link

Allow raster bands in Collection's item assets #16

Closed kylebarron closed 3 years ago

kylebarron commented 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

kylebarron commented 3 years ago

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.