According to the source code for com.raytheon.edex.plugin.textlightning, that's
not one of the recognized strike data input patterns:
https://github.com/Unidata/awips2/blob/upc_14.4.1/edexOsgi/com.raytheon.edex.plugin.textlightning/src/com/raytheon/edex/plugin/textlightning/impl/TextLightningParser.java
LIGHTNING_PTRN_C is close but the match will fail because your input has
decimal seconds and different strength data fields.
You will either have to modify the plugin code to add a pattern decoder for
this data format or convert the data to one of the supported textLightning (or
binLightning) formats before passing to EDEX.
--
Erik Magnuson, ENSCO Inc. 321-866-0217
________________________________
From: awips2-users-bounces@xxxxxxxxxxxxxxxx
[awips2-users-bounces@xxxxxxxxxxxxxxxx] On Behalf Of Halbert, Kelton T.
[keltonhalbert@xxxxxx]
Sent: Monday, March 30, 2015 4:22 PM
To: awips2-users@xxxxxxxxxxxxxxxx
Subject: [awips2-users] EDEX | USPLN Lightning
Greetings,
I’m currently attempting to ingest USPLN lightning data via LDM into EDEX/CAVE,
but having some issues that I cannot seem to work past. Perhaps there’s someone
can help me?
First off, I have data flowing from the ldm LIGHTNING feed and already have an
allow on our server.
Here is my pqact entry:
LIGHTNING USPLN1EX
FILE -close -edex /awips2/data_store/lightning/%Y%m%d%H%M.uspln
Here’s what the particular file in the log looks like:
LIGHTNING-USPLN1EX,2015-03-30T18:13:00,2015-03-30T18:11:55
A file with more data entries:
LIGHTNING-USPLN1EX,2015-03-30T20:03:00,2015-03-30T20:01:55
2015-03-30T20:01:51.695,30.6049413,-84.8320023,-10.60,0.25,0.25,54
2015-03-30T20:02:00.797,30.6850998,-85.2892744,0.00,0.25,0.25,19
2015-03-30T20:02:00.798,30.6827263,-85.2890819,0.00,0.25,0.25,19
2015-03-30T20:02:00.803,30.674804,-85.3124406,-12.80,0.25,0.25,23
2015-03-30T20:02:00.806,30.6898157,-85.2808737,9.10,0.50,0.25,14
2015-03-30T20:02:00.823,30.673512,-85.3497948,4.50,0.75,0.25,-8
2015-03-30T20:02:20.859,30.8301989,-85.438391,-13.10,0.25,0.25,50
2015-03-30T20:02:20.972,30.8246311,-85.4428792,-17.10,0.25,0.25,-4
2015-03-30T20:02:20.981,30.7341835,-85.3718009,-4.30,0.50,0.25,-20
2015-03-30T20:02:43.419,20.023488,-88.1979901,-22.70,0.50,0.25,-74
2015-03-30T20:02:45.982,30.6035048,-84.8380333,-4.50,0.75,0.25,27
2015-03-30T20:02:46.008,30.6018953,-84.8347703,7.00,0.25,0.25,4
2015-03-30T20:02:46.071,30.5821336,-84.8114074,-3.80,1.00,0.25,32
Here is the relevant error message in edex-ingest-yyyymmdd.log
ERROR 2015-03-30 18:15:34,215 [Ingest.textlightning-1] TextLightningParser:
Cannot match lightning input
LIGHTNING-USPLN1EX,2015-03-30T18:13:00,2015-03-30T18:11:55
INFO 2015-03-30 18:15:34,215 [Ingest.textlightning-1] Ingest: EDEX: Ingest -
textlightning:: /awips2/data_store/lightning/201503301813.uspln processed in:
0.0290 (sec) Latency: 0.1180 (sec)
I also had to make a modification to the regex that EDEX was looking for in
/awips2/edex/data/utility/edex_static/base/distribution/textlightning.xml and
added the last two expressions:
<requestPatterns xmlns:ns2="group">
<regex>FAA_*</regex>
<regex>WWLLN_*</regex>
<regex>*USPLN1EX*</regex>
<regex>USPLN1EX*</regex>
</requestPatterns>
Lastly, here’s my /awips2/edex/data/hdf5 directory
airep bufrhdw bufrmosLAMP bufrua gfe grid mcidas
ncpafm ncuair obs poessounding QC redbook sfcobs topo
bufrascat bufrmosGFS bufrmthdw cwa goessounding lsr modelsounding
nctaf nucaps pirep profiler radar satellite svrwx
Hopefully I’ve included enough relevant information to get some help. It
doesn’t seem to be creating any lightning hdf5 files (probably due to the error
message). If anyone has any insight, that would be greatly appreciated.
Kelton Halbert
Research Assistant
School of Meteorology
Director of Development
Oklahoma Weather Lab
________________________________
The information contained in this email message is intended only for the use of
the individual(s) to whom it is addressed and may contain information that is
privileged and sensitive. If you are not the intended recipient, or otherwise
have received this communication in error, please notify the sender immediately
by email at the above referenced address and note that any further
dissemination, distribution or copying of this communication is strictly
prohibited.
The U.S. Export Control Laws regulate the export and re-export of technology
originating in the United States. This includes the electronic transmission of
information and software to foreign countries and to certain foreign nationals.
Recipient agrees to abide by these laws and their regulations -- including the
U.S. Department of Commerce Export Administration Regulations and the U.S.
Department of State International Traffic in Arms Regulations -- and not to
transfer, by electronic transmission or otherwise, any content derived from
this email to either a foreign national or a foreign destination in violation
of such laws.