vincentsarago / MAXAR_opendata_to_pgstac

Create STAC Collections/Items for some AWS OpenData
MIT License
10 stars 1 forks source link

Add render config to MAXAR collections #7

Closed oliverroick closed 4 months ago

oliverroick commented 4 months ago

Adds "renders" config for the visual asset to each MAXAR collection.

The config looks like this:

"renders": {
  "visual": {
    "title": "Visual Image",
    "assets": [ "visual" ],
    "asset_bidx": "visual|1,2,3",
    "minmax_zoom": [8, 22]
  }
}