This folder contains a Python Jupyter Notebook that downloads the "Basisdaten für Tarife der Schweizer Verteilnetzbetreiber" from ElCom through LINDAS.
The notebook
- constructs a SPARQL query
- requests the data from LINDAS
- does some filtering, cleansing and transformation on the data
- computes additional fields
- saves the results as csv file
The published data for Kanton Basel-Landschaft can be found here
- The relevant notebook is called elcom-strompreise.ipynb
- The pipfile contains all necessary Python libraries required to run the notebook
- Author: Johannes Hool (Fach- und Koordinationsstelle OGD Basel-Landschaft)