docs: etalab-2.0 license metadata, Panoramax/IGN attribution, geospatial tags
Browse files
README.md
CHANGED
|
@@ -3,6 +3,7 @@ license: etalab-2.0
|
|
| 3 |
language:
|
| 4 |
- fr
|
| 5 |
tags:
|
|
|
|
| 6 |
- panoramax
|
| 7 |
- street-view
|
| 8 |
- france
|
|
@@ -49,6 +50,13 @@ dataset_info:
|
|
| 49 |
|
| 50 |
# Panoramax sig14 photos
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
Street-view photos from the IGN Panoramax instance, scraped from the user **sig14**
|
| 53 |
(Service d'Information Géographique du Calvados, France).
|
| 54 |
|
|
@@ -86,7 +94,7 @@ only fetches collections not yet present in the dataset.
|
|
| 86 |
|
| 87 |
```python
|
| 88 |
from datasets import load_dataset
|
| 89 |
-
ds = load_dataset("
|
| 90 |
for row in ds.take(5):
|
| 91 |
print(row["lat"], row["lng"], row["azimuth"])
|
| 92 |
row["image"].save(f'{row["id"]}.jpg')
|
|
|
|
| 3 |
language:
|
| 4 |
- fr
|
| 5 |
tags:
|
| 6 |
+
- geospatial
|
| 7 |
- panoramax
|
| 8 |
- street-view
|
| 9 |
- france
|
|
|
|
| 50 |
|
| 51 |
# Panoramax sig14 photos
|
| 52 |
|
| 53 |
+
> **Attribution** — Ce jeu de données contient des images issues de la plateforme
|
| 54 |
+
> [Panoramax](https://panoramax.ign.fr) de l'IGN (Institut national de l'information
|
| 55 |
+
> géographique et forestière). Les images d'origine sont publiées sous
|
| 56 |
+
> [Licence Ouverte / Open License 2.0 (Etalab)](https://www.etalab.gouv.fr/licence-ouverte-open-licence/)
|
| 57 |
+
> par leur producteur **sig14** (Service d'Information Géographique du Calvados) et l'IGN.
|
| 58 |
+
|
| 59 |
+
|
| 60 |
Street-view photos from the IGN Panoramax instance, scraped from the user **sig14**
|
| 61 |
(Service d'Information Géographique du Calvados, France).
|
| 62 |
|
|
|
|
| 94 |
|
| 95 |
```python
|
| 96 |
from datasets import load_dataset
|
| 97 |
+
ds = load_dataset("calvadosdep/cmp-vialitix-photos-2025", split="train", streaming=True)
|
| 98 |
for row in ds.take(5):
|
| 99 |
print(row["lat"], row["lng"], row["azimuth"])
|
| 100 |
row["image"].save(f'{row["id"]}.jpg')
|