NCEI Weather Stations
ncei.climate.stationsSearch 100K+ global weather stations by location (state, ZIP, country). Get station ID, name, coordinates, elevation, and data coverage dates for historical climate records.
Instructions
Search 100K+ global weather stations from NOAA NCEI by location (state FIPS, ZIP, country). Returns station ID, name, coordinates, elevation, and data coverage dates (some from 1700s). Use station IDs with ncei.daily_data for historical climate records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location_id | Yes | Location ID: FIPS:06 (California), FIPS:36 (New York), ZIP:10001, CITY:US360019, or CNTRY:US | |
| limit | No | Number of stations to return (1-25, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |