Issue #2149 Fix radar mesocyclone regex.
Former-commit-id:302f3fe7bc
[formerly4f93bf0f69
] [formerly5f8d325b05
] [formerly302f3fe7bc
[formerly4f93bf0f69
] [formerly5f8d325b05
] [formerly4b3024fe09
[formerly5f8d325b05
[formerly 386cb76aaafd330cfb12367c71c3df7eb35bff1e]]]] Former-commit-id:4b3024fe09
Former-commit-id:f3477a033f
[formerly2022a02fa0
] [formerly e582042ead5b49dbb89b28c32b4c2df3769eeb6a [formerly68443a21f9
]] Former-commit-id: 4749690b7407f697c3b442d4bc90f243d9e7077d [formerly4e8042a035
] Former-commit-id:167ec4da75
This commit is contained in:
parent
ad32bbd91d
commit
ce483216f7
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