Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red Flag Warnings - Note about fire zones - not a request #59

Closed
nathantcampbell opened this issue Aug 13, 2023 · 5 comments
Closed

Red Flag Warnings - Note about fire zones - not a request #59

nathantcampbell opened this issue Aug 13, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@nathantcampbell
Copy link

Our area has officially entered a red flag warning for fire weather. I was perplexed at first as to why they weren't showing up in the API pull for the NOAA WX zones but did at the county level. Because our county covers both the cascades and the coast range, I didn't want a county wide API pull on my repeater as it only covers the cascade range.

Come to find out there are completely separate fire weather zones, after adding those to the list I was correctly getting the red flag warning. You can find the fire zone maps here: https://www.weather.gov/pimar/FireZones The API code uses the same prefix as your WX zones. So for Oregon fire zone 608, the api code is 'ORZ608'.

No feature request other than maybe adding something about fire weather zones to the documents, I'm just dropping this in here for folks that are in fire prone areas that don't want to list a full county in their alerting zones.

Nathan, AI7NC

@nathantcampbell nathantcampbell added the enhancement New feature or request label Aug 13, 2023
@tsawyer
Copy link

tsawyer commented Aug 13, 2023

There is mention of zones, including fire zones in the README.

@Mason10198
Copy link
Owner

Quote from README.md:

IMPORTANT: YOU WILL MISS ALERTS IF YOU USE A ZONE CODE. DO NOT USE ZONE CODES UNLESS YOU KNOW WHAT YOU ARE DOING.

According to the official NWS API documentation:

"For large scale or longer lasting events, such as snow storms, fire threat, or heat events, alerts are issued
by NWS public forecast zones or fire weather zones. These zones differ in size and can cross county
boundaries."

"...county based alerts are not mapped to zones but zone based alerts are mapped to counties."

This means that if you use a County code, you will receive all alerts for both your County AND your Zone - but if you use a Zone code, you will ONLY receive alerts that cover the entire Zone, and none of the alerts specific to your County.

I think this covers it, unless I missed something in my initial research. The ORZ608 code you are using is not special, it is just a "zone" code instead of a "county" code as mentioned here. You can see all zone and county codes here. Do you suggest any changes to the documentation?

@nathantcampbell
Copy link
Author

nathantcampbell commented Aug 13, 2023 via email

@tsawyer
Copy link

tsawyer commented Aug 14, 2023

Would those Fireweather Zones be added like so?

Alerting:
  #   CAC059 is Orange County Alerts
  #   CAC257 is Santa Ana Mountians Fire Warnings
  #   CAC552 is Orange County Costal Fire Warings
  #   CAC554 is Orange County Inland Fire Warnings
  CountyCodes:
    - CAC059
    - CAC257
    - CAC552
    - CAT554

Edit: I found these in the Zone list. So can I do?

 Alerting:
  CountyCodes:
    - CAC059
    - CAZ257
    - CAZ552
    - CAZ554

@nathantcampbell
Copy link
Author

nathantcampbell commented Aug 14, 2023 via email

Repository owner locked and limited conversation to collaborators Aug 15, 2023
@Mason10198 Mason10198 converted this issue into discussion #60 Aug 15, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants