TDS: Station Information Examples
Station String
Parameter(s) | Allowed value(s) | Example(s) | Description |
---|---|---|---|
stationString |
|
stationString=KDEN KSEA, PHNL | obtain station information for KDEN, KSEA and PHNL |
stationString |
| stationString=KSEA KDE | obtain stations for KSEA and all icaoIds beginning with KDE (i.e. KDEN, KDEH, KDEW, ...etc.) |
stationString |
|
stationString=KSEA KDE* | equivalent to above, obtain stations for KSEA and all icaoIds beginning with KDE |
stationString |
|
stationString=@WA | obtain stations for all icaoIds from Washington state |
stationString | stationString=@BC | obtain stations for all icaoIds from British Columbia, Canada | |
stationString |
|
stationString=~au | obtain stations for all icaoIds from Australia |
Lon-Lat Rectangle
Top ▲
Parameter(s) | Allowed Values | Example(s) | Description |
---|---|---|---|
minLat, minLon, maxLat, maxLon |
|
minLat=25&minLon=-130& maxLat=65&maxLon=-40 | obtain stations collected within a rectangular region (bounding box) defined by the min and max lon and lat |
NOTE:
- The LonLatRect constraint can accomodate situations where the bounding box crosses the International Date Line
- The LonLatRect constraint does not support bounding boxes that cross the poles.
Radial Distance
Top ▲
Parameter(s) | Allowed Values | Example(s) | Description |
---|---|---|---|
radialDistance |
|
radialDistance=20;-104.65,39.83 | obtain stations within 20 statute miles of -104.65,39.83 (KDEN) |
Flight Path
Top ▲
Parameter(s) | Allowed Values | Example(s) | Description |
---|---|---|---|
flightPath |
|
flightPath=57.5; -125.27,49.95; -104.65,39.83 | obtain all stations for the flight path from Campbell River, BC to Denver, CO using a 57.5 statute mile maximum distance |
flightPath | flightPath=57.5; -104.65,39.83; -97.5,27.77; -81.33,28.42; -73.15,44.47 | A flight path from Denver,Co to Corpus Cristi, Tx to Orlando, Fl to Burlington, Vt using a 57.5 statute mile maximum distance. | |
flightPath | flightPath=57.5; KDEN; -97.5,27.77; -81.33,28.42; -73.15,44.47 | A flight path from Denver,Co to Corpus Cristi, Tx to Orlando, Fl to Burlington, Vt using a 57.5 statute mile maximum distance and the station name for Denver. |
Flight path results are sorted by distance along the flight path, from origin to destination.
The flight path constraint cannot accomodate the following situations:
- flight paths that cross the poles
- flight paths that cross the International Date Line.
Density
Top ▲
Parameter(s) | Allowed Values | Example(s) | Description |
---|---|---|---|
minDegreeDistance | 0 < any value ≤ 90 The degree distance is the distance (based on longitude and latitude) between stations. The larger the value of minDegreeDistance, the less dense the results. Duplicate stations are filtered and the most recent of duplicate stations is reported. |
flightPath=57.5; KDEN; KMCO& minDegreeDistance=90 | obtain all stations for the flight path from Denver, CO to Orlando, FL using a 57.5 statute mile maximum distance and requesting the lowest density of results. |
minDegreeDistance | 0 < any value ≤ 90 The degree distance is the distance (based on longitude and latitude) between stations. The larger the value of minDegreeDistance, the less dense the results. Duplicate stations are filtered and the most recent of duplicate stations is reported. |
flightPath=57.5; KDEN; KMCO& minDegreeDistance=1 | obtain all stations for the flight path from Denver, CO to Orlando, FL using a 57.5 statute mile maximum distance and requesting a high density of results. |
Field Parameters
Top ▲
Parameter(s) | Allowed Values | Example(s) | Description |
---|---|---|---|
fields |
|
flightPath=57.5; -125.27,49.95; -104.65,39.83 &fields=station_id, elevation_m | obtain all stations for the flight path from Campbell River, BC to Denver, CO using a 57.5 statute mile maximum distance. Only the available sky cover, cloud base, elevation and vertical visibility results are returned. |