13.1.2-14 baseline
Former-commit-id:45794f7232
[formerly72330a23eb
] [formerlyfe21144920
[formerly a671299ee53ca3582970c4ff851b9c5120b94401]] Former-commit-id:fe21144920
Former-commit-id:694822020a
This commit is contained in:
parent
827fb62d9d
commit
fb33dcf58e
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,8 @@ import com.raytheon.uf.edex.wmo.message.WMOHeader;
|
|||
* Oct 29, 2008 1659 jkorman Initial creation
|
||||
* ======================================
|
||||
* AWIPS2 DR Work
|
||||
* 20120918 1185 jkorman Added save to archive capability.
|
||||
* 20120918 1185 jkorman Added save to archive capability.
|
||||
* Jan 30, 2010 15779 lbousaidi added 4 letter to station id for ACR
|
||||
* </pre>
|
||||
*
|
||||
* @author jkorman
|
||||
|
@ -219,6 +220,8 @@ public class MetarToShefTransformer extends
|
|||
place = 1;
|
||||
if (options.isOptStripICAO()) {
|
||||
lineHdr.append(stnId.substring(1));
|
||||
} else { // Only for ALASKA region
|
||||
lineHdr.append(stnId);
|
||||
}
|
||||
|
||||
lineHdr.append(" :");
|
||||
|
|
Loading…
Add table
Reference in a new issue