smn_parameters
Data source: api.existenz.ch
4 rows where group = "humidity"
This data as json, CSV (advanced)
Suggested facets: unit
Link | rowid ▼ | name | code | unit | description | group | latest_values | last_24h_values |
---|---|---|---|---|---|---|---|---|
13 | 13 | rh | ure200s0 | % | Relative air humidity 2 m above ground; current value | humidity | https://api.existenz.ch/apiv1/smn/latest?parameters=rh | https://api.existenz.ch/apiv1/smn/daterange?parameters=rh |
14 | 14 | rh_tow | uretows0 | % | Relative air humidity tower; current value | humidity | https://api.existenz.ch/apiv1/smn/latest?parameters=rh_tow | https://api.existenz.ch/apiv1/smn/daterange?parameters=rh_tow |
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 |
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);