Terrains de sport sur Rennes Métropole
Cette couche permet de représenter les emprise des terrains de sport. Ces surfaces permettent la représentation des terrains sur les plans à grande échelle (à partir du 1:5000ème) Cette couche de donnée est renseignée par plusieurs attributs dont les suivants : - code_insee : Code insee de la com...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (7 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geo_point_2dGeo Point | geo_point_2d | — |
| geo_shapeShape | geo_shape | — |
| gml_idGml id | text | — |
| objectid | int | — |
| code_inseeINSEE commune code | int | — |
| materiaux_sport_idMateriaux sport id | int | — |
| materiaux_sport_typeMateriaux sport type | text | — |
Schema captured from opendatasoft 7 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 1gml_id: v_sport_jeu.2018 · objectid: 2018
{
"gml_id": "v_sport_jeu.2018",
"objectid": 2018,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-1.709016516520392,
48.108327612597066
],
[
-1.709106917855978,
48.10851851641622
],
[
-1.708849755987234,
48.10857496272748
],
[
-1.708764788227827,
48.10859442719293
],
[
-1.708750522251559,
48.10856660707273
],
[
-1.708679659730685,
48.10841671478534
],
[
-1.708763510001764,
48.10839744936099
],
[
-1.708761822581487,
48.108385965862915
],
[
-1.709016516520392,
48.108327612597066
]
]
]
]
},
"properties": {}
},
"code_insee": 35238,
"geo_point_2d": {
"lat": 48.108462301791604,
"lon": -1.7088932485645822
},
"materiaux_sport_id": 2,
"materiaux_sport_type": "ciment"
}Record 2gml_id: v_sport_jeu.1869 · objectid: 1869
{
"gml_id": "v_sport_jeu.1869",
"objectid": 1869,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-1.649830777549563,
48.132926261699396
],
[
-1.649818870703665,
48.13259993821085
],
[
-1.650056348042547,
48.13259520337452
],
[
-1.650070996402627,
48.132919402227415
],
[
-1.649830777549563,
48.132926261699396
]
]
]
]
},
"properties": {}
},
"code_insee": 35238,
"geo_point_2d": {
"lat": 48.13276052507064,
"lon": -1.6499441354452262
},
"materiaux_sport_id": 1,
"materiaux_sport_type": "cendré"
}Record 3gml_id: v_sport_jeu.1935 · objectid: 1935
{
"gml_id": "v_sport_jeu.1935",
"objectid": 1935,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-1.692186242294394,
48.12168281446323
],
[
-1.692447982360794,
48.12170141131249
],
[
-1.692397175186863,
48.12204046056285
],
[
-1.692124931111762,
48.1220201961689
],
[
-1.692186242294394,
48.12168281446323
]
]
]
]
},
"properties": {}
},
"code_insee": 35238,
"geo_point_2d": {
"lat": 48.12186234935254,
"lon": -1.6922889550625957
},
"materiaux_sport_id": 6,
"materiaux_sport_type": "bitume"
}Record 4gml_id: v_sport_jeu.1937 · objectid: 1937
{
"gml_id": "v_sport_jeu.1937",
"objectid": 1937,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-1.691727346786981,
48.12165818457505
],
[
-1.691915374493919,
48.12167163228099
],
[
-1.691876245886051,
48.121901386364705
],
[
-1.691688998181103,
48.12188913942193
],
[
-1.691727346786981,
48.12165818457505
]
]
]
]
},
"properties": {}
},
"code_insee": 35238,
"geo_point_2d": {
"lat": 48.12177998107598,
"lon": -1.69180193104228
},
"materiaux_sport_id": 6,
"materiaux_sport_type": "bitume"
}Record 5gml_id: v_sport_jeu.1956 · objectid: 1956
{
"gml_id": "v_sport_jeu.1956",
"objectid": 1956,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-1.696644349578789,
48.08948820967598
],
[
-1.696578199466386,
48.08958379832954
],
[
-1.696365633872301,
48.08951469948765
],
[
-1.696431671092706,
48.08941764589962
],
[
-1.696644349578789,
48.08948820967598
]
]
]
]
},
"properties": {}
},
"code_insee": 35281,
"geo_point_2d": {
"lat": 48.08950098350216,
"lon": -1.6965047727880085
},
"materiaux_sport_id": 2,
"materiaux_sport_type": "ciment"
}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/terrains_sport
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/terrains_sport/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.