Arbres abattus et compensés sur Rennes Métropole
Cette couche de données représente le positionnement des arbres abattus ainsi que le positionnement des arbres plantés au titre d'une compensation suite à abattage. Parmi les informations de cette couche, figurent la cause de l'abattage, la date prévisionnelle d'abattage, ainsi que l'échelle comp...
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 coordinates (latitude, longitude) of the tree.Geographic coordinates (latitude, longitude) of the tree. |
| — | geo_shapeShape | geo_shape | Geometric shape representing the tree's location as GeoJSON.Geometric shape representing the tree's location as GeoJSON. |
| — | gml_idGml id | text | Unique GML identifier for the record.Unique GML identifier for the record. |
| — | id | int | Internal record identifier.Internal record identifier. |
| — | code_inseeINSEE commune code | text | INSEE code of the municipality where the tree is located.INSEE code of the municipality where the tree is located. |
| — | abattu | int | Indicates whether the tree has been felled.Indicates whether the tree has been felled. |
| — | id_arbreId arbre | int | Unique identifier of the tree.Unique identifier of the tree. |
| — | id_gestionId gestion | text | Management identifier assigned to the tree.Management identifier assigned to the tree. |
| — | cause_abattageCause abattage | text | Reason given for felling the tree.Reason given for felling the tree. |
| — | date_abattageDate abattage | datetime | Planned or actual date of the tree felling.Planned or actual date of the tree felling. |
| 62.1% | compensation_abattageCompensation abattage | text | Scale or type of compensation planned following felling.Scale or type of compensation planned following felling. |
| 63.1% | arbre_de_compensationArbre de compensation | int | Indicates whether the tree is a compensation planting.Indicates whether the tree is a compensation planting. |
| 0% | date_plantationDate plantation | datetime | Date the compensation tree was planted.Date the compensation tree was planted. |
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 1id: 221586 · abattu: 1
{
"id": 221586,
"abattu": 1,
"gml_id": "v_ev_abattage_compensation.221586",
"id_arbre": 221586,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.79684382791915,
48.09590995638193
]
},
"properties": {}
},
"code_insee": "35240",
"id_gestion": "PT1146",
"geo_point_2d": {
"lat": 48.09590995638193,
"lon": -1.7968438279191496
},
"date_abattage": null,
"cause_abattage": null,
"date_plantation": null,
"arbre_de_compensation": null,
"compensation_abattage": null
}Record 2id: 223282 · abattu: 1
{
"id": 223282,
"abattu": 1,
"gml_id": "v_ev_abattage_compensation.223282",
"id_arbre": 223282,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.79615007594556,
48.10424347019398
]
},
"properties": {}
},
"code_insee": "35240",
"id_gestion": "PT2879",
"geo_point_2d": {
"lat": 48.10424347019398,
"lon": -1.79615007594556
},
"date_abattage": null,
"cause_abattage": null,
"date_plantation": null,
"arbre_de_compensation": null,
"compensation_abattage": null
}Record 3id: 224718 · abattu: 1
{
"id": 224718,
"abattu": 1,
"gml_id": "v_ev_abattage_compensation.224718",
"id_arbre": 224718,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.773560443679775,
48.08094990477826
]
},
"properties": {}
},
"code_insee": "35240",
"id_gestion": "PT4342",
"geo_point_2d": {
"lat": 48.08094990477826,
"lon": -1.7735604436797754
},
"date_abattage": null,
"cause_abattage": null,
"date_plantation": null,
"arbre_de_compensation": null,
"compensation_abattage": null
}Record 4id: 223826 · abattu: 1
{
"id": 223826,
"abattu": 1,
"gml_id": "v_ev_abattage_compensation.223826",
"id_arbre": 223826,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.792286976284821,
48.100029574947115
]
},
"properties": {}
},
"code_insee": "35240",
"id_gestion": "PT3423",
"geo_point_2d": {
"lat": 48.100029574947115,
"lon": -1.792286976284821
},
"date_abattage": null,
"cause_abattage": null,
"date_plantation": null,
"arbre_de_compensation": null,
"compensation_abattage": null
}Record 5id: 220467 · abattu: 1
{
"id": 220467,
"abattu": 1,
"gml_id": "v_ev_abattage_compensation.220467",
"id_arbre": 220467,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.800660865661498,
48.101347985884864
]
},
"properties": {}
},
"code_insee": "35240",
"id_gestion": "PT11",
"geo_point_2d": {
"lat": 48.101347985884864,
"lon": -1.8006608656614982
},
"date_abattage": null,
"cause_abattage": null,
"date_plantation": null,
"arbre_de_compensation": null,
"compensation_abattage": 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/arbre_abattu_compense
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/arbre_abattu_compense/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.