Merge "Issue #2149 Fix radar mesocyclone regex." into development

Former-commit-id: 8b11b9e86e5054dfaf6f5c993cc1c901479e5458
This commit is contained in:
Nate Jensen 2013-07-16 08:44:21 -05:00 committed by Gerrit Code Review
commit 79903a7f1f

View file

@ -30,8 +30,9 @@ import java.util.regex.Pattern;
* SOFTWARE HISTORY
* Date Ticket# Engineer Description
* ------------ ---------- ----------- --------------------------
* Feb 18, 2009 mnash Initial creation
* 03/04/2013 DCS51 zwang Add a map type for GFM product
* Feb 18, 2009 mnash Initial creation
* Mar 04, 2013 DCS51 zwang Add a map type for GFM product
* Jul 15, 2013 2149 bsteffen Fix radar mesocyclone regex.
*
* </pre>
*
@ -134,7 +135,7 @@ public class RadarConstants {
/*
* For parsing the tabular block for the meso product
*/
public static final String MESO_REGEX = "\\s*(.\\w+)\\s+(.{7})\\s+(.\\w+)\\s+(.{2})\\s+(.{2})\\s+(.{3})\\s+(.{3})\\s+(.{3})\\s+(.\\w+)\\s+(.\\w+)\\s+(.\\w+)\\s+(.\\w+)\\s\\s(.{7})\\s+(.{5})";
public static final String MESO_REGEX = "\\s*(\\w+)\\s+(.{7})\\s+(\\w+)\\s+(.{2})\\s+(.{2})\\s+(.{3})\\s+(.{3})\\s+(.{3})\\s+(\\w+)\\s+(\\w+)\\s+(\\w+)\\s+(\\w+)\\s\\s(.{7})\\s+(.{5})";
/*
* For breaking the MESO header out and being able to use the regex below