NOAA Coastal Marine Forcast data

using older but handy products with new mwx
This commit is contained in:
SpudGunMan
2025-07-30 08:34:20 -07:00
parent 14798cb992
commit e1b47484f2
7 changed files with 88 additions and 5 deletions
+6
View File
@@ -98,6 +98,12 @@ if wxAlertBroadcastEnabled or emergencyAlertBrodcastEnabled or volcanoAlertBroad
# limited subset, this should be done better but eh..
trap_list = trap_list + ("wx", "wxc", "wxa", "wxalert", "ea", "ealert", "valert")
help_message = help_message + ", wxalert, ealert, valert"
# NOAA Coastal Waters Forecasts PZZ
if pzzEnabled:
from modules.locationdata import * # from the spudgunman/meshing-around repo
trap_list = trap_list + ("mwx",)
help_message = help_message + ", mwx"
# BBS Configuration
if bbs_enabled: