Signalisation surfacique
Ce lot de données est issu d'un relevé à grand rendement. Il a été effectué sur toutes les voies ouvertes à la circulation automobile de l'Eurométropole de Strasbourg. Trois classes ont été produites concernant la signalisation horizontale : - ponctuelle : flèche directionnelle, logo vélo, pastil...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (9 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geo_point_2dGeo Point | geo_point_2d | — |
| geo_shapeShape | geo_shape | — |
| registre | text | Registre |
| nature_materiauNature materiau | text | Nature matériau |
| date_majDate maj | date | Date mise à jour |
| id_sous_tronconId sous troncon | text | Identifiant sous-tronçon |
| couleur | text | Couleur |
| direction | text | Direction |
| surface | double | Surface |
Schema captured from opendatasoft 6 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1couleur: blanc · surface: 18.68793210757481
{
"couleur": "blanc",
"surface": 18.68793210757481,
"date_maj": "2026-06-23",
"registre": "passage piéton",
"direction": "210",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
7.7464273329,
48.5559744693
],
[
7.7465253502,
48.5559329985
],
[
7.746556497,
48.5559657545
],
[
7.7464609498,
48.5560078503
],
[
7.7464273329,
48.5559744693
]
]
]
]
},
"properties": {}
},
"geo_point_2d": {
"lat": 48.55597035614124,
"lon": 7.746492206117075
},
"id_sous_troncon": "21456",
"nature_materiau": "enduit à chaud"
}Record 2couleur: blanc · surface: 15.197761182743237
{
"couleur": "blanc",
"surface": 15.197761182743237,
"date_maj": "2026-06-23",
"registre": "passage piéton",
"direction": "202",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
7.7445814478,
48.5535312214
],
[
7.7446668526,
48.5535051724
],
[
7.7446922272,
48.5535414615
],
[
7.7446073522,
48.5535665238
],
[
7.7445814478,
48.5535312214
]
]
]
]
},
"properties": {}
},
"geo_point_2d": {
"lat": 48.55353601858905,
"lon": 7.744637079431616
},
"id_sous_troncon": "17863",
"nature_materiau": "enduit à chaud"
}Record 3couleur: blanc · surface: 16.354846527002557
{
"couleur": "blanc",
"surface": 16.354846527002557,
"date_maj": "2026-06-23",
"registre": "passage piéton",
"direction": "200",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
7.7411174177,
48.5488599671
],
[
7.7412071986,
48.5488335393
],
[
7.7412326615,
48.5488688606
],
[
7.7411369725,
48.5488977165
],
[
7.7411352411,
48.5488922828
],
[
7.7411319579,
48.5488857244
],
[
7.7411174177,
48.5488599671
]
]
]
]
},
"properties": {}
},
"geo_point_2d": {
"lat": 48.54886515004351,
"lon": 7.7411738555713
},
"id_sous_troncon": "4862",
"nature_materiau": "enduit à chaud"
}Record 4couleur: blanc · surface: 14.44514479263581
{
"couleur": "blanc",
"surface": 14.44514479263581,
"date_maj": "2026-06-23",
"registre": "passage piéton",
"direction": "203",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
7.7428018084,
48.5513439421
],
[
7.7428824095,
48.5513177489
],
[
7.7429079431,
48.5513537946
],
[
7.7428263594,
48.5513788645
],
[
7.7428018084,
48.5513439421
]
]
]
]
},
"properties": {}
},
"geo_point_2d": {
"lat": 48.55134852261479,
"lon": 7.742854857363239
},
"id_sous_troncon": "8750",
"nature_materiau": "enduit à chaud"
}Record 5couleur: blanc · surface: 10.3074182352123
{
"couleur": "blanc",
"surface": 10.3074182352123,
"date_maj": "2026-06-23",
"registre": "passage piéton",
"direction": "104",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
7.7488230612,
48.5528283948
],
[
7.7488043148,
48.5528317444
],
[
7.7487910997,
48.5528358182
],
[
7.7487823625,
48.5528394546
],
[
7.7487523823,
48.5527826422
],
[
7.7487932288,
48.5527742447
],
[
7.7488230612,
48.5528283948
]
]
]
]
},
"properties": {}
},
"geo_point_2d": {
"lat": 48.55280589599866,
"lon": 7.748787449823329
},
"id_sous_troncon": "18994",
"nature_materiau": "enduit à chaud"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.strasbourg.eu/api/explore/v2.1/catalog/datasets/signal_surfacique
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.strasbourg.eu/api/explore/v2.1/catalog/datasets/signal_surfacique/records?limit=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.