| startTime, endTime, timeType (optional) |
- start and end times in seconds since January 1, 1970 (Unix time)
- timeType = issue or valid (default)
|
Obtain all TAFs for KORD for issue times between these start and
end times
startTime=1337242856&endTime=1337250056&timeType=issue &stationString=KORD
|
| startTime, endTime, timeType (optional) |
Same as above |
Obtain all TAFs for KORD for valid times between these start and
end times
startTime=1337242856&endTime=1337250056&timeType=valid &stationString=KORD
|
| startTime, endTime, timeType (optional) |
- start and end times in ISO8601 date/time format
- timeType = issue or valid (default)
|
Obtain all TAFs for KMIA collected for issue times between these
start and end times in ISO8601 date/time format using UTC offset: YYYY-MM-DDThh:mm:ssZ.
Please refer to W3C date/time formats.
startTime=2012-05-17T08:20:56Z&endTime=2012-05-17T10:20:56Z&timeType=issue&stationString=KMIA
|
| startTime, endTime, timeType (optional) |
Same as above |
Obtain all TAFs for station KORD with valid times between these
start and end times in ISO8601 date/time format with UTC time offset:
YYYY-MM-DDThh:mm:ssZ. Please refer to W3C
date/time formats.
startTime=2012-05-17T08:20:56Z&endTime=2012-05-17T10:20:56Z&timeType=valid&stationString=KORD
|
| startTime, endTime, timeType (optional) |
Same as above |
Obtain all TAFs for KORD with issue times between these start and
end times in ISO8601 date/time format using local offset: YYYY-MM-DDThh:mm:ss+hhmm
or YYYY-MM-DDThh:mm:ss-hhmm. Please refer to W3C
date/time formats.
startTime=2012-05-17T08:20:56+0000&endTime=2012-05-17T10:20:56+0000&timeType=issue&stationString=KORD
Note: Due to differences in character encodings by
various web browsers, the + might get encoded to a whitespace. To
avoid this from occurring, use %2B in place of the +.
|
| startTime, endTime, timeType (optional) |
Same as above |
Obtain all TAFs for KORD for valid times between these start and
end times in ISO8601 date/time format using local offset: YYYY-MM-DDThh:mm:ss+hhmm
or YYYY-MM-DDThh:mm:ss-hhmm. Please refer to W3C
date/time formats.
startTime=2012-05-17T08:20:56+0000&endTime=2012-05-17T10:20:56+0000&timeType=valid&stationString=KORD
Note: Due to differences in character encodings by
various web browsers, the + might get encoded to a whitespace. To
avoid this from occurring, use %2B in place of the +.
|
| hoursBeforeNow, timeType (optional) |
- any positive integer or floating point value
- n = number of hours before current time
- timeType = issue or valid (default)
|
Obtain all TAFs in the last three hours based on issue time for
KDEN
stationString=KDEN&hoursBeforeNow=3&timeType=issue
|
| hoursBeforeNow, timeType (optional) |
Same as above |
Obtain all TAFs collected in the last 6 hours for KDEN, based on
issue time
stationString=KDEN&hoursBeforeNow=6&timeType=issue
|