Current Observations
current_observationsLatest real-time surface weather observations from Environment Canada stations near a point (swob-realtime). Returns station name, observation time, air temp, dewpoint, humidity, wind, pressure, snow depth. Example: latitude 43.65, longitude -79.38 for Toronto. Keyless, official ECCC data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max observations to return (default 5, max 20). | |
| latitude | Yes | Latitude in decimal degrees, e.g. 43.65 (Toronto). | |
| longitude | Yes | Longitude in decimal degrees, e.g. -79.38 (Toronto). |