Overview

There are several data formats associated to WDSS II (see http://www.wdssii.org/). Delft-FEWS only supports importing of WDSS II files of type "SparseLatLonGrid". These are netcdf files with regular grid data that is stored using run-length compression. For this data format each netcdf file contains data for only one timeStep. For more information about the WDSS II data type "SparseLatLonGrid" see http://www.cimms.ou.edu/~lakshman/WDSS2/dataformat.shtml.

Config Example

<timeSeriesImportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/timeSeriesImportRun.xsd">
	<import>
		<general>
			<importType>NETCDF-WDSS2_SPARSE_LAT_LON_GRID</importType>
			<folder>import/netcdf_wdss2_sparse_lat_lon_grid</folder>
			<idMapId>NetcdfWdss2SparseLatLonGridImportIdMap</idMapId>
		</general>
		<timeSeriesSet>
			<moduleInstanceId>NetcdfWdss2SparseLatLonGridImport</moduleInstanceId>
			<valueType>grid</valueType>
			<parameterId>P.m</parameterId>
			<locationId>RadarLocation1<locationId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="hour" multiplier="1"/>
			<readWriteMode>read complete forecast</readWriteMode>
		</timeSeriesSet>
	</import>
</timeSeriesImportRun>
  • No labels