<?xml version="1.0" encoding="UTF-8"?>
<swe:DataRecord
	xmlns:gml="http://www.opengis.net/gml/3.2"
	xmlns:swe="http://www.opengis.net/swe/2.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xsi:schemaLocation="http://www.opengis.net/swe/2.0 http://schemas.opengis.net/sweCommon/2.0/swe.xsd">
	<swe:field name="AirTemperature">
		<swe:Quantity
			definition="http://sweet.jpl.nasa.gov/2.0/physThermo.owl#Temperature">
			<swe:uom code="Cel"/>
		</swe:Quantity>
	</swe:field>
	<swe:field name="WindSpeed">
		<swe:Quantity
			definition="http://sweet.jpl.nasa.gov/2.0/atmoWind.owl#WindSpeed">
			<swe:uom code="m/s"/>
		</swe:Quantity>
	</swe:field>
	<swe:field name="WindDirection">
		<swe:Quantity
			definition="http://sweet.jpl.nasa.gov/2.0/atmoWind.owl#WindDirectionToNorth">
			<swe:uom code="deg"/>
		</swe:Quantity>
	</swe:field>
	<swe:field name="AtmosphericPressure">
		<swe:Quantity
			definition="http://sweet.jpl.nasa.gov/2.0/atmoPressure.owl#BarometricPressure">
			<swe:uom code="hPa"/>
		</swe:Quantity>
	</swe:field>
	<swe:field name="RelativeHumidity">
		<swe:Quantity
			definition="http://sweet.jpl.nasa.gov/ontology/property.owl#RelativeHumidity">
			<swe:uom code="%"/>
		</swe:Quantity>
	</swe:field>
	<swe:field name="Visibility">
		<swe:Quantity
			definition="http://sweet.jpl.nasa.gov/ontology/property.owl#Visibility">
			<swe:uom code="m"/>
		</swe:Quantity>
	</swe:field>
</swe:DataRecord>
