Skip to content
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

Promote staged Hurricaine Ian collections to production #148

Open
20 tasks done
anayeaye opened this issue Jun 26, 2024 · 2 comments
Open
20 tasks done

Promote staged Hurricaine Ian collections to production #148

anayeaye opened this issue Jun 26, 2024 · 2 comments
Assignees

Comments

@anayeaye
Copy link
Contributor

anayeaye commented Jun 26, 2024

What

Promote staged collections supporting Hurricane Ian dashboard content to production.

Refs

veda-config/pull/306

AC

  • hls-entropy-difference promoted

    • thumbnails uploaded to veda-thumbnails bucket and added to collection metadata
    • collection json, transfer config, and discovery config added to to ingestion-data/production
    • stretch: renders metadata added based on veda-config
    • transfer files for veda-data-store bucket
    • collection published to production with discovered items
  • hls-ndvi-difference promoted

    • thumbnails uploaded to veda-thumbnails bucket and added to collection metadata
    • stretch: renders metadata added based on veda-config
    • collection json, transfer config, and discovery config added to to ingestion-data/production
    • transfer files for veda-data-store bucket
    • collection published to production with discovered items
  • damage_probability_2022-10-03 promoted

    • thumbnails uploaded to veda-thumbnails bucket and added to collection metadata
    • stretch: renders metadata added based on veda-config
    • collection json, transfer config, and discovery config added to to ingestion-data/production
    • transfer files for veda-data-store bucket
    • collection published to production with discovered items
  • hls-ndvi already promoted

    • double checked staging vs production item count
@anayeaye
Copy link
Contributor Author

anayeaye commented Jul 10, 2024

@sandrahoang686 I found 2 thumbnails in the veda-config PR and I uploaded HLS_Damage_Probability_Cover_Image_FL.jpg to s3://veda-thumbnails/HLS_Damage_Probability_Cover_Image_FL.jpg via the MCP AWS console. It is now publicly accessible at https://thumbnails.openveda.cloud/HLS_Damage_Probability_Cover_Image_FL.jpg. Here's how I'd set up the assets property in the collection document(s)

  "assets": {
    "thumbnail": {
      "href": "https://thumbnails.openveda.cloud/HLS_Damage_Probability_Cover_Image_FL.jpg",
      "type": "image/jpeg",
      "roles": [
        "thumbnail"
      ],
      "title": "Thumbnail",
      "description": "Photo by [CONUS Disturbance Watcher](https://gers.users.earthengine.app/view/nrt-conus) (Satellite imagery over Florida showing damage probability (using Viridis color ramp, with yellow being high probability and purple being low probability) for Oct 3, 2023)"
    }
  },

The second thumbnail in the PR (hurricane-front.jpg) has unsplash+ watermarking so I'm thinking we may want to find another thumb for both the veda-config PR and the Collection thumbnail.

@anayeaye
Copy link
Contributor Author

anayeaye commented Jul 17, 2024

I tweaked and used these configs in openveda.cloud. There is something going wrong with the updated temporal extents but the summaries are valid so I do not think the dashboard will experience any problems.

All 3 have thumbnails in https://openveda.cloud

And STAC data at
https://openveda.cloud/api/stac/collections/hls-ndvi-difference
https://openveda.cloud/api/stac/collections/hls-entropy-difference
https://openveda.cloud/api/stac/collections/damage_probability_2022-10-03

I think that NASA-IMPACT/veda-config#306 is now safe to use with the production openveda.cloud catalog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants