smn_parameters
Data source: api.existenz.ch
2 rows where unit = "gpm"
This data as json, CSV (advanced)
Link | rowid ▼ | name | code | unit | description | latest_values | last_24h_values |
---|---|---|---|---|---|---|---|
7 | 7 | gp700 | ppz700s0 | gpm | geopotential height of the 700 hPa-surface; current value | https://api.existenz.ch/apiv1/smn/latest?parameters=gp700 | https://api.existenz.ch/apiv1/smn/daterange?parameters=gp700 |
8 | 8 | gp850 | ppz850s0 | gpm | geopotential height of the 850 hPa-surface; current value | https://api.existenz.ch/apiv1/smn/latest?parameters=gp850 | https://api.existenz.ch/apiv1/smn/daterange?parameters=gp850 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE smn_parameters (name string, code string, unit real, description real, latest_values string, last_24h_values string); CREATE UNIQUE INDEX smn_parameters_name_index ON smn_parameters(name);