[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[LDM #FIG-575072]: How to get the full level 3 data feed minus ten products?
- Subject: [LDM #FIG-575072]: How to get the full level 3 data feed minus ten products?
- Date: Thu, 30 Sep 2010 23:18:47 -0600
Hi Gilbert,
re:
> OK, I'm afraid I know what the answer is, but I'll ask anyway.
>
> I get the level 3 feed from NOAAport, but I don't want these
> ten products:
>
> # TTUSII NNN PRODUCT DESCRIPTION DIRECTORY
> 1 SDUS5I N0R BASE REFLECTIVITY 19/R 16LVL 0.5DEG DS.P19R0
> 2 SDUS2I N1R BASE REFLECTIVITY 19/R 16LVL 1.5DEG DS.P19R1
> 3 SDUS2I N2R BASE REFLECTIVITY 19/R 16LVL 2.4DEG DS.P19R2
> 4 SDUS3I N3R BASE REFLECTIVITY 19/R 16LVL 3.4DEG DS.P19R3
> 5 SDUS7I N0Z BASE REFLECTIVITY 20/R 16LVL 0.5DEG DS.P20-R
> 6 SDUS6I N0W BASE VELOCITY 25/V 16LVL 0.5DEG DS.P25-V
> 7 SDUS5I N0V BASE VELOCITY 27/V 16LVL 0.5DEG DS.P27V0
> 8 SDUS7I N1V BASE VELOCITY 27/V 16LVL 1.5DEG DS.P27V1
> 9 SDUS6I N2V BASE VELOCITY 27/V 16LVL 2.4DEG DS.P27V2
> 10 SDUS6I N3V BASE VELOCITY 27/V 16LVL 3.4DEG DS.P27V3
>
> My ldmd.conf entry is:
>
> request NEXRAD3 ".*" bigbird.tamu.edu
>
> is there any way to easily request everything minus those 10 products
> above?
You can do either of two things:
- specify exactly which products you want to get (which I believe is what
you were referring to when you said you think you already know the
answser)
- specify which products you do not want to get. Please review the
LDM webpage on extended regular expressions:
http://www.unidata.ucar.edu/software/ldm/ldm-6.8.1/basics/ERE.html
re:
> This is my pqact.conf entry...
>
> NEXRAD3 ^SDUS.. .... ([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
>
> I'd much rather go the ldmd.conf route, but if not, will I have to add
> every PIL minus those 10, like:
>
> NEXRAD3 ^SDUS.. ....
> ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(N0Q|N1Q|etc|etc)
> FILE -close data/gempak/nexrad/NIDS/\5/\4/\4_(\1:yyyy)(\1:mm)\1_\2\3
>
> For my pqact file?
As you are indicating, your third option is to not process the files even
though you are receiving them. This is the best way to do things if the
machine is relaying the data to downstreams who may want the products that
you don't.
Try playing around with fashioning an extended regular expression for
the products you want/don't want after reviewing the web page above.
Let us know if you run into any snags.
Cheers,
Tom
--
****************************************************************************
Unidata User Support UCAR Unidata Program
(303) 497-8642 P.O. Box 3000
address@hidden Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage http://www.unidata.ucar.edu
****************************************************************************
Ticket Details
===================
Ticket ID: FIG-575072
Department: Support IDD
Priority: Normal
Status: Closed