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.
Hi Gilbert, > Hurray! Now, one question. With the latest version of the LDM (5.1.3), > are the rules still the same for requesting data vs. other versions? > For instance, what if I only want to get all products from, say, KARX, > KLOT, KDVN, KILX, KARX and KLSX? *In addition* to that, I want to get all > BREF1 products from every site. Can I use multiple request lines to the > upstream site to grab these? Yes, that works fine in earlier versions also. For example, to do what you want, you could include these two lines in your ldmd.conf: request NEXRAD "^SDUS5. (KARX|KLOT|KDVN|KILX|KLSX)" your.nexrad.site request NEXRAD "/pN0R" your.nexrad.site --Russ