Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
image
image

Segmenting France Across Four Centuries

Marta López-Rauhut, Hongyu Zhou, Loic Landrieu, Mathieu Aubry

Official GitHub repository

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.

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.

We introduce FRAx4, a new dataset of historical maps tailored for analyzing long-term LULC evolution with limited annotations.

Description

FRAx4 spans metropolitan France (548,305 km2) across the 18th, 19th, 20th and 21st centuries, and considers four LULC segmentation classes:

  • Map collections
    • Cassini
    • État-Major
    • SCAN50
    • Plan IGN
  • Segmentation classes:
    • background
    • forest
    • buildings
    • hydrography
    • road

Dataset content

For each historical map collection:

  • 10952 historical map tiles
  • 470 historical label tiles*
  • Modern Plan IGN maps adapted to resemble the style of the historical map collection:
    • 10952 modern map tiles
    • 10952 modern label tiles

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.

Cassini
(Historical)
Cassini
  (Modern)  
État-Major
(Historical)
État-Major
  (Modern)  
SCAN50
(Historical)
SCAN50
  (Modern)  
Map
Labels Not available

*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.

Dataset structure

<root dir>/
├─ <map collection>/
│  ├─ historical/
│  │  ├─ labels/
│  │  ├─ raster/
│  │  ├─ raster_labeled/
│  ├─ modern/
│  │  ├─ labels/
│  │  ├─ raster/
...

For convenience, historical/raster_labeled/ contains a duplicate of the labeled subset of historical/raster/.

Data sources

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:

<source url>, [<protocol> | File] - layer or file name (<provider>)

Here, File refers to a manually downloaded and extracted layer. The annotation layer sources follow a similar format.

Map layers

Annotation layers

Map sheet mosaic

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).

Citation

Coming soon

Acknowledgements

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.

Downloads last month
125

Collection including martalorau/FRAx4