Return to JSON Services listing.

Documentation for /geojson/sps.py

This service emits a geojson for a given valid time of NWS Special Weather Statements (SPS) that contain polygons.

Changelog

  • 2024-06-30: Initial documentation release.

Example Usage

Return up to the moment SPSs with polygons.

https://mesonet.agron.iastate.edu/geojson/sps.py

Return SPSs valid at 20 UTC on 10 August 2024

https://mesonet.agron.iastate.edu/geojson/sps.py?valid=2024-08-10T20:00:00Z

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
callback string JSONP callback function name
valid string Optional timestamp to request SPSs for.