From be0d17cf6d3978c18bf9d57096c379cd16de97e5 Mon Sep 17 00:00:00 2001 From: MoSiren Date: Thu, 20 Jun 2024 03:56:39 +0000 Subject: [PATCH] Added "REP" RECCO Observations (tropical cyclone) NHC Product --- data/events.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/events.json b/data/events.json index d024b9a..8422c4c 100644 --- a/data/events.json +++ b/data/events.json @@ -1518,5 +1518,10 @@ "AHO": { "text": "High Density Observations (USAF/NOAA)", "priority": 3 - } + }, + "REP": { + "text": "RECCO Observations (tropical cyclone)", + "priority": 3 + } + }