OpenEnergyData / energy-data-ch

List of open datasets related to energy projects in Switzerland
https://hack.opendata.ch/project/851
Other
13 stars 1 forks source link

SwissMetNet #11

Open loleg opened 5 years ago

loleg commented 5 years ago

SwissMetNet, the automatic monitoring network of MeteoSwiss, comprises about 160 automatic monitoring stations. These stations deliver a multitude of current data on the weather and climate in Switzerland every ten minutes. The monitoring network is supplemented by 140 automatic precipitation stations. Together, these 300 stations form the basis for the creation of reliable local weather forecasts as well as severe weather and flood warnings.

The current measurements are available at opendata.swiss:

https://opendata.swiss/en/dataset/automatische-wetterstationen-aktuelle-messwerte

At the hackdays we also have almost 12 months of aggregated readings in JSON format. Example reading:

{
  "station": {
    "code": "VIS",
    "name": "Visp",
    "ch1903Y": 631150,
    "ch1903X": 128024,
    "lat": 46.3,
    "lng": 7.85,
    "elevation": 639
  },
  "code": "VIS",
  "dateTime": "2019-02-15T15:00:00.000Z",
  "temperature": "10.6",
  "sunshine": "10",
  "precipitation": "0.0",
  "windDirection": "188",
  "windSpeed": "3.2",
  "qnhPressure": "1029.9",
  "gustPeak": "4.3",
  "humidity": "38",
  "qfePressure": "954.2",
  "qffPressure": null
}
loleg commented 5 years ago

@eraschle thanks for remining me about this data source. Let us know if you can make sense of it.

loleg commented 4 years ago

Confirmed, this dataset is still available. Additionally I will be bringing some scraped timeseries to the 2020 Hackday if anyone wants to work on this.

loleg commented 3 years ago

Are there any roadblocks to making historical timeseries available as open data?