Skip to content

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

@siddharth0248

Description

@siddharth0248

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: transformation_script
  • Sample Datasets: s3://veda-data-store-dev/cyclone/
  • COGs for Area of Interest: s3://veda-data-store-dev/cyclone/

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions