This folder includes the description of Continuously Operating Reference Stations networks in which Ashtech Office Software should search for compatible reference station raw data.
Each network is described through three XML files:
Users can define additional networks by providing the corresponding XML files, which can be easily edited using a simple text editor, or also a free XML editor such as Microsoft XML Notepad 2007.
The Network.server.xml file provides the general parameters of the network, such as name, URL and access type. The following syntax is used:
Network parameters
<Name>Network name
<Comment>Network description
<WebSiteLink>Network web site for additional info (if any)
<Protocol>Network protocol (Ftp, Http or File)
<Host>Network access URL
<Access>Network access type (Public or Restricted)
<Login>Network access login (when access is restricted)
<Password>Network access password (when access is restricted)
The Network.services.xml describes the services provided by the network, i.e. the raw data that can be downloaded, with a precise description of file location and format.
List of provided services
<WebRawDataService>Service parameters
<Name>Service name
<Comment>Service description
<Sampling>Data sampling (milliseconds)
<SingleArchive>Set to true when Observation and Navigation files are stored in a single archive
<ObservationFile>Observation file parameters
<NavigationFile>Navigation file parameters
<DataFormat>File format (RINEX or CRINEX)
<TimeSpan>Recording duration (minutes)
<FileName>File name. You may use the following patterns:
File compression type (Null, TarZ or GZip)
<RemotePath>Folder name. You may use the following patterns:
The Network.stations.xml describes the reference network stations with their names and positions.
List of available stations
<WebReferenceStation>Station parameters with station name as attribute 'name'
<Comment>Station description
<HeightToARP>Height to Antenna Reference Point (meters)
<X>X geocentric coordinate on reference datum (ITRF00 at current epoch assumed by default)
<Y>Y geocentric coordinate on reference datum (ITRF00 at current epoch assumed by default)
<Z>Y geocentric coordinate on reference datum (ITRF00 at current epoch assumed by default)
<ServerNames>Comma-separated list of networks in which the station is referenced.