Return to User Frontend or API Services.
Documentation for /cgi-bin/request/gis/wpc_mpd.py
This service provides a download of the WPC MPD shapefile data for a given time period.
Changelog
- 2024-10-27: Documentation update
Example Requests
Provide a shapefile of WPC MPDs for March 2026
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 or null | Start Time |
| ets | string or null | End Time |
| year1 | integer | Start Time Year |
| year2 | integer | End Time Year |
| month1 | integer | Start Time Month |
| month2 | integer | End Time Month |
| day1 | integer | Start Time Day |
| day2 | integer | End Time Day |
| hour1 | integer | Start Time Hour |
| hour2 | integer | End Time Hour |
| minute1 | integer | Start Time Minute |
| minute2 | integer | End Time Minute |