Datasets:
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -34,6 +34,50 @@ configs:
|
|
| 34 |
data_files:
|
| 35 |
- split: train
|
| 36 |
path: data/segmentation/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
---
|
| 38 |
|
| 39 |
# OpenPVMapper
|
|
@@ -55,7 +99,7 @@ IGN aerial image + rooftop PV mask pairs for every installation with
|
|
| 55 |
either multi-source corroboration or manual confirmation, in the spirit
|
| 56 |
of [BDAPPV](https://huggingface.co/datasets/gabrielkasmi/bdappv).
|
| 57 |
|
| 58 |
-
See the accompanying paper: Kasmi, G., *"OpenPVMapper"*
|
| 59 |
(arXiv:[2607.25153](https://arxiv.org/abs/2607.25153)) for the full
|
| 60 |
construction methodology and validation protocol.
|
| 61 |
|
|
@@ -225,7 +269,7 @@ looked at by a human.
|
|
| 225 |
|
| 226 |
## Attribution & citation
|
| 227 |
|
| 228 |
-
Data
|
| 229 |
separately — see the linked repositories).
|
| 230 |
|
| 231 |
- **DeepPVMapper**: detection pipeline. Source:
|
|
|
|
| 34 |
data_files:
|
| 35 |
- split: train
|
| 36 |
path: data/segmentation/*.parquet
|
| 37 |
+
dataset_info:
|
| 38 |
+
- config_name: segmentation
|
| 39 |
+
features:
|
| 40 |
+
- name: array_id
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: tile_bbox
|
| 43 |
+
struct:
|
| 44 |
+
- name: minx
|
| 45 |
+
dtype: float64
|
| 46 |
+
- name: miny
|
| 47 |
+
dtype: float64
|
| 48 |
+
- name: maxx
|
| 49 |
+
dtype: float64
|
| 50 |
+
- name: maxy
|
| 51 |
+
dtype: float64
|
| 52 |
+
- name: tile_size_m
|
| 53 |
+
dtype: float64
|
| 54 |
+
- name: image_source
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: insee
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: dpt
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: kWp
|
| 61 |
+
dtype: float64
|
| 62 |
+
- name: power_class
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: n_sources
|
| 65 |
+
dtype: int64
|
| 66 |
+
- name: sources_list
|
| 67 |
+
list: string
|
| 68 |
+
- name: centroid_lat
|
| 69 |
+
dtype: float64
|
| 70 |
+
- name: centroid_lon
|
| 71 |
+
dtype: float64
|
| 72 |
+
- name: mask_source
|
| 73 |
+
dtype: string
|
| 74 |
+
- name: image
|
| 75 |
+
dtype: image
|
| 76 |
+
- name: mask
|
| 77 |
+
dtype: image
|
| 78 |
+
splits:
|
| 79 |
+
- name: train
|
| 80 |
+
num_examples: 435257
|
| 81 |
---
|
| 82 |
|
| 83 |
# OpenPVMapper
|
|
|
|
| 99 |
either multi-source corroboration or manual confirmation, in the spirit
|
| 100 |
of [BDAPPV](https://huggingface.co/datasets/gabrielkasmi/bdappv).
|
| 101 |
|
| 102 |
+
See the accompanying paper: Kasmi, G. et al., *"OpenPVMapper"*
|
| 103 |
(arXiv:[2607.25153](https://arxiv.org/abs/2607.25153)) for the full
|
| 104 |
construction methodology and validation protocol.
|
| 105 |
|
|
|
|
| 269 |
|
| 270 |
## Attribution & citation
|
| 271 |
|
| 272 |
+
Data licensed **CC-BY 4.0** (code used to build this release is licensed
|
| 273 |
separately — see the linked repositories).
|
| 274 |
|
| 275 |
- **DeepPVMapper**: detection pipeline. Source:
|