DeepPVMapper is a deep learning-based mapping algorithm developped to map rooftop PV installations over France. This algorithm is still under development and the repository hosts the latest release of the algorithm.
The latest version of the Zenodo repository with the data necessary for the replication of the results is accessible here :
This algorithm is used in the following papers:
-
"Towards unsupervised assessment with open-source data of the accuracy of deep learning-based distributed PV mapping", accepted for the Workshop on Machine Learning for Earth Observation @ECML-PKDD 2022.
- Access the paper here : https://arxiv.org/abs/2207.07466
- Stable code corresponding to the paper : https://github.com/gabrielkasmi/deeppvmapper/tree/workshop
- Stable repository corresponding to the paper :
-
"DeepPVMapper: reliable and scalable remote sensing of rooftop photovoltaic installations"
- Stable code corresponding to the paper: https://github.com/gabrielkasmi/deeppvmapper/tree/pscc
- Stable repository corresponding to the paper:
Our detection is summarized by the following diagram, based on 3D-PV-Locator:
The installations' characteristics that we extract are the following: surface, tilt, installed capacity. In order to assess the accuracy of the estimation of the installed capacity over the whole deployment area, we introduce a metric based on the registre national d'installations (RNI). This measure consists in reaggregating the installations's installed capacities for each city and to compare the aggregation with the reference value. The main advantage of this approach is that it is unsupervised, fast to compute and available over the whole territory of deployment. This accuracy tracking tool enables practitioner to monitor all the outputs produced by the algorithm, thus improving its accountability. We trained our classification and segmentation models on a new training database called BDAPPV, which you can access here.
To replicate the results, you'll need to download the data and the models' weights. This can be downloaded on our Zenodo repository (see the latest release above)
This repository contains all the necessary data to run the pipeline over a small area of 120 km². If you want to run the pipeline over larger areas, you'll only have to download the corresponding aerial images here and the topological data here. Also make sure to download the RNI for the correct year, accessible here.
Clone the repository and enter it.
git clone https://github.com/gabrielkasmi/deeppvmapper.git
cd deeppvmapper
Then, create the environment :
conda env create --file deeppvmapper.yml
conda activate deeppvmapper
We recommend that you follow our hands-on.ipynb
notebook, located in the folder notebooks
. This notebook will present you how to set up the configuration file, run the initialization script, the main pipeline and the evaluation script. This notebook maps an area of approximately 600 km². You can also directly run the scripts from the terminal, without going through the notebook.
To evaluate the accuracy, you can execute the script evaluate.py
. In addition, you can go through the visualization.ipynb
notebook, located in the folder notebooks
. In this notebook, you will explore the registry that you will have generated in the hands-on.ipynb
notebook.
This software is provided under GPL-3.0 license.
@article{kasmi2022deepsolar,
title={Towards unsupervised assessment with open-source data of the accuracy of deep learning-based distributed PV mapping},
author={Kasmi, Gabriel and Dubus, Laurent and Blanc, Philippe and Saint-Drenan, Yves-Marie},
journal={arXiv preprint arXiv:2207.07466},
year={2022}
}
Like this work ? Do not hesitate to star us !