This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Harry Edmon <address@hidden> >Organization: UCAR/Unidata >Keywords: 200101082055.f08KtBo20115 >Do you have any suggested pqact.conf entries for the new NOAAPORT NEXRAD data >for easy use in Gempak and/or McIDAS? > > >-- >Dr. Harry Edmon E-MAIL: address@hidden >(206) 543-0547 FAX: (206) 543-0308 >Dept of Atmospheric Sciences >University of Washington, Box 351640, Seattle, WA 98195-1640 > Harry, I am using in http://www.unidata.ucar.edu/packages/gempak/tutorial/pqact/images.tbl: ########################################################################## # NIDS Data from NOAAPORT ########################################################################## NEXRAD ^SDUS5. .... ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(...)(...) FILE -close data/gempak/nexrad/NIDS/\5/\4/\4_(\1:yyyy)(\1:mm)\1_\2\3 This will create products using the PIL names like: data/gempak/nexrad/NIDS/FTG/N0R/N0R_20010108_1843 Since the PIL names don't overlap the WSI product names (eg N0R versus BREF1), these names will be unique if you store them in the same tree as WSI products. Steve Chiswell