[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 20001219: ldm.h question on feedtypes
- Subject: Re: 20001219: ldm.h question on feedtypes
- Date: Tue, 19 Dec 2000 15:09:00 -0700
Unidata Support wrote:
>
> ------- Forwarded Message
>
> >To: address@hidden
> >From: Gregory Grosshans <address@hidden>
> >Subject: ldm.h question on feedtypes
> >Organization: UCAR/Unidata
> >Keywords: 200012192006.eBJK6so07899
>
> Id like to break down the NOAAPORT feed into various feed types to decrease
> the load on pqact. Currently all NOAAPORT data is assigned a feed type of
> WMO. In ldm.h there are some feed types essentially listed twice. For
> example,
>
> /* NOAAport NEXRAD */
> #define NNEXRAD 134217728
> #define NEXRAD 134217728
>
> Does it matter if I use NNEXRAD or NEXRAD?
>
> Thanks,
> Gregg
>
> ------- End of Forwarded Message
Hi Gregg,
NEXRAD and NNEXRAD are two names for the same feed - they are aliases. It
doesn't matter which one you use.
Also, yes, WMO is a union of several feedtypes. You can break that apart if you
want. See the page
http://www.unidata.ucar.edu/packages/ldm/feedtypes/index.html for information
about the feedtypes, including which ones are in WMO.
Anne
--
***************************************************
Anne Wilson UCAR Unidata Program
address@hidden P.O. Box 3000
Boulder, CO 80307
----------------------------------------------------
Unidata WWW server http://www.unidata.ucar.edu/
****************************************************