From a90a533a308d6616d6b14f2cad18f9a185a6480b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 15 Jul 2025 21:20:37 -0700 Subject: [PATCH] USGS Alerts documented --- README.md | 12 +++++++++--- config.template | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4fe63f..5ab0ba4 100644 --- a/README.md +++ b/README.md @@ -227,8 +227,8 @@ myFIPSList = 57,58,53 mySAMEList = 053029,053073 # To use other country services enable only a single optional serivce - enableDEalerts = False # Use DE Alert Broadcast Data see template for filters +myRegionalKeysDE = 110000000000,120510000000 ``` #### NOAA EAS @@ -243,12 +243,18 @@ ignoreEASenable = True # Ignore any headline that includes followig word list ignoreEASwords = test,advisory ``` -#### USGS River flow data +#### USGS River flow data and Volcano alerts Using the USGS water data page locate a water flow device, for example Columbia River at Vancouver, WA - USGS-14144700 + +Volcano Alerts use lat/long to determine ~1000km radius ```ini [location] -# NOAA Hydrology unique identifiers, LID or USGS ID https://waterdata.usgs.gov +# USGS Hydrology unique identifiers, LID or USGS ID https://waterdata.usgs.gov riverListDefault = 14144700 + +# USGS Volcano alerts Enable USGS Volcano Alert Broadcast +volcanoAlertBroadcastEnabled = False +volcanoAlertBroadcastCh = 2 ``` ### Repeater Settings diff --git a/config.template b/config.template index e94f220..7febac7 100644 --- a/config.template +++ b/config.template @@ -146,7 +146,7 @@ NOAAalertCount = 2 # use Open-Meteo API for weather data not NOAA useful for non US locations UseMeteoWxAPI = False -# NOAA Hydrology unique identifiers, LID or USGS ID https://waterdata.usgs.gov +# USGS Hydrology unique identifiers, LID or USGS ID https://waterdata.usgs.gov riverListDefault = # NOAA EAS Alert Broadcast