Projet trambus de Rennes Métropole : position des arrêts
Position des arrêts des lignes de trambus en projet et qui seront soumis à une concertation publique. Cette couche de points localise les arrêts déjà existants ou en projet accompagnant les lignes en projet du trambus de Rennes Métropole. L'attribut 'version' permet d'identifier la version des do...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (13 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | Geographic point coordinates (latitude, longitude) of the stop.Geographic point coordinates (latitude, longitude) of the stop. |
| — | geo_shapeShape | geo_shape | GeoJSON geometry representing the stop's point location.GeoJSON geometry representing the stop's point location. |
| — | gml_idGml id | text | Unique GML identifier of the stop feature.Unique GML identifier of the stop feature. |
| — | id | int | Internal record identifier.Internal record identifier. |
| — | version | text | Version date of the dataset the stop belongs to.Version date of the dataset the stop belongs to. |
| — | trace_typeTrace type | text | Type of route trace associated with the stop, e.g. base.Type of route trace associated with the stop, e.g. base. |
| — | li_codeLi code | text | Code identifying the trambus line served by the stop.Code identifying the trambus line served by the stop. |
| — | al_idAl id | int | Internal identifier linking the stop to its line alignment.Internal identifier linking the stop to its line alignment. |
| — | nom | text | Name of the stop.Name of the stop. |
| — | desserte | text | List of bus lines or codes served at this stop.List of bus lines or codes served at this stop. |
| 44.1% | desserte_scolaireDesserte scolaire | text | List of school bus lines serving this stop.List of school bus lines serving this stop. |
| 12.6% | desserte_soirs_weDesserte soirs we | text | List of lines serving this stop during evenings and weekends.List of lines serving this stop during evenings and weekends. |
| 18.9% | desserte_dimancheDesserte dimanche | text | List of lines serving this stop on Sundays.List of lines serving this stop on Sundays. |
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 1id: 4910 · nom: Gares
{
"id": 4910,
"nom": "Gares",
"al_id": 20011,
"gml_id": "trambus_arrets.4910",
"li_code": "T3",
"version": "2025-03-18",
"desserte": "a b C2 C3 11 12 63 Relais_a Relais_b",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.671997972207877,
48.10419464832796
]
},
"properties": {}
},
"trace_type": "base",
"geo_point_2d": {
"lat": 48.10419464832796,
"lon": -1.6719979722078766
},
"desserte_dimanche": null,
"desserte_scolaire": "208",
"desserte_soirs_we": "11"
}Record 2id: 4904 · nom: Uttenreuth
{
"id": 4904,
"nom": "Uttenreuth",
"al_id": 512,
"gml_id": "trambus_arrets.4904",
"li_code": "T3",
"version": "2025-03-18",
"desserte": null,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.687568077926491,
48.15751552058252
]
},
"properties": {}
},
"trace_type": "base",
"geo_point_2d": {
"lat": 48.15751552058252,
"lon": -1.6875680779264912
},
"desserte_dimanche": null,
"desserte_scolaire": "204 208",
"desserte_soirs_we": null
}Record 3id: 4903 · nom: Gériatrie
{
"id": 4903,
"nom": "Gériatrie",
"al_id": 91,
"gml_id": "trambus_arrets.4903",
"li_code": "T3",
"version": "2025-03-18",
"desserte": "13",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.610285729222369,
48.085056331697345
]
},
"properties": {}
},
"trace_type": "base",
"geo_point_2d": {
"lat": 48.085056331697345,
"lon": -1.610285729222369
},
"desserte_dimanche": null,
"desserte_scolaire": "TS22",
"desserte_soirs_we": null
}Record 4id: 4900 · nom: Deux Ruisseaux
{
"id": 4900,
"nom": "Deux Ruisseaux",
"al_id": 89,
"gml_id": "trambus_arrets.4900",
"li_code": "T3",
"version": "2025-03-18",
"desserte": "13",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.616393587796816,
48.08717043943146
]
},
"properties": {}
},
"trace_type": "base",
"geo_point_2d": {
"lat": 48.08717043943146,
"lon": -1.6163935877968163
},
"desserte_dimanche": null,
"desserte_scolaire": "TS22",
"desserte_soirs_we": null
}Record 5id: 4899 · nom: Forge
{
"id": 4899,
"nom": "Forge",
"al_id": 516,
"gml_id": "trambus_arrets.4899",
"li_code": "T3",
"version": "2025-03-18",
"desserte": "32 39 78",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.685899445610512,
48.15149177763913
]
},
"properties": {}
},
"trace_type": "base",
"geo_point_2d": {
"lat": 48.15149177763913,
"lon": -1.685899445610512
},
"desserte_dimanche": null,
"desserte_scolaire": "204 208",
"desserte_soirs_we": null
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/trambus-arrets
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/trambus-arrets/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.