blob: a3ef2e1e841e01aad9c97c6c6af8eefa0983f451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# two letter state code
state="OK"
# options include SOUTHPLAINS, SOUTHROCKIES, NORTHEAST, NORTHROCKIES, etc - https://radar.weather.gov/ridge/standard/
area1="SOUTHPLAINS"
# go to weather.gov, hover over your area on the center map, and put the code here
area2="oun"
# run tw --retrieve-counties, and type the code next to your county. Must have state set first. Used for alerts
countyId="OKC047"
|