query_climate_point
Retrieve historical climate and air quality data for a specific latitude and longitude by snapping to the nearest grid cell. Specify date range and variables to get time series as CSV.
Instructions
Query climate data for a single point location (snaps to nearest grid cell).
Convenience wrapper around query_climate for point queries. Use this when you have a specific address or coordinate rather than a bounding box region. The coordinate is snapped to the nearest CAMS 0.1° grid cell centre.
Args: lat: Latitude in decimal degrees (e.g. 48.8566 for Paris) lon: Longitude in decimal degrees (e.g. 2.3522 for Paris) time_start: Start date, e.g. "2022-01" or "2022-01-01" time_end: End date, e.g. "2024-12" or "2024-12-31" variables: Comma-separated variable names. Default: "no2,pm2p5,pm10" aggregate: "hourly", "daily", "monthly", "seasonal", or "trend"
Returns: CSV with time series data at the nearest grid cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| time_start | Yes | ||
| time_end | Yes | ||
| variables | No | no2,pm2p5,pm10 | |
| aggregate | No | monthly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |