Skip to content
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

Update zfw.json #17

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 23 additions & 31 deletions frontend/configs/zfw.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,70 +76,62 @@
"images": [
{
"title": "IR View",
"src": "https://www.weather.gov/images/aawu/GOES/IR_loop.gif"
"src": "https://cdn.star.nesdis.noaa.gov/GOES16/ABI/SECTOR/sp/13/GOES16-SP-13-600x600.gif"
},
{
"title": "Visible View",
"src": "https://www.weather.gov/images/aawu/GOES/VIS_loop.gif"
},
{
"title": "Water Vapor View",
"src": "https://www.weather.gov/images/aawu/GOES/WV_loop.gif"
"src": "https://cdn.star.nesdis.noaa.gov/GOES16/ABI/SECTOR/sp/GEOCOLOR/GOES16-SP-GEOCOLOR-600x600.gif"
}
]
},
"REQ PIREP": {
"images": [
{
"title": "Requested PIREPs",
"src": "https://www.weather.gov/images/zme/zan_pirep.png"
"src": "https://www.weather.gov/images/zfw/rtimages/PIREP_REQUEST_CRRNT.png"
}
]
},
"ICING+CONV": {
"D10 GATE FORECAST": {
"images": [
{
"src": "https://www.weather.gov/images/aawu/fcstgraphics/icing_1.png"
},
{
"src": "https://www.weather.gov/images/aawu/fcstgraphics/icing_2.png"
},
{
"src": "https://www.weather.gov/images/aawu/fcstgraphics/icing_3.png"
},
{
"src": "https://www.weather.gov/images/aawu/fcstgraphics/icing_4.png"
"src": "https://www.weather.gov/images/zfw/rtimages/CornerPost.png"
}
]
},
"PROG+SIG WX CHART": {
"REGIONAL/SURFACE FORECAST: {
"images": [
{
"src": "https://www.weather.gov/images/aawu/fcstgraphics/ifr_1.png"
"title": "Surface Analysis",
"src": "https://www.weather.gov/images/zfw/rtimages/SFC_Current.png"
},
{
"src": "https://www.weather.gov/images/aawu/fcstgraphics/ifr_2.png"
"title": "Surface Forecast",
"src": "https://www.weather.gov/images/zfw/rtimages/SFC_Forecast.png"
},
{
"src": "http://www.weather.gov/images/aawu/sigWx24.gif"
"title": "Radar",
"src": "https://radar.weather.gov/ridge/standard/SOUTHPLAINS_loop.gif"
},
{
"src": "http://www.weather.gov/images/aawu/sigWx36.gif"
},
{
"src": "http://www.weather.gov/images/aawu/sigWx48.gif"
},
{
"src": "http://www.weather.gov/images/aawu/sigWx60.gif"
"title": "ZFW Jetstream",
"src": "https://www.weather.gov/images/zfw/rtimages/Jetstream_ZFW.png"
}
]
}
},
"views": [
{
"name": "Allen AAF ATCT",
"name": "KDFW ATCT",
"facilities": [
"DFW"
],
"sops": "https://zfwartcc.net/resources"
},
{
"name": "KDAL ACTC",
"facilities": [
"BIG"
"DAL"
],
"sops": "https://zfwartcc.net/resources"
}
Expand Down
Loading