Hydrometric Stations Near
hydrometric_stations_nearWater Survey of Canada river and lake gauges near a point, from the MSC GeoMet hydrometric-stations collection. AUTHORITATIVE for "which gauge measures the at " — these are the official federal hydrometric stations. Returns station number (the id you pass to hydrometric_realtime), station name, province, active/discontinued status, gross drainage area in km2, whether it reports in real time, and coordinates. Example: latitude 43.65, longitude -79.38 for Toronto-area gauges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max stations to return (default 20, max 100). | |
| latitude | No | Latitude in decimal degrees, e.g. 43.65 (Toronto). | |
| province | No | Optional two-letter province or territory code, e.g. "ON", "BC", "QC". | |
| longitude | No | Longitude in decimal degrees, e.g. -79.38 (Toronto). | |
| radius_deg | No | Half-width of the search box in degrees (default 0.5, max 5). 0.5 deg is roughly 55 km north-south. | |
| real_time_only | No | When true, return only stations that report in real time (the ones hydrometric_realtime can serve). Default false. |