Return to API Services or Climodat Frontend.
Documentation for /geojson/climodat_dayclimo.py
This service returns a GeoJSON representation of the daily climatology for a given day of the year. The data is derived from the IEM's climodat database table.
Usage Examples
Provide Iowa's daily climatology for January 1st:
https://mesonet.agron.iastate.edu/geojson/climodat_dayclimo.py?network=IACLIMATE&month=1&day=1
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 or null | Legacy JSON-P style callback. It is likely best to not depend on this usage. The IEM website has a permissive CORS. |
| day | integer | |
| month | integer | |
| syear | integer | |
| eyear | integer | |
| network | string | IEM network identifier. Typically a combination of a US state abbreviation and a network classification, ie IA_ASOS. |