smn_parameters
Data source: api.existenz.ch
4 rows where unit = "°C"
This data as json, CSV (advanced)
Suggested facets: group
Link | rowid ▼ | name | code | unit | description | group | latest_values | last_24h_values |
---|---|---|---|---|---|---|---|---|
17 | 17 | td | tde200s0 | °C | Dew point 2 m above ground; current value | humidity | https://api.existenz.ch/apiv1/smn/latest?parameters=td | https://api.existenz.ch/apiv1/smn/daterange?parameters=td |
18 | 18 | td_tow | tdetows0 | °C | Dew point tower; current value | humidity | https://api.existenz.ch/apiv1/smn/latest?parameters=td_tow | https://api.existenz.ch/apiv1/smn/daterange?parameters=td_tow |
19 | 19 | tt | tre200s0 | °C | Air temperature 2 m above ground; current value | temperature | https://api.existenz.ch/apiv1/smn/latest?parameters=tt | https://api.existenz.ch/apiv1/smn/daterange?parameters=tt |
20 | 20 | tt_tow | ta1tows0 | °C | Air temperature tower; current value | temperature | https://api.existenz.ch/apiv1/smn/latest?parameters=tt_tow | https://api.existenz.ch/apiv1/smn/daterange?parameters=tt_tow |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE smn_parameters ('name' string, 'code' string, 'unit' real, 'description' real, 'group' string, 'latest_values' string, 'last_24h_values' string); CREATE UNIQUE INDEX smn_parameters_name_index ON smn_parameters(name);