From 00131a42c0d1cbccab8f4dc14bacb6f8a038954e Mon Sep 17 00:00:00 2001 From: hgarbeil Date: Mon, 17 Jun 2024 11:57:11 -1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7944a24..b1e9ef2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Website to display on a map the latest earthquakes, current volcano alert levels, and ongoing wildfires. Current hotspots, whether they be volcanic, wildfires, or other hot sources are loaded from the NASA FIRMS data project. Reads geoJSON data from various sites to get recent data and uses leaflet mapping to viisualize. Note that wildfire perimeters and volcano alert levels are limited to within USA boundaries while earthquakes are extracted based on geographic coordinates that a developer could easily modify. The source for earthquake and volcano information is from the USGS and recent wildfires from the National Interagency Fire Center. +Website to display on a map the latest earthquakes, current volcano alert levels, NWS weather related alerts, and ongoing wildfires. Current hotspots, whether they be volcanic, wildfires, or other hot sources are loaded from the NASA FIRMS data project. Reads geoJSON data from various sites to get recent data and uses leaflet mapping to viisualize. Note that wildfire perimeters and volcano alert levels are limited to within USA boundaries while earthquakes are extracted based on geographic coordinates that a developer could easily modify. The source for earthquake and volcano information is from the USGS and recent wildfires from the National Interagency Fire Center. Latest version can be demonstrated at https://hgarbeil.github.io/earthevents/.