blob: 2926440b62e10adc6be0d4af40a8b2312d3a864e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# image viewer for graphicast
IV="nsxiv"
# 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"
# go to weather.gov/AREA2, and hover over Radar. At the end of each "Local Radar" option will have a four letter code, such as KTLX, KFDR, etc
area3="KTLX"
# run tw --retrieve-counties, and type the code next to your county. Must have state set first. Used for alerts
countyId="OKC047"
|