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.
Mark, > Hi Steve, I'm not sure this is really what I need. But I could be > wrong. What I'm looking for is a way to setup a customer's LDM install > to pull just ONE radar site (KABX for example). I was thinking that I > could use pqact for this and craft a regex line to store just that one > site out of the region. > > Is that more complicated than it needs to be? I mean for us, it's just > a matter of setting up an allow for one region on our end, and setting > up pqact on the other side. Am I looking at this all cock-eyed? There is more than one way to do what you want. One way is to allow the downstream LDM to receive all NEXRAD2 data-products: ALLOW NEXRAD2 ^downstream\.site$ but have the downstream LDM request only the data from the one radar site: REQUEST NEXRAD2 ^L2-BZIP2/KABX Another way is to allow the downstream site to receive only the data from the one radar site: ALLOW NEXRAD2 ^downstream.site$ ^L2-BZIP2/KABX and have the downstream site request all data: REQUEST NEXRAD2 .* This latter method has the advantage of placing enforcement at the upstream LDM. In either case, the downstream LDM's "pqact" configuration-file can process the data-products using a generic entry. Does this help? Regards, Steve Emmerson Ticket Details =================== Ticket ID: XGK-778495 Department: Support LDM Priority: Normal Status: On Hold