NASA-IMPACT / NASA-IMPACT/veda-data
Create COGs and STAC for Multiple Datasets related to cyclones
Open
@siddharth0248 is already working on this.
Since Dec 13, 2024.
- Dominant language
- Jupyter Notebook
- Stars
- 9
- Forks
- 1
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 1
Description
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
-
Event-Based Clipping:
- COGs should be clipped to the specified area of interest relevant to the event.
-
STAC Metadata:
- Generate STAC metadata for each dataset.
e.g. goes-16-hurricane-name
- Generate STAC metadata for each dataset.
-
Use of
stactools:- Leverage
stactoolsfor datasets/products it supports. - If
stactoolsdoes not support a product, contribute acogifyfunction for that product.
- Leverage
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
cogifyfunction for each dataset. - Clip COGs to the area of interest for the specific event.
- Generate STAC metadata for the processed COGs.
- Contribute missing
cogifyimplementations tostactools. - Validate generated COGs and STAC metadata.
Notes
- Ensure compatibility with existing
stactoolsmodules where applicable. - Validate that the clipped COGs align accurately with the defined area of interest.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.