Overview

File containing xml matching the schema "EATimeSeriesDataExchangeFormat.xsd" but with a couple of text lines before and after.
The parser will take out the xml and gives it to the EaTimeSeriesParser.
To use this import in FEWS configuration: <importType>LmwUkmo</importType>

Example

Here is an example:

0004543800

996

ISRZ50 EGRR 140155

<?xml version="1.0"?>
<EATimeSeriesDataExchangeFormat xmlns="http://www.environment-agency.gov.uk/XMLSchemas/EATimeSeriesDataExchangeFormat"
	xmlns:md="http://www.environment-agency.gov.uk/XMLSchemas/EAMetadataFormat"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  	xsi:schemaLocation="http://www.environment-agency.gov.uk/XMLSchemas/EATimeSeriesDataExchangeFormat EATimeSeriesDataExchangeFormat.xsd">
	<md:Publisher>Environment Agency</md:Publisher>
	<md:Source>Anglian Telemetry</md:Source>
	<md:Description>Class A Data</md:Description>
	<md:Creator>X-TEL 2.2</md:Creator>
 	<md:Date>2013-06-14</md:Date>
 	<md:Time>01:55:00</md:Time>
 	<md:Identifier>Anglian Interface Server</md:Identifier><Station
		stationReference="E73739"
		stationName="Portpatrick"
		region="Anglian"
                latitude="54.84256"
                longitude="-5.12003">
 		<SetofValues
			parameter="Water Level"
			qualifier="Tidal Level"
			dataType="Mean"
			period="15 min"
			pointReference="E73739"
			characteristic="Measured"
			units="mAOD"
			startDate="2013-06-14"
			startTime="01:45:00"
			endDate="2013-06-14"
			endTime="01:45:00"
			productRef="W"><Value date="2013-06-14" time="01:45:00" >1.770</Value></SetofValues>
	</Station><Station
		stationReference="E73924"
		stationName="Portrush"
		region="Anglian"
                latitude="55.20678"
                longitude="-6.65683">
 		<SetofValues
			parameter="Water Level"
			qualifier="Tidal Level"
			dataType="Mean"
			period="15 min"
			pointReference="E73924"
			characteristic="Measured"
			units="m"
			startDate="2013-06-14"
			startTime="01:45:00"
			endDate="2013-06-14"
			endTime="01:45:00"
			productRef="NW"><Value date="2013-06-14" time="01:45:00" >1.308</Value></SetofValues>
	</Station></EATimeSeriesDataExchangeFormat>

0000000000

Java source code

LmwUkmoTimeSeriesParser.java

  • No labels