# Tropical Cyclones — Florida, 2020 season (sample)

All five 2020 Atlantic storms whose tracks crossed the Florida region — Fay, Isaias, Marco, Sally, and Eta — each with its complete IBTrACS lifecycle track (position, winds, pressure, status at 6-hour intervals) and storm-level assessment (peak intensity, duration, basin). NOTE: the Eta match is carried on a DAE hazard named Theta (upstream naming quirk, flagged for correction).

**Events:** 5  ·  **Date range (UTC):** 2020-07-05 to 2020-11-14

| Event | Start (UTC) |
|---|---|
| Tropical Cyclone - Fay | 2020-07-09T21:00:00Z |
| Tropical Cyclone - Isaias | 2020-07-28T15:00:00Z |
| Tropical Cyclone - Marco | 2020-08-20T15:00:00Z |
| Hurricane - SALLY | 2020-09-11T18:00:00Z |
| Tropical Cyclone - Theta | 2020-11-10T03:00:00Z |

## Files

- `cyclone_florida_2020.ndjson` — full enhanced hazard records (authoritative)
- `hazards.csv` — one row per storm with flattened assessment + lifecycle dates
- `track_points.csv` — full-lifecycle track points (time, lat/lon, wind, pressure, status)

All records are complete DisasterAWARE enhanced-hazard objects; the NDJSON file is the authoritative full-fidelity copy (one JSON object per line), the CSVs are flattened relational views joined on `hazard_uuid`/`uuid`. Coordinates are WGS84 (EPSG:4326); geometry columns are WKT.
