Versions Compared

Key

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

...

No Format
<?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>
Note

As the file format does not include geographical datum information you must configure the geoDatum field in the general section

The IdMapping file should always refer to the external location ARC_INFO_LOC.
Example:

...