hydro_locations
Data source: api.existenz.ch
0 rows where chx = 587980, lon = "7.2815" and water_body_type = "river"
This data as json
0 records
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);