hydro_parameters
Data source: api.existenz.ch
1 row where unit = "°C"
This data as json, CSV (advanced)
Link | rowid ▼ | name | unit | description | latest_values | last_24h_values |
---|---|---|---|---|---|---|
5 | 5 | temperature | °C | Wassertemperatur | https://api.existenz.ch/apiv1/hydro/latest?parameters=temperature | https://api.existenz.ch/apiv1/hydro/daterange?parameters=temperature |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE hydro_parameters (name string, unit real, description text, latest_values string, last_24h_values string); CREATE UNIQUE INDEX hydro_parameters_name_index ON hydro_parameters(name);