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

Initial NOAA IBTrACS analysis #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions model/sources/IBTrACS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# NOAA IBTrACS

Data types: Event, Hazard

Data: https://www.ncei.noaa.gov/data/international-best-track-archive-for-climate-stewardship-ibtracs/v04r01/access/csv/
Documentation: https://www.ncei.noaa.gov/sites/g/files/anmtlf171/files/2024-07/IBTrACS_version4r01_Technical_Details.pdf
Report: https://www.metoc.navy.mil/jtwc/products/best-tracks/tc-bt-report.html

## Collection: `ibtracs-events`

Collection: ibtracs-events
A STAC collection hold all the GIDD events.

Name: International Best Track Archive for Climate Stewardship (IBTrACS)

Code: IBTrACS

Source organisation: National Oceanic and Atmospheric Administration

Source code: NOAA

Source URL: https://www.ncei.noaa.gov/products/international-best-track-archive

Source for: event, hazard

## IBTrACS events

| STAC field | IBTrACS Field | Remarks |
| ---------------------- | ------------------------------------------------------- | ------------------------------------------------- |
| id | SID + epidsode_id | Episode id to be generated in Monty itself |
| collection | `ibtracs-events` | Collection name for STAC |
| title | NAME | Name of the Tropical Cyclone |
| datetime | ISO_TIME | |
| geometry | [longitude, latitude] | |
| datetime | to be taken from list of ISO_TIME[] | |
| monty:country_codes[0] | use geocoder to extract iso3 from [longitude, latitude] | |
| monty:hazard_codes | `HM-WIND` | Always `HM-WIND` for Tropical Cyclones |
| monty:episode_number | auto generated by Monty | To be assigned to the ascending order by datetime |

## IBTrACS hazard

| STAC field | IBTrACS Field | Remarks |
| --------------------------- | ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| id | SID + episode_id | Storm id |
| collection | `ibtracs-hazards` | Collection name for STAC |
| title | NAME | Name of the Tropical Cyclone |
| datetime | ISO_TIME | |
| geometry | [longitude, latitude] | |
| monty:country_codes[0] | use geocoder to extract iso3 from [longitude, latitude] | |
| monty:hazard_codes | `HM-WIND` | Always `HM-WIND` for Tropical Cyclones |

Loading