-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve STAC Browser experience #124
Comments
@anayeaye we talked about thumbnails before and setting a public bucket that can serve thumbnail image files. Can we do that in MCP? |
@smohiudd I'll give that a try today. It would be a nice to add the pngs from veda-config to our STAC collections as thumbnail assets to get this rolling |
Also I'm curious what PC is doing here for their public assets
|
@smohiudd @amarouane-ABDELHAK I published a temporary collection to test.openveda.cloud with a thumbnail asset in the collection. The collection, s3 object, and distribution get policy are not a working solution but I think we can use the collection and object to test out an edge or cloudfront function. Published test collection: The collection has this thumbnail asset
This bucket is in MCP and is protected. I started a permissions policy that includes this git object action for the CF distribution
|
Thanks @anayeaye for getting this started! |
We are doing some automation testing in mcp-test so here is the test collection with thumbnail asset for us to add when working on exposing thumbnails in s3 via cloudfront (if we need to recreate it). collection.json{
"id": "to-delete",
"type": "Collection",
"links": [],
"title": "A Thumbnail Test",
"assets": {
"thumbnail": {
"href": "s3://veda-thumbnails/hls-events-ej--dataset-cover.png",
"type": "image/png"
}
},
"extent": {
"spatial": {
"bbox": [
[
-90.932637,
17.961538,
-65.110098,
30.71627
]
]
},
"temporal": {
"interval": [
[
"2017-06-06T14:43:41.335694+00:00",
"2021-10-21T16:32:32.165563+00:00"
]
]
}
},
"license": "MIT",
"providers": [
{
"url": "https://lpdaac.usgs.gov/product_search/",
"name": "USGS",
"roles": [
"producer"
]
},
{
"url": "https://www.earthdata.nasa.gov/dashboard/",
"name": "NASA VEDA",
"roles": [
"host"
]
},
{
"url": "https://www.earthdata.nasa.gov/dashboard/",
"name": "NASA VEDA",
"roles": [
"processor"
]
}
],
"summaries": {
"datetime": [
"2017-06-06T14:43:41Z",
"2017-06-22T14:43:47Z",
"2017-07-24T14:43:56Z",
"2017-08-09T14:44:03Z",
"2017-08-25T14:44:07Z",
"2017-09-26T14:44:14Z",
"2017-10-12T14:44:19Z",
"2017-10-28T14:44:20Z",
"2017-11-13T14:44:17Z",
"2017-11-29T14:44:11Z",
"2021-07-01T16:31:59Z",
"2021-07-17T16:32:01Z",
"2021-08-18T16:32:15Z",
"2021-09-03T16:32:20Z",
"2021-09-19T16:32:23Z",
"2021-10-05T16:32:29Z",
"2021-10-21T16:32:32Z"
]
},
"description": "A subset of HLS L30 data to support visualization of specific events. Read more about the source data on the NASA CMR Landing page: https://cmr.earthdata.nasa.gov/search/concepts/C2021957295-LPCLOUD.html",
"item_assets": {},
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"dashboard:is_periodic": false,
"dashboard:time_density": "day"
} I have also copied all of the dataset cover thumbnails ( |
Currently looking into this.... |
We need to request a new Hosted Zone thumbnails.openveda.cloud in MCP |
Request to have thumbnails.openveda.cloud hosted zone created was submitted to MCP (IMPACT-VEDA account) |
Route 53 was added to MCP. we have a working thumbnails URL |
We will track adding thumbnails in the following tickets: |
Description
When you load our STAC into STAC Browser, the experience is pretty bare-bones.
Example
Planetary Computer shows how it can be done:
PI Objective
24.3 Objective 2: Publish STAC metadata into Production VEDA
Acceptance criteria
To catch up, we would need:
The text was updated successfully, but these errors were encountered: