Hello, I have some entries in pqact, and am trying to determine exactly which
products are matching and being written to disk:
# NEXRAD Level III products.
NEXRAD ^SDUS[2357]. (....)
([0-3][0-9])([0-2][0-9][0-6][0-9]).*/p(...)(OKX|DIX|BOX|ENX|BGM|FTG|MPX|EMX|LOT)
FILE -close /data/noaaport/RDR-NIDS/K\5/\4/(\2:yyyy)(\2:mm)\2\3.nid
#
#NEXRAD Level III decompressed products.
NEXRAD ^SDUS[2357]. (....)
([0-3][0-9])([0-2][0-9][0-6][0-9]).*/p(...)(OKX|DIX|BOX|ENX|BGM|LOT)
EXEC /usr/prodman/bin/ucnids -n
/data/noaaport/RDR-NIDS/K\5/\4/(\2:yyyy)(\2:mm)\2\3.nid
/data/noaaport/RDR-NIDS/decompressed/K\5/\4/(\2:yyyy)(\2:mm)\2\3.nid
I have some locations for this data provided by a few people on the list, but
not sure how to match up what I see in the pqact entries above and what is
available via these 2 references:
https://www.weather.gov/tg/radfiles
(and sources of that data):
ftp://tgftp.nws.noaa.gov/SL.us008001/DF.of/DC.radar
Can all the above data from my pqact be obtained from the tgftp site?
Thanks in advance!
Joseph Spenner