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.
>From: address@hidden >Organization: ULM >Keywords: 200307301848.h6UImpLd015184 LDM pqact.conf Hi Adam, >I was just wondering if there was a sample pqact out there that saved ALL data >comming in from the ldm to raw format data file corrisponding to what the >product is. You can setup such an action, but ** be careful **. This is a LOT of data!! Here are a couple of ideas: 1) file all data received into hourly files whose names are formed from the product insertion time into the IDD ANY .* FILE data/%y%H 2) if you are only interested in the WMO kinds of products, then you can use their standardized header formats to create files with "reasonable" (semi-understandable) names: WMO (......) (....) (..)(..)(..) FILE data/\3\4\5/\1.\2 The best thing for you to do is get familiar with the format of the headers in the various broadcast streams. This is easily done using the LDM 'notifyme' facility: a) list all productgs received in the past hour notifyme -vxl- -f ANY -o 3600 b) list all HDS products received in the past hour: notifyme -vxl- -f HDS -o 3600 etc. >Thanks >Adam Taylor >Department of Geosciences >University of Louisiana at Monroe Tom Yoksas