Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Imports time series data (grids) ArcInfoAscii files. The time and parameter information are encoded in the filename. Example:

Rain_20071010231500.asc (parameterId_YYYYMMDDHHMMSS.extension)

parameterId = Rain

year = 2007

month = 10

day = 10

hours = 23

min = 15

sec = 00

This import always uses the locationid ARC_INFO_LOC as the external location. The import can read from a zip stream. As such, you can multiple grids within a single .zip file. Useful for large amounts of grids or very large grids.

...

The reader is named ArcInfoAsciiGrid which should be configured in the general section of the import: <importType>ArcInfoAsciiGrid</importType>.
Example:

No Formatcode
<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML file generated by XMLSPY v2004 rel. 3 U (http://www.xmlspy.com)-->
<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>ArcInfoAsciiGrid</importType>
			<folder>Import</folder>
			<idMapId>IdImportSidbAsc</idMapId>
                        <geoDatum>Ordnance Survey Great Britain 1936</geoDatum>
 		</general>
 	        <timeSeriesSet>
			<moduleInstanceId>ImportSidbAsc</moduleInstanceId>
			<valueType>grid</valueType>
			<parameterId>P.radar.actual</parameterId>
			<locationId>ARC_INFO_LOC</locationId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="minute" multiplier="15"/>
                        <readWriteMode>add originals</readWriteMode>
		</timeSeriesSet>
        </import>
</timeSeriesImportRun>

...