Versions Compared

Key

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

...

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<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>DXONLINE</importType>
			<folder>$DXONLINE_IMPORT$</folder>
			<idMapId>dxMapId</idMapId>			
 		</general>
 	        <timeSeriesSet>
				<moduleInstanceId>GridImportDxonline</moduleInstanceId>
				<valueType>grid</valueType>
				<parameterId>H.observed</parameterId>
				<locationId>cxLocation</locationId>
				<timeSeriesType>external historical</timeSeriesType>
				<timeStep unit="nonequidistant"/>
				<readWriteMode>add originals</readWriteMode>
			</timeSeriesSet>
	</import>
</timeSeriesImportRun>

...

No Format
<?xml version="1.0" encoding="UTF-8"?>
<grids 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/grids.xsd">

	<regular locationId="CMEG-anna25-locationcxLocation">
		<description>CMEG ANA25 Import</description>
		<rows>160</<rows>280</rows>
		<columns>176<<columns>280</columns>
		<geoDatum>WGS 1984</geoDatum>
		<firstCellCenter>
			<x>-76<x>0.25<0</x>
			<y>5<y>0.50<0</y>
		</firstCellCenter>
		<xCellSize>0.25<1</xCellSize>
		<yCellSize>0.25<1</yCellSize>
	</regular>
</grids>