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

Create COGs and STAC for Multiple Datasets related to cyclones #214

Open
10 tasks
siddharth0248 opened this issue Dec 13, 2024 · 4 comments
Open
10 tasks
Assignees

Comments

@siddharth0248
Copy link

Description

We aim to create Cloud Optimized GeoTIFFs (COGs) and generate corresponding STAC metadata for the following datasets:

  • GOES16 (Bands 2, 8, 13)
  • IMERG
  • MODIS IR
  • VIIRS IR
  • CYGNSS

Requirements

  1. Event-Based Clipping:

    • COGs should be clipped to the specified area of interest relevant to the event.
  2. STAC Metadata:

    • Generate STAC metadata for each dataset.
      e.g. goes-16-hurricane-name
  3. Use of stactools:

    • Leverage stactools for datasets/products it supports.
    • If stactools does not support a product, contribute a cogify function for that product.

Resources

  • Code for COG Transformation: []
  • Sample Datasets: []
  • COGs for Area of Interest: []

Tasks

  • Implement cogify function for each dataset.
  • Clip COGs to the area of interest for the specific event.
  • Generate STAC metadata for the processed COGs.
  • Contribute missing cogify implementations to stactools.
  • Validate generated COGs and STAC metadata.

Notes

  • Ensure compatibility with existing stactools modules where applicable.
  • Validate that the clipped COGs align accurately with the defined area of interest.
@siddharth0248
Copy link
Author

Image

@siddharth0248 siddharth0248 self-assigned this Dec 13, 2024
@siddharth0248
Copy link
Author

siddharth0248 commented Dec 13, 2024

@j08lue @gadomski @amarouane-ABDELHAK @acblackford
I will add details in this ticket

@abarciauskas-bgse
Copy link
Contributor

@siddharth0248 do you think we could use titiler-cmr for some of these datasets? Specifically if they are gridded datasets. I'm not sure which specific products are intended to be used, so if I had that information I could say for sure if we could visualize them with titiler-cmr. We wouldn't be able to clip them but if we could configure the maps themselves (assuming maps embedded in a story) are zoomed into the appropriate bbox, titiler-cmr could still work well.

@siddharth0248
Copy link
Author

We can leverage it for a few datasets like IMERG. @amarouane-ABDELHAK what is your say?

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