From Documentation
[edit] Description
This file contains the specific configuration data for a RWIS station. These data should be, usually, rather statics. As example, we're not expecting the longitude of the RWIS station to change.
[edit] Version and revision date
- Version: 1.0
- Revision date: November 3rd 2004
[edit] Contents
Station geographic location, details related to the type of station (factory owner), the client (region, company).
[edit] Mandatory fields
[edit] Header
[edit] Layer description
| Field description
| Element name
|
| Layers position (from the surface) | position
|
| Layer type | type
|
| Layer thickness (m) | thickness
|
[edit] Example
<?xml version="1.0"?>
<station>
<header>
<filetype>rwis-configuration</filetype>
<version>1.0</version>
<road-station>oaa</road-station>
<time-zone>EST5EDT</time-zone>
<production-date>2003-09-26T15:34Z</production-date>
<coordinate>
<latitude>45.10</latitude>
<longitude>-76.02</longitude>
</coordinate>
<station-type>road</station-type>
</header>
<roadlayer-list>
<roadlayer>
<position>1</position>
<type>asphalt</type>
<thickness>0.1905</thickness>
</roadlayer>
<roadlayer>
...
</roadlayer-list>
</station>