Obstacles écologiques ponctuels (SRCE)
Intersection des axes des corridors écologiques potentiels de la sous-trame avec les éléments fragmentants du territoire régional selon 3 niveaux : difficilement franchissables, moyennement franchissables et aménagement à optimiser. L'échelle de saisie est celle du 1/100 000 ème.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (15 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geo_point_2dGeo Point | geo_point_2d | — |
| geo_shapeShape | geo_shape | — |
| objectid | int | — |
| id_obstId obst | text | — |
| id_srceId srce | text | — |
| nom_obstNom obst | text | — |
| type_obstType obst | text | — |
| niveau | text | — |
| axe | text | — |
| nature | text | — |
| s_trameS trame | text | — |
| communeCommune | text | — |
| code_communeCommune code | text | — |
| epci_metropoleEPCI-Métropole | text | — |
| code_epci_metropoleCode epci metropole | text | — |
Schema captured from opendatasoft 2 hours 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 1axe: A11 · nature: autoroute
{
"axe": "A11",
"nature": "autoroute",
"niveau": "1",
"commune": "Charbonnières",
"id_obst": "FR24OP0",
"id_srce": "FR24SRCE2014",
"s_trame": "Milieux prairiaux",
"nom_obst": "R24O11858",
"objectid": 1,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
0.921768364000059,
48.20508328200003
]
]
},
"properties": {}
},
"type_obst": "01",
"code_commune": "28080",
"geo_point_2d": {
"lat": 48.20508328200003,
"lon": 0.9217683640000587
},
"epci_metropole": "CC du Perche",
"code_epci_metropole": "200006971"
}Record 2axe: A77 · nature: autoroute
{
"axe": "A77",
"nature": "autoroute",
"niveau": "1",
"commune": "Nogent-sur-Vernisson",
"id_obst": "FR24OP1",
"id_srce": "FR24SRCE2014",
"s_trame": "Milieux prairiaux",
"nom_obst": "R24O11860",
"objectid": 2,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
2.694615011000053,
47.811782847000075
]
]
},
"properties": {}
},
"type_obst": "01",
"code_commune": "45229",
"geo_point_2d": {
"lat": 47.811782847000075,
"lon": 2.694615011000053
},
"epci_metropole": "CC Canaux et Forêts en Gâtinais",
"code_epci_metropole": "200067676"
}Record 3axe: A20 · nature: autoroute
{
"axe": "A20",
"nature": "autoroute",
"niveau": "3",
"commune": "Argenton-sur-Creuse",
"id_obst": "FR24OP2",
"id_srce": "FR24SRCE2014",
"s_trame": "Milieux prairiaux",
"nom_obst": "R24O11862",
"objectid": 3,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.498438401000044,
46.60083482600004
]
]
},
"properties": {}
},
"type_obst": "01",
"code_commune": "36006",
"geo_point_2d": {
"lat": 46.60083482600004,
"lon": 1.498438401000044
},
"epci_metropole": "CC Éguzon - Argenton - Vallée de la Creuse",
"code_epci_metropole": "200068872"
}Record 4axe: A20 · nature: autoroute
{
"axe": "A20",
"nature": "autoroute",
"niveau": "1",
"commune": "Méreau",
"id_obst": "FR24OP3",
"id_srce": "FR24SRCE2014",
"s_trame": "Milieux prairiaux",
"nom_obst": "R24O11863",
"objectid": 4,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
2.032525123000028,
47.201108642000065
]
]
},
"properties": {}
},
"type_obst": "01",
"code_commune": "18148",
"geo_point_2d": {
"lat": 47.201108642000065,
"lon": 2.0325251230000276
},
"epci_metropole": "CC Cœur de Berry",
"code_epci_metropole": "200070571"
}Record 5axe: LGV Atlantique · nature: voies ferrées
{
"axe": "LGV Atlantique",
"nature": "voies ferrées",
"niveau": "1",
"commune": "Le Plessis-Dorin",
"id_obst": "FR24OP4",
"id_srce": "FR24SRCE2014",
"s_trame": "Milieux prairiaux",
"nom_obst": "R24O11864",
"objectid": 5,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
0.859977529000048,
48.08516489400006
]
]
},
"properties": {}
},
"type_obst": "03",
"code_commune": "41177",
"geo_point_2d": {
"lat": 48.08516489400006,
"lon": 0.859977529000048
},
"epci_metropole": "CC des Collines du Perche",
"code_epci_metropole": "244100293"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.centrevaldeloire.fr/api/explore/v2.1/catalog/datasets/obstacles-ecologiques-ponctuels-srce
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.centrevaldeloire.fr/api/explore/v2.1/catalog/datasets/obstacles-ecologiques-ponctuels-srce/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.