Versions Compared

Key

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

...

idvariableinputLocationSetIdruleIdlowerBoundruleOutcomelowerBoundInclusiveseveritycertaintyinstructionresponseTypeurgencyheadline
OutputLocForecastRainInputLocSetrule0-999-1FALSE





OutputLocForecastRainInputLocSetrule1101FALSEminorpossibleMonitor the situation as Minor Flooding is possibleAssessFutureMinor Flooding is possible in Coffs Creek
OutputLocObservedRainInputLocSetrule2102FALSEminorlikelyAssess your surroundingsAvoidExpectedMinor Flooding is possible in Coffs Creek
OutputLocObservedFloodingInputLocSetrule3103FALSEminorobservedAvoid Flood watersPrepareImmediateMinor Flooding has been observed in Coffs Creek
OutputLocForecastRainInputLocSetrule4204FALSEseverepossiblePrepare for Major FloodingPrepareFutureMajor Flooding is possible in Coffs Creek
OutputLocForecastRainInputLocSetrule5205FALSEseverepossiblePrepare for Major FloodingPrepareFutureMajor Flooding is possible and Minor Flooding is likely in Coffs Creek
OutputLocObservedRainInputLocSetrule5105FALSEseverepossiblePrepare for Major FloodingPrepareFutureMajor Flooding is possible and Minor Flooding is likely in Coffs Creek
OutputLocForecastRainInputLocSetrule6206FALSEseverepossiblePrepare for Major FloodingEvacuateFutureMajor Flooding is possible and Minor Flooding has been observed in Coffs Creek
OutputLocObservedFloodingInputLocSetrule6106FALSEseverepossiblePrepare for Major FloodingEvacuateFutureMajor Flooding is possible and Minor Flooding has been observed in Coffs Creek
OutputLocObservedRainInputLocSetrule7207FALSEseverelikelyEvacuate to higher groundEvacuateExpectedMajor Flooding is likely in Coffs Creek
OutputLocObservedRainInputLocSetrule8208FALSEseverelikelyEvacuate to higher groundEvacuateExpectedMajor Flooding is likely and Minor Flooding has been observed in Coffs Creek
OutputLocObservedFloodingInputLocSetrule8108FALSEseverelikelyEvacuate to higher groundEvacuateExpectedMajor Flooding is likely and Minor Flooding has been observed in Coffs Creek
OutputLocObservedFloodingInputLocSetrule9209FALSEsevereobservedShelter in placeShelterImmediateMajor Flooding has been observed in Coffs Creek


Code Block
languagexml
titleExample threshold Export file
	<locationSet id="MultiVariateThresholdsHyFS">
		<csvFile>
			<file>MultiVariateThresholdsHyFS.csv</file>
			<id>%id%</id>
			<x>%x%</x>
			<y>%y%</y>
			<attributeFile>
				<csvFile>MultiVariateThresholdsAttributesHyFS.csv</csvFile>
				<id>%id%</id>
				<attribute id="inputLocationSetId">
					<text>%inputLocationSetId%</text>
				</attribute>
				<attribute id="variable">
					<text>%variable%</text>
				</attribute>
				<attribute id="ruleId">
					<text>%ruleId%</text>
				</attribute>
				<attribute id="lowerBound">
					<number>%lowerBound%</number>
				</attribute>
				<attribute id="lowerBoundInclusive">
					<boolean>%lowerBoundInclusive%</boolean>
				</attribute>
				<attribute id="upperBound">
					<number>%upperBound%</number>
				</attribute>
				<attribute id="upperBoundInclusive">
					<boolean>%upperBoundInclusive%</boolean>
				</attribute>
				<attribute id="ruleOutcome">
					<number>%ruleOutcome%</number>
				</attribute>
				<attribute id="numberOfTimeSeries">
					<number>%numberOfTimeSeries%</number>
				</attribute>
				<attribute id="severity">
					<text>%severity%</text>
				</attribute>
				<attribute id="certainty">
					<text>%certainty%</text>
				</attribute>
				<attribute id="instruction">
					<text>%instruction%</text>
				</attribute>
				<attribute id="responseType">
					<text>%responseType%</text>
				</attribute>
				<attribute id="urgency">
					<text>%urgency%</text>
				</attribute>
				<attribute id="headline">
					<text>%headline%</text>
				</attribute>
			</attributeFile>
		</csvFile>
	</locationSet>
	<locationSet id="MultiVarHyFSInput">
		<locationSetId>MultiVariateThresholdsHyFS</locationSetId>
		<constraints>
			<idContains contains="MultiVarHyFSInput"/>
		</constraints>
	</locationSet>