smn_locations
Data source: api.existenz.ch
1 row where alt = 854
This data as json, CSV (advanced)
Link | rowid ▼ | code | name | canton | lat | lon | alt | alt_barometric | chx | chy | station_type | exposition | data_owner | data_since | link | wigos_id | latest_values | last_24h_values | popup |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
148 | 148 | UEB | Uetliberg | ZH | 47.351364 | 8.490225 | 854 | 2679455 | 1245034 | Automatic tower stations | crest | MeteoSchweiz | 14.11.1991 | https://www.meteoswiss.admin.ch/services-and-publications/applications/measurement-values-and-measuring-networks.html#param=messnetz-automatisch&station=UEB | https://oscar.wmo.int/surface/#/search/station/stationReportDetails/0-20000-0-06677 | https://api.existenz.ch/apiv1/smn/latest?locations=UEB | https://api.existenz.ch/apiv1/smn/daterange?locations=UEB | {"title": "UEB", "description": "Uetliberg", "alt": "Uetliberg", "link": "/existenz-api/smn_locations?code=UEB"} |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE smn_locations ('code' string, 'name' string, 'canton' string, 'lat' real, 'lon' real, 'alt' integer, 'alt_barometric' integer, 'chx' integer, 'chy' integer, 'station_type' string, 'exposition' string, 'data_owner' string, 'data_since' string, 'link' string, 'wigos_id' string, 'latest_values' string, 'last_24h_values' string, popup); CREATE UNIQUE INDEX smn_locations_code_index ON smn_locations(code);