Végétation linéaire Île-de-France 2018
Végétation linéaire inventoriée par les agents de la Direction de l’Aménagement et de la Gestion de l’AEV.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (11 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | hauteur_mHauteur m | double | — |
| — | largeur_mLargeur m | double | — |
| — | natur_haieNature de la haie | text | — |
| — | date | datetime | — |
| — | num_prifNum prif | int | — |
| — | nom_haieNom haie | text | — |
| — | ident | text | — |
| — | st_lengthSt length | double | — |
| 100% | shape_lengShape leng | double | — |
Schema captured from opendatasoft 1 hour 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 1date: 2012-01-01T00:00:00+00:00 · ident: BDINV_NO_VEGL_653
{
"date": "2012-01-01T00:00:00+00:00",
"ident": "BDINV_NO_VEGL_653",
"nom_haie": null,
"num_prif": 41,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
2.198558409734803,
48.95366837957787
],
[
2.198542660950339,
48.953602405106054
]
]
},
"properties": {}
},
"hauteur_m": 0,
"largeur_m": 0,
"st_length": 7.42679325209,
"natur_haie": "Haie feuillus",
"shape_leng": 7.42679325209,
"geo_point_2d": {
"lat": 48.953635392341965,
"lon": 2.198550535342571
}
}Record 2date: 2013-12-04T00:00:00+00:00 · ident: BDINV_S_VEGL_1614
{
"date": "2013-12-04T00:00:00+00:00",
"ident": "BDINV_S_VEGL_1614",
"nom_haie": null,
"num_prif": 11,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
2.527832853418401,
48.633662607299215
],
[
2.527938650625463,
48.632428965943824
]
]
},
"properties": {}
},
"hauteur_m": 0,
"largeur_m": 0,
"st_length": 137.369639291,
"natur_haie": "Alignement",
"shape_leng": 137.369639291,
"geo_point_2d": {
"lat": 48.63304578662152,
"lon": 2.527885752021932
}
}Record 3date: 2012-01-01T00:00:00+00:00 · ident: BDINV_E_VEGL_100
{
"date": "2012-01-01T00:00:00+00:00",
"ident": "BDINV_E_VEGL_100",
"nom_haie": "haie etang planchette",
"num_prif": 4,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
2.739460468038862,
48.79511762880787
],
[
2.740314488158924,
48.79477346277517
],
[
2.740308782547641,
48.79476973415909
]
]
},
"properties": {}
},
"hauteur_m": 1,
"largeur_m": 1,
"st_length": 74.0762925782,
"natur_haie": "Haie feuillus",
"shape_leng": 74.0762925782,
"geo_point_2d": {
"lat": 48.7949442676131,
"lon": 2.739890594839286
}
}Record 4date: 2012-01-01T00:00:00+00:00 · ident: BDINV_E_VEGL_43
{
"date": "2012-01-01T00:00:00+00:00",
"ident": "BDINV_E_VEGL_43",
"nom_haie": "haie pompe a feu",
"num_prif": 4,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
2.738919495518112,
48.821423987653496
],
[
2.736357350667568,
48.820583129339504
]
]
},
"properties": {}
},
"hauteur_m": 1,
"largeur_m": 1,
"st_length": 210.075369607,
"natur_haie": "Haie feuillus",
"shape_leng": 210.075369607,
"geo_point_2d": {
"lat": 48.8210035584965,
"lon": 2.73763842309284
}
}Record 5date: 2012-01-01T00:00:00+00:00 · ident: BDINV_E_VEGL_33
{
"date": "2012-01-01T00:00:00+00:00",
"ident": "BDINV_E_VEGL_33",
"nom_haie": null,
"num_prif": 5,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
2.6039609726947592,
48.867537762750956
],
[
2.603824060541562,
48.86732701095628
]
]
},
"properties": {}
},
"hauteur_m": 0,
"largeur_m": 0,
"st_length": 25.4963543651,
"natur_haie": null,
"shape_leng": 25.4963543651,
"geo_point_2d": {
"lat": 48.86743238685362,
"lon": 2.60389251661816
}
}Live sample captured at profiling time — values may have changed upstream.
Using the API
Configuration
- Base URL
- https://data.iledefrance.fr/api/explore/v2.1/catalog/datasets/bdinventaire_veg_lin_aev_wgs84
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.iledefrance.fr/api/explore/v2.1/catalog/datasets/bdinventaire_veg_lin_aev_wgs84/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.