Return to API Services
Documentation for /geojson/network.py
This service provides a GeoJSON representation of stations within a given network.
Changelog
- 2024-11-25: Added network overload value of HAS_HML for sites with HML data.
- 2024-08-19: Initial documentation update
Example Usage
Provide all sites with 1 minute ASOS data:
https://mesonet.agron.iastate.edu/geojson/network.py?network=ASOS1MIN
Provide all sites with TAF data:
https://mesonet.agron.iastate.edu/geojson/network.py?network=TAF
Provide sites that are online within ASOS class networks
https://mesonet.agron.iastate.edu/geojson/network.py?network=AZOS&only_online=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 | JSONP callback function name |
network | string | IEM Network Code |
only_online | boolean | Only include online stations |