/elcom-strompreise

Code used to download electricity prices by municipality, operator and year from ElCom through LINDAS.

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

About

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

Results

The published data for Kanton Basel-Landschaft can be found here

Gettin Started

  • The relevant notebook is called elcom-strompreise.ipynb
  • The pipfile contains all necessary Python libraries required to run the notebook

Authors and acknowledgment