smn_parameters
Data source: api.existenz.ch
2 rows where unit = "gpm"
This data as json, CSV (advanced)
Link | rowid ▼ | name | code | unit | description | group | latest_values | last_24h_values |
---|---|---|---|---|---|---|---|---|
7 | 7 | gp700 | ppz700s0 | gpm | Geopotential height of the 700 hPA level; current value | pressure | 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 level; current value | pressure | 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, 'group' string, 'latest_values' string, 'last_24h_values' string); CREATE UNIQUE INDEX smn_parameters_name_index ON smn_parameters(name);