From 324f722d85c9e45d8c77ae19caa3e3079c0d395b Mon Sep 17 00:00:00 2001 From: 303Bryan Date: Sun, 19 Mar 2023 11:08:03 -0600 Subject: [PATCH] Update and rename lookup_options.txt to lookup_options.md --- lookup_options.md | 14 ++++++++++++++ lookup_options.txt | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 lookup_options.md delete mode 100644 lookup_options.txt diff --git a/lookup_options.md b/lookup_options.md new file mode 100644 index 0000000..33112d6 --- /dev/null +++ b/lookup_options.md @@ -0,0 +1,14 @@ +# NWS Alert Lookup Options +The National Weather Service (NWS) provides different methods to query weather alerts and warnings: county/zone-based alert lookup and GPS point-based alert lookup. In the NWS Alert Intergration, County and Zone configurations are grouped. Overall, County, Zone, and Coordinate location alert lookup each has strengths and limitations. The choice between the methods depends on the user's location, the complexity of the local weather patterns, and the level of detail and precision required for the specific situation. + +## County (least precise) +The county-based alert lookup relies on geographic boundaries defined by county lines. The NWS issues weather alerts based on the weather conditions within each county. While counties are well-defined and familiar to most, they may not be precise enough for areas with complex topography or microclimates. In such places, weather conditions can vary significantly from one location to another, even within the same county. For example, a county may be mostly flat but have a mountainous region that experiences different weather conditions. Therefore, relying on county-based alerts alone may not provide enough detail for some users. + +## Zone (recommended method) +On the other hand, the zone-based alert lookup relies on geographic boundaries defined by the NWS based on weather patterns and conditions. Zones can vary in size and shape and are often used in areas with complex topography or microclimates where weather conditions can differ significantly over short distances. By defining zones based on weather patterns, the NWS can issue more targeted and precise alerts that consider each zone's unique conditions. Zone-based queries are the recommended method for most users. + +## Coordinate (most precise) +On the other hand, the point-based alert lookup uses the user's precise location (based on provided coordinates) to provide weather alerts for your specific location. This method provides more accurate and targeted information, particularly useful for users who live or work in areas with microclimates or complex topography. However, this method may delay awareness of severe weather developing in the user's region. + +## Source: +https://www.weather.gov/media/documentation/docs/NWS_Geolocation.pdf diff --git a/lookup_options.txt b/lookup_options.txt deleted file mode 100644 index 8d7311f..0000000 --- a/lookup_options.txt +++ /dev/null @@ -1 +0,0 @@ -There will be a description of the options here...