hydro_locations
Data source: api.existenz.ch
2 rows where name = "Chur" and water_body_type = "river"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
93 | 93 | 2185 | Chur | Plessur | river | 46.8597 | 9.5105 | 757975 | 191925 | https://www.hydrodaten.admin.ch/de/2185.html | https://api.existenz.ch/apiv1/hydro/latest?locations=2185 | https://api.existenz.ch/apiv1/hydro/daterange?locations=2185 | {"title": "2185", "description": "Chur", "alt": "Chur", "link": "/existenz-api/hydro_locations?station_id=2185", "image": "https://www.hydrodaten.admin.ch/documents/Stationsbilder/P2185.png"} |
243 | 243 | 9632 | Chur | Untertorer Mühlbach | river | 46.8473 | 9.5356 | 759926 | 190599 | https://www.hydrodaten.admin.ch/de/9632.html | https://api.existenz.ch/apiv1/hydro/latest?locations=9632 | https://api.existenz.ch/apiv1/hydro/daterange?locations=9632 | {"title": "9632", "description": "Chur", "alt": "Chur", "link": "/existenz-api/hydro_locations?station_id=9632", "image": "https://www.hydrodaten.admin.ch/documents/Stationsbilder/P9632.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);