You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The SHEF export  exports  scalar time series to SHEF file format (Standard Hydrometeorological Exchange Format) . Only the format type .E is supported in FEWS versions earlier than 2018.02.

In FEWS 2019.02 additional export options for SHEF format .B and .A records have been added.

The SHEF coding manual is provided by the US National Weather Service online and can be downloaded from the SHEF Information page.

Example

An example of the output file:

ZCZC TSfmap
TTAA00 KPDR 191544
:
: options=fmap  
: output=/tmp/dumpshef.fmap.prdutil_pun.20081119.154408
:
: FMAP_TIME_SERIES
:
: Wed Nov 19 15:44:03 GMT 2008 by fmcgough
: model period #+6 *+10 day(s)
:
.E WKMW1U   20081119 Z DH12/DC200811191544/DUE/PPQFL/DIH01
.E1 /     0.000/     0.000/     0.000/     0.030
.E2 /     0.240/     1.100/     0.160/     0.040
.E3 /     0.280/     1.330/     0.650/     0.680
.E4 /     0.020/     0.010/     0.000/     0.000
.E5 /     0.000/     0.000/     0.000/     0.000
.E6 /     0.000/     0.000/     0.000/     0.000
.E7 /     0.000/     0.000/     0.000/     0.000
.E8 /     0.000/     0.000/     0.000/     0.100
.E9 /     0.100/     0.060/     0.040/     0.020
.E10 /     0.000/     0.000/     0.000/     0.000
.E WKMW1L   20081119 Z DH18/DC200811191544/DUE/PPQFL/DIH06
.E1 /     0.000/     0.000/     0.000/     0.020
.E2 /     0.190/     0.850/     0.120/     0.030
.E3 /     0.210/     1.030/     0.510/     0.530
.E4 /     0.010/     0.010/     0.000/     0.000
.E5 /     0.000/     0.000/     0.000/     0.000
.E6 /     0.000/     0.000/     0.000/     0.000
.E7 /     0.000/     0.000/     0.000/     0.000
.E8 /     0.000/     0.000/     0.000/     0.080
.E9 /     0.080/     0.050/     0.030/     0.010
.E10 /     0.000/     0.000/     0.000/     0.000

 Java source code

ShefTimeSeriesSerializer.java

  • No labels