hydro_locations
Data source: api.existenz.ch
3 rows where water_body_name = "Simme"
This data as json, CSV (advanced)
| Link | rowid ▼ | station_id | name | water_body_name | water_body_type | lat | lon | chx | chy | link | latest_values | last_24h_values | popup |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 77 | 77 | 2151 | Oberwil | Simme | river | 46.655 | 7.4394 | 600060 | 167090 | https://www.hydrodaten.admin.ch/de/2151.html | https://api.existenz.ch/apiv1/hydro/latest?locations=2151 | https://api.existenz.ch/apiv1/hydro/daterange?locations=2151 | {"title": "2151", "description": "Oberwil", "alt": "Oberwil", "link": "/existenz-api/hydro_locations?station_id=2151", "image": "https://www.hydrodaten.admin.ch/documents/Stationsbilder/P2151.png"} |
| 107 | 107 | 2219 | Oberried/Lenk | Simme | river | 46.4263 | 7.4729 | 602630 | 141660 | https://www.hydrodaten.admin.ch/de/2219.html | https://api.existenz.ch/apiv1/hydro/latest?locations=2219 | https://api.existenz.ch/apiv1/hydro/daterange?locations=2219 | {"title": "2219", "description": "Oberried/Lenk", "alt": "Oberried/Lenk", "link": "/existenz-api/hydro_locations?station_id=2219", "image": "https://www.hydrodaten.admin.ch/documents/Stationsbilder/P2219.png"} |
| 203 | 203 | 2488 | Latterbach | Simme | river | 46.6617 | 7.5782 | 610680 | 167840 | https://www.hydrodaten.admin.ch/de/2488.html | https://api.existenz.ch/apiv1/hydro/latest?locations=2488 | https://api.existenz.ch/apiv1/hydro/daterange?locations=2488 | {"title": "2488", "description": "Latterbach", "alt": "Latterbach", "link": "/existenz-api/hydro_locations?station_id=2488", "image": "https://www.hydrodaten.admin.ch/documents/Stationsbilder/P2488.png"} |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE hydro_locations ('station_id' string, 'name' string, 'water_body_name' string, 'water_body_type' string, 'lat' real, 'lon' real, 'chx' integer, 'chy' integer, 'link' string, 'latest_values' string, 'last_24h_values' string, popup);
CREATE UNIQUE INDEX hydro_locations_station_id_index ON hydro_locations(station_id);