lukeslp commited on
Commit
b7907a6
·
verified ·
1 Parent(s): 6e6bac9

update disasters_mashup_metadata.json

Browse files
Files changed (1) hide show
  1. disasters_mashup_metadata.json +17 -0
disasters_mashup_metadata.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "US Disasters Mashup",
3
+ "last_updated": "2026-02-10",
4
+ "source": "Multi-source mashup: NOAA storms, USGS earthquakes, NTSB aviation, EPA Superfund. Published on HuggingFace (lukeslp/us-disasters-mashup) and Kaggle (lucassteuber/us-disasters-mashup)",
5
+ "record_count": 54575,
6
+ "fields": {
7
+ "category": "Disaster category (storm, earthquake, crash, etc.)",
8
+ "latitude": "Latitude coordinate",
9
+ "longitude": "Longitude coordinate",
10
+ "name": "Event name or location",
11
+ "date": "Date of the event",
12
+ "subcategory": "More specific classification",
13
+ "aircraft_type": "Aircraft type (for aviation events)",
14
+ "event_id": "Unique event identifier"
15
+ },
16
+ "notes": "Combined disaster dataset merging NOAA storms, USGS earthquakes, NTSB aviation accidents, and EPA Superfund sites. 54,575 total events. Previously only airplane_crashes.csv (5,268 records) existed locally."
17
+ }