Method

The project starts with the road network from OpenStreetMap and compares it with the known locations of Mapillary images. Roads with enough nearby image points are treated as covered. Roads with only a small number of nearby points are marked as partial, while roads without nearby points are marked as missing.

The date of the most recent nearby image is also checked. This separates recent imagery from imagery that may no longer describe current conditions.

The result is an approximate planning view. It helps decide where a future capture session could add the most useful new imagery. It does not claim that every visible object has been mapped or that every road classified as covered has been photographed perfectly.

points_per_100m = mapillary_points_count / segment_length_m * 100

The analysis is split across 30 areas: 29 villages and one entity for Tournai city centre. Results are stored locally, exported for QGIS work, and published as versioned Leaflet maps on this website. QGIS remains the manual review and cartographic workspace.

These limits are important when interpreting percentages and maps. Field observation remains necessary.