Documentation for /cgi-bin/request/asos1min.py
This service provides the ASOS 1 minute data provided by NCEI and is not the "one minute data" via MADIS. There is an availability delay of about 24 hours due to the way NCEI collects the data from the ASOS sites.
Examples
Request air temperature data for Ames IA KAMW for 2022, but only provide data at 1 hour intervals. Provide timestamps in UTC timezone.
CGI Arguments
The following table lists the CGI arguments that are accepted by this service. A HTTP GET request is required. Fields of type Multi-Params or CSV value can accept either a comma separated list or multiple parameter and value combinations. For example, ?foo=1&foo=2 is equivalent to ?foo=1,2.
Field | Type | Description |
---|---|---|
delim | string | Delimiter to use in output |
ets | string | End timestamp for data |
gis | boolean | Include Lat/Lon information in output |
sample | string | Sampling period for data |
station | Multi-Params or CSV value (required) | Station(s) to request data for |
sts | string | Start timestamp for data |
tz | string | Timezone to use for the output and input timestamps |
vars | Multi-Params or CSV value | Variable(s) to request data for |
what | string | Output format |
year1 | integer | Start year for data |
month1 | integer | Start month for data |
day1 | integer | Start day for data |
hour1 | integer | Start hour for data |
minute1 | integer | Start minute for data |
year2 | integer | End year for data |
month2 | integer | End month for data |
day2 | integer | End day for data |
hour2 | integer | End hour for data |
minute2 | integer | End minute for data |