Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.71 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.71 KB

Analyse Photovoltaic Systems in MaStR

The tools and data in this repository provide insight into photovoltaic systems deployed in Germany.

Data Source

The analysed data is provided by the German Markstammdatenregister (MaStR).

Data Processing

You can reproduce the following data processing steps on your computer:

  1. Download data (from MaStR): data/README.md
  2. Convert data from Excel to CSV
  3. Extract data for a given city
  4. Combine data partitions
    • Migration part 1
    • Migration part 2
    • data since 2019

Each step is implemented in a shell script or a Jupyter notebook.

Data Visualisation

Either in a Jupyter notebook or in an Observable. (TODO)

Data Partitioning

To enable further analysis of the data, the combined partitions (see "Data Processing" step 4 above) are split up again. This results in handable chunks of data, one partition per federal state (German: Bundesland).

You can find these partitions in states/<state name>.csv. (TODO)