[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Data Available on NEXRAD feed



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