-
Balcony Microclimate – Querying Meteorological Data
Querying the open data source for meteorological data in my vicinity is done using a python script. The data is saved in an SQLite database. Interfacing with the database as well as migrations were done with SQLAlchemy. The data is available at https://opendata.swiss/de/dataset/messwerte-lufttemperatur-2-m-10-min-mittel/resource/09066670-000d-4de5-aafc-99d040b25089 https://opendata.swiss/de/dataset/messwerte-relative-luftfeuchtigkeit-10-min-mittel/ New data points are available every 10 minutes. Data points are…