radiantearth / stac-browser

A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs
https://radiantearth.github.io/stac-browser
ISC License
275 stars 136 forks source link

Showing asset thumbnails for Collections #75

Closed schwehr closed 3 years ago

schwehr commented 3 years ago

Feature Request: Thumbnail previews would be really nice to show for STAC Collections.

I tried this:

   "assets": {
      "thumbnail": {
         "href": "https://mw1.google.com/ges/dd/images/AAFC_ACI_sample.png",
         "title": "Thumbnail",
         "type": "image/png",
         "roles": ["thumbnail"]
      }
   },

Here: https://storage.googleapis.com/earthengine-stac-experimental/catalog-v016/AAFC_ACI_2.json

That adds an Assets tab with a Thumbnail row:

Screen Shot 2021-04-27 AAFC/ACI with Thumbnail

https://gitter.im/SpatioTemporal-Asset-Catalog/1.0-testing?at=6087a613da3e853b33d64b2d

m-mohr commented 3 years ago

The asset looks valid. I'll take this on and implement it in the next weeks. Should be simple to derive (aka copy&paste) from the Items.

m-mohr commented 3 years ago

Just realized that this is a duplicate of #52