Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,120 @@ tags:
|
|
8 |
pretty_name: SegmentingFranceAcrossFourCenturies
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
pretty_name: SegmentingFranceAcrossFourCenturies
|
9 |
size_categories:
|
10 |
- 10K<n<100K
|
11 |
+
---
|
12 |
+
<div align="center">
|
13 |
+
|
14 |
+
# Segmenting France Across Four Centuries
|
15 |
+
Marta Lopez Rauhut, Hongyu Zhou, [Loic Landrieu](https://loiclandrieu.com), [Mathieu Aubry](https://mathieuaubry.github.io)
|
16 |
+
|
17 |
+
[GitHub](https://github.com/Archiel19/MapDownload.git)
|
18 |
+
</div>
|
19 |
+

|
20 |
+
|
21 |
+
|
22 |
+
Historical maps pre-date satellite imagery, offering insights into centuries of landscape transformation before the 1950s. Unlocking this information can, for example, support the development of sustainable long-term policies.
|
23 |
+
|
24 |
+
Visually comparing maps from different eras is a complex task. Segmenting the maps into Land Use and Land Cover (LULC) classes makes it easier, but segmenting maps manually is still extremely time-consuming. That is why several works have explored training models to segment historical maps automatically. However, the lack of annotated training data remains a major limitation.
|
25 |
+
|
26 |
+
We introduce <b>FRAx4</b>, a new dataset of historical maps tailored for analyzing long-term LULC evolution with limited annotations.
|
27 |
+
|
28 |
+
# Description
|
29 |
+
FRAx4 spans metropolitan France (548,305 km<sup>2</sup>) across the 18th, 19th, 20th and 21st centuries and considers four LULC segmentation classes:
|
30 |
+
- **Map collections**
|
31 |
+
- Cassini
|
32 |
+
- État-Major
|
33 |
+
- SCAN50
|
34 |
+
- Plan IGN
|
35 |
+
- **Segmentation classes**:
|
36 |
+
- *background*
|
37 |
+
- *forest*
|
38 |
+
- *buildings*
|
39 |
+
- *hydrography*
|
40 |
+
- *road*
|
41 |
+
|
42 |
+
# Dataset content
|
43 |
+
|
44 |
+
For each **historical** map collection:
|
45 |
+
- 10952 historical map tiles
|
46 |
+
- 470 historical label tiles*
|
47 |
+
- Modern Plan IGN maps adapted to resemble the historical style:
|
48 |
+
- 10952 modern map tiles
|
49 |
+
- 10952 modern label tiles
|
50 |
+
|
51 |
+
Additionally, `settings.json` stores the exact settings that were used to generate the dataset and `tile_extents.csv` provides the west, south, east and north coordinates of each tile.
|
52 |
+
|
53 |
+
**Historical labels are available for a subset of map sheets, for Cassini and État-Major. Namely: Cambrai, Clermont, Dunkerque, LaonNoyon, LePuy, SaintMalo, SaintMalo2 and SaintOmer.*
|
54 |
+
|
55 |
+
<div align="center">
|
56 |
+
|
57 |
+
| | Cassini<br>(Historical) | Cassini<br>(Modern) | | État-Major<br>(Historical) | État-Major<br>(Modern) | | SCAN50<br>(Historical) | SCAN50<br>(Modern) |
|
58 |
+
|--------|:-----------------------:|:-------------------:|-|:--------------------------:|:----------------------:|-|:----------------------:|:------------------:|
|
59 |
+
| Map | <img src="images/cass_hist.jpeg" width="90"> | <img src="images/cass_mod.jpeg" width="90"> | | <img src="images/em_hist.jpeg" width="90"> | <img src="images/em_mod.jpeg" width="90"> | | <img src="images/scan50_hist.jpeg" width="90"> | <img src="images/scan50_mod.jpeg" width="90"> |
|
60 |
+
| Labels | <img src="images/cass_hist_labels.jpeg" width="90"> | <img src="images/cass_mod_labels.jpeg" width="90"> | | <img src="images/em_hist_labels.jpeg" width="90"> | <img src="images/em_mod_labels.jpeg" width="90"> | | Not available | <img src="images/scan50_mod_labels.jpeg" width="90"> |
|
61 |
+
</div>
|
62 |
+
|
63 |
+
# Dataset structure
|
64 |
+
<root dir>/
|
65 |
+
├─ <map collection>/
|
66 |
+
│ ├─ historical/
|
67 |
+
│ │ ├─ raster/
|
68 |
+
│ │ ├─ raster_labeled/
|
69 |
+
│ │ ├─ labels/
|
70 |
+
│ ├─ modern/
|
71 |
+
│ │ ├─ raster/
|
72 |
+
│ │ ├─ labels/
|
73 |
+
...
|
74 |
+
For convenience, `historical/raster_labeled/` contains a duplicate of the labeled subset of `historical/raster/`.
|
75 |
+
|
76 |
+
|
77 |
+
# Data sources
|
78 |
+
|
79 |
+
The dataset is built based on the map layers contained in a QGIS project. Some of these layers are served online using a known protocol (WMS/WFS/TMS...), others had to be downloaded and extracted manually before adding them to the project. We adopt the following structure to identify the map layer sources:
|
80 |
+
> \<source url>, [\<protocol> | File] - `layer or file name` (*\<provider>*)
|
81 |
+
|
82 |
+
Here, *File* refers to a manually downloaded and extracted layer. The annotation layer sources follow a similar format.
|
83 |
+
|
84 |
+
## Map layers
|
85 |
+
- **Cassini**: https://geohistoricaldata.org/geoserver/cassini-ehess/wms, WMS - `CASSINI` (*[EHESS/CRH](http://cassini.ehess.fr/), accessed through [GeoHistoricalData](https://geohistoricaldata.org)*)
|
86 |
+
- **État-Major**: https://data.geopf.fr/wms-r/wms?VERSION=1.3.0, WMS - `GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40` (*[IGN Géoservices](https://geoservices.ign.fr)*)
|
87 |
+
- **SCAN50**: https://data.geopf.fr/wms-r/wms?VERSION=1.3.0, WMS - `GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN50.1950` (*[IGN Géoservices](https://geoservices.ign.fr)*)
|
88 |
+
- **Plan IGN**: https://data.geopf.fr/tms/1.0.0/PLAN.IGN/{z}/{x}/{y}.pbf TMS - `PLAN.IGN` (*[IGN Géoservices](https://geoservices.ign.fr)*)
|
89 |
+
|
90 |
+
## Annotation layers
|
91 |
+
- **Cassini**: two separate sources (both accessed through *[GeoHistoricalData](https://geohistoricaldata.org)*):
|
92 |
+
- https://geohistoricaldata.org/geoserver/cassini-vectors/wfs
|
93 |
+
- WFS - `cassini-vectors:france_cassini_forets` (*[Vallauri, D. et al.](https://hal.science/hal-01267936 "Vallauri, D., Grel, A., Granier, E., Dupouey, J.L.: Les forêts de Cassini. Analyse quantitative et comparaison avec les forêts actuelles. Rapport Technique, WWF (2012)")*)
|
94 |
+
- https://geohistoricaldata.org/data/cassini.tar.gz (*[Perret, J. et al.](https://doi.org/10.1038/sdata.2015.48 "Perret, J., Gribaudi, M., Barthelemy, M.: Roads and cities of 18th century France. Scientific data 2(1), 1–7 (2015)."), dataset: [Perret, J. et al.](https://doi.org/10.7910/DVN/28674 "Perret, J., Gribaudi, M., Barthelemy, M., Abadie, N., Baciocchi, S., Bertelli, C., Bonin, O., Bordin, P., Costes, B., Cristofoli, P., et al.: The 18th Century Cassini Roads and Cities Dataset. Harvard Dataverse 5 (2015).")*)
|
95 |
+
- File - `cities_and_domains`
|
96 |
+
- File - `hydrography_areas`
|
97 |
+
- File - `hydrography_network`
|
98 |
+
- File - `roads_clean_topology`
|
99 |
+
|
100 |
+
We manually corrected and completed the annotations. The final version can be found [here](https://www.dropbox.com/scl/fi/b8se1fdi95r7029gzbbdb/cassini_gt_FRAx4.zip?rlkey=mom2rgwjrjenndqr5ztql6pp7&st=3n61xzvm&dl=0).
|
101 |
+
|
102 |
+
- **État-Major**: https://data.geopf.fr/telechargement/download/BDCARTO-EM/<dept\>/<dept\>.7z (*[IGN Géoservices](https://geoservices.ign.fr)*)
|
103 |
+
- File - `C_1_2_OCS_ANCIEN_SANS_BATI`
|
104 |
+
- File - `C_2_1_BATIMENT`
|
105 |
+
- File - `B_1_TRONCON_DE_ROUTE`
|
106 |
+
- File - `B_3_TRONCON_DE_COURS_D_EAU`
|
107 |
+
|
108 |
+
The data is provided as separate archives for each department of France. The sources are listed in https://geoservices.ign.fr/bdcarto-em, but the download links follow the pattern shown above. We employed the sources that were available in April 2024.
|
109 |
+
|
110 |
+
We manually merged, corrected and completed the annotations, including the addition of a surface hydrology layer for our test set. The final version can be found [here](https://www.dropbox.com/scl/fi/puuxos9s8p5gbzrz610ts/etat-major_gt_FRAx4.zip?rlkey=2ytmb86oi7t5n3hym1zc9ta3l&st=md3r1wy9&dl=0).
|
111 |
+
|
112 |
+
- **SCAN50**: we found no annotations for these maps.
|
113 |
+
- **Plan IGN**: annotations are derived from the vectorized map layers, by isolating the geographical features that belong to each class.
|
114 |
+
|
115 |
+
## Map sheet mosaic
|
116 |
+
|
117 |
+
We downloaded the map sheet vertex coordinates of the Cassini collection from the GeoHistoricalData portal. Dataset tiles are obtained by subdividing each map sheet with a minimum tile size constraint (in pixels).
|
118 |
+
|
119 |
+
- **Cassini sheet mosaic**: https://geohistoricaldata.org/geoserver/cassini-ehess/wfs, WFS - `cassini-vectors:france_cassini_table_assemblage` (*[GeoHistoricalData](https://geohistoricaldata.org)*)
|
120 |
+
|
121 |
+
# Citation
|
122 |
+
|
123 |
+
Coming soon
|
124 |
+
|
125 |
+
# Acknowledgements
|
126 |
+
|
127 |
+
This work was supported by the European Research Council (ERC project DISCOVER, number 101076028) and by ANR project sharp ANR-23-PEIA-0008 in the context of the PEPR IA. This work was also granted access to the HPC resources of IDRIS under the allocation 2024-AD011015314 made by GENCI.
|