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 DOW-related collections to production #187

Open
27 tasks
anayeaye opened this issue Nov 20, 2024 · 4 comments
Open
27 tasks

Promote DOW-related collections to production #187

anayeaye opened this issue Nov 20, 2024 · 4 comments
Assignees

Comments

@anayeaye
Copy link
Contributor

anayeaye commented Nov 20, 2024

What

11 STAC Collections in staging are ready to promote to production. This ticket is to capture the work required for all collections but it may end up making sense to use this as a small epic and make a ticket for each of these collections:

tornadoes-2024-polygons
tornadoes-2024-paths
ps-portage-tornadoes-2024
ps-barnsdall-tornadoes-2024
ps-greenfield-pre-tornadoes-2024
ps-greenfield-post-tornadoes-2024
ps-lakeview-winchester-tornadoes-2024
ps-tornadoes-2024-difference
greenville-nightlights-tornadoes-2024
lakeview-nightlights-tornadoes-2024
tornadoes-2024-dow-vmax-greenfield
tornadoes-2024-dow-refl-greenfield
tornadoes-2024-dow-vg-greenfield
tornadoes-2024-dow-rhohv-greenfield
tornadoes-2024-dow-sw-greenfield
tornadoes-2024-dow-zdr-greenfield
tornadoes-2024-dow-refl-harlan
tornadoes-2024-dow-v-harlan
tornadoes-2024-dow-rhohv-harlan
tornadoes-2024-dow-sw-harlan
tornadoes-2024-dow-zdr-harlan

Thumbnail

This thumbnail has already been uploaded, only metadata config is needed

    "assets": {
        "thumbnail": {
            "title": "Thumbnail",
            "description": "Photo by [ AUTHOR OR ORGANIZATION NAME ]( LINK TO AUTHOR OR ORG ) ( ALT TEXT DESCRIPTION )",
            "href": "https://thumbnails.openveda.cloud/dow-background-compressed.jpg",
            "type": "image/jpeg",
            "roles": ["thumbnail"]
        }
    }

Renders

Example renders object. The renders config should be specific to each collection

    "renders": {
        "dashboard": {
            "bidx": [1],
            "title": "VEDA Dashboard Render Parameters",
            "assets": [
            "cog_default"
            ],
            "unscale": False,
            "colormap": {
                "1": [120, 120, 120],
                "2": [130, 65, 0],
                "3": [66, 207, 56],
                "4": [245, 239, 0],
                "5": [241, 89, 32],
                "6": [168, 0, 0],
                "7": [0, 143, 201]
            },
            "max_size": 1024,
            "resampling": "nearest",
            "return_mask": True
        }
    }

Actions

  • Update thumbnail configuration with author, link, description
  • Add thumbnail asset to every dataset config
  • Confirm dataset configs have providers info
  • Confirm dataset configs have stac version and extensions
  • Nice to have: confirm dataset configs have renders
  • Nice to have: confirm dataset configs have item assets descriptions

AC

@acblackford
Copy link

Json structures for all collections (the Planet doc may not have all individual structures, but nightlights and DOW should):

dow_2024tors_dataset_description.docx
nightlights_2024tors_dataset_description.docx
planet_2024tors_dataset_description.docx

@acblackford
Copy link

tornado paths and polygons jsons are here: https://github.com/NASA-IMPACT/veda-data/pull/175/files

@acblackford
Copy link

The DOW thumbnail should be applied to only DOW-related collections. The tornado image from a storm chaser can be left for the planet, nightlights, and tracks/polygons collections.

@anayeaye
Copy link
Contributor Author

Related veda-config pr to sort out collection ids and other parameters https://github.com/NASA-IMPACT/veda-config/pull/420/files

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