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.
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/ ****************************************************