Documentation for /cgi-bin/request/gis/awc_gairmets.py
This service emits the archive of IEM's best attempt at processing graphical AIRMETs.
Example Requests
Provide all AIRMETs for 10 Aug 2024 as a shapefile or a KML file.
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 |
|---|---|---|
| format | string | Output Format |
| sts | string or null | Start Time |
| ets | string or null | End Time |
| year1 | integer or null | Start Year in UTC, when sts not set. |
| month1 | integer or null | Start Month in UTC, when sts not set. |
| day1 | integer or null | Start Day in UTC, when sts not set. |
| hour1 | integer or null | Start Hour in UTC, when sts not set. |
| minute1 | integer or null | Start Minute in UTC, when sts not set. |
| year2 | integer or null | End Year in UTC, when ets not set. |
| month2 | integer or null | End Month in UTC, when ets not set. |
| day2 | integer or null | End Day in UTC, when ets not set. |
| hour2 | integer or null | End Hour in UTC, when ets not set. |
| minute2 | integer or null | End Minute in UTC, when ets not set. |