Return to API Services or SPS Download Frontend.
Documentation for /cgi-bin/request/gis/sps.py
This service emits a shapefile of Special Weather Statements (SPS) data.
Changelog
- 2024-09-23: Initial documentation release
Example Requests
Provide a zip file of SPS data from August 2024
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 |
---|---|---|
sts | string | Start timestamp for the data request |
ets | string | End timestamp for the data request |
year1 | integer | Start year, when sts is not provided |
month1 | integer | Start month, when sts is not provided |
day1 | integer | Start day, when sts is not provided |
hour1 | integer | Start hour, when sts is not provided |
minute1 | integer | Start minute, when sts is not provided |
year2 | integer | End year, when ets is not provided |
month2 | integer | End month, when ets is not provided |
day2 | integer | End day, when ets is not provided |
hour2 | integer | End hour, when ets is not provided |
minute2 | integer | End minute, when ets is not provided |