[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Support #HKV-830940]: question about LDM IP address
- Subject: [Support #HKV-830940]: question about LDM IP address
- Date: Tue, 17 Feb 2009 13:25:02 -0700
> Jeff,
>
> New children must be an exciting life event.
>
> Thanks for the update on RAWS and Satellite Feeds. I will follow-up
> with Mike Barth on the RAWS feed.
>
> In terms of Satellite feed, to just get started, I think we could try
> the GOES Data, in particular GOES West. Your website says that the feed
> type is (UNIWISC) FT5. Could you give us some detailed instructions on
> what needs to be done on our end? For example, what should be added to
> the config file to be able to receive the feed, how to filter them, etc.
>
> Thanks!
>
> Laura
Hi Laura,
Not knowing what client you plan on using to view I will offer up both
file formats: AREA and GINI
Here is the line for the ldmd.conf file located in:
~ldm/etc
request UNIWISC ".*" idd.cise-nsf.gov
This will get the feed flowing to you.
Now we will need to "FILE" or "PIPE" to a decoder, again I do not know if you
want GINI
or AREA files???
These will be in your pqact.conf file, also in ~ldm/etc
For GINI:
# NOAAPORT GINI Images in NIMAGE feed
NIMAGE ^satz/ch[0-9]/.*/(.*)/([12][0-9])([0-9][0-9])([01][0-9])([0-3][0-9])
([0-2][0-9])([0-5][0-9])/(.*)/(.*km)/
FILE -close data/gempak/images/sat/\8/\9/\1/\1_\2\3\4\5_\6\7
[ldm@newshemp GEMPAK]$
..this path is GEMPAK centric, so you would probably have a different path to
write to.
For AREA: (FYI..MCIDAS is used as a synonym for UNIWISC in this/below context,
we prefer
you use UNIWISC..even tho we use MCIDAS :) )
###############################################################################
#
# IMAGE datasets
# MCIDAS AREAs
#
#
##############################################################################
#
# UW Products decoded into GEMPAK file hierarchy
#
# Unidata-Wisconsin PNG compressed Products
# \1 \2 \3 \4 \5 \6 \7
# Qx pd anum SAT BAND RES CCYYMMDD HHMM
# pnga2area Q0 CF 0015 GOES-10_SND UNKBAND 1km 20000525 2000
#
#
# Standard VIS, WV and IR product actions
#
MCIDAS ^pnga2area Q. (U[^ACXY1]) (.*) (.*)_IMG (0.65)um (.*) (........) (....)
FILE -close data/gempak/images/sat/\3/\5/VIS/VIS_\6_\7
MCIDAS ^pnga2area Q. (U[^ACXY1]) (.*) (.*)_IMG (3.9)um (.*) (........) (....)
FILE -close data/gempak/images/sat/\3/\5/\4/\4_\6_\7
MCIDAS ^pnga2area Q. (U[^ACXY1]) (.*) (.*)_IMG (6..)um (.*) (........) (....)
FILE -close data/gempak/images/sat/\3/\5/WV/WV_\6_\7
MCIDAS ^pnga2area Q. (U[^ACXY1]) (.*) (.*)_IMG (10.7)um (.*) (........) (....)
FILE -close data/gempak/images/sat/\3/\5/IR/IR_\6_\7
MCIDAS ^pnga2area Q. (U[8E]) (.*) (.*)_IMG (.*)um (.*) (........) (....)
FILE -close data/gempak/images/sat/\3/\5/\4/\4_\6_\7
I encourage you to view:
http://weather.unisys.com/noaaport/sat_inventory.html
This may help you with the corner points of the images, resolutions, file
extensions, frequency
etc.
It would help us help you if we knew how you were planning (what app/format) on
using the
satellite data.
I hope this gets things started, we can fine tune after you begin ingesting
data.
Also, no white space, TABS only :)
Cheers,
Jeff
Jeff Weber
Unidata User Support
http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: HKV-830940
Department: Support IDD
Priority: Normal
Status: Open