Issue #2149 Fix radar mesocyclone regex.
Former-commit-id:5f8d325b05
[formerly 386cb76aaafd330cfb12367c71c3df7eb35bff1e] Former-commit-id:4b3024fe09
This commit is contained in:
parent
1610826d2e
commit
68443a21f9
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue