Public distribution substations (HV/LV substations)Postes électriques de distribution publique (postes HTA/BT)
Postes électriques de distribution publique (postes HTA/BT)Public distribution substations (HV/LV substations)
This dataset from Enedis, the French electricity distribution network operator, gives the geographic position of public distribution substations (HTA/BT, i.e. medium-voltage to low-voltage transformer stations) across the entire distribution network operated by Enedis. Locations are provided as point geometries using the RGF93 projection system, covering the national territory. The API allows programmatic access to this substation location data, which can be used for network mapping and spatial analysis of the electricity distribution infrastructure.Ce jeu de données représente la position des postes de distribution publique (postes HTA/BT) sur l’ensemble du réseau de distribution exploité par Enedis. Le système de projection utilisé est le RGF 93. Les données sont restituées sous la forme de points. Les données sont mises à disposition à tit…
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.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | string | Point location of the substation as a GeoJSON geometry.Point location of the substation as a GeoJSON geometry. |
| x | number | X coordinate of the substation location in RGF93 projection.X coordinate of the substation location in RGF93 projection. |
| y | number | Y coordinate of the substation location in RGF93 projection.Y coordinate of the substation location in RGF93 projection. |
| code_iris | string | INSEE IRIS code of the area containing the substation.INSEE IRIS code of the area containing the substation. |
| nom_iris | string | Name of the IRIS area containing the substation.Name of the IRIS area containing the substation. |
| code_commune | string | INSEE code of the commune containing the substation.INSEE code of the commune containing the substation. |
| nom_commune | string | Name of the commune containing the substation.Name of the commune containing the substation. |
| code_epci | string | Code of the intercommunal body (EPCI) covering the commune.Code of the intercommunal body (EPCI) covering the commune. |
| nom_epci | string | Name of the intercommunal body (EPCI) covering the commune.Name of the intercommunal body (EPCI) covering the commune. |
| code_departementCode département | string | INSEE code of the department containing the substation.INSEE code of the department containing the substation. |
| nom_departementNom département | string | Name of the department containing the substation.Name of the department containing the substation. |
| code_regionCode région | string | INSEE code of the region containing the substation.INSEE code of the region containing the substation. |
| nom_regionNom région | string | Name of the region containing the substation.Name of the region containing the substation. |
Schema captured from datafair 27 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 1x: 976992.778701919 · y: 6273892.52486395
{
"x": 976992.778701919,
"y": 6273892.52486395,
"_score": null,
"geometry": "{\"type\":\"Point\",\"coordinates\":[6.4251448,43.5100375]}",
"nom_epci": "Dracénie Provence Verdon Agglomération",
"nom_iris": "Les Selves-Le Seiran",
"code_epci": "248300493",
"code_iris": "830500112",
"nom_region": "Provence-Alpes-Côte d'Azur",
"code_region": "93",
"nom_commune": "Draguignan",
"code_commune": "83050",
"nom_departement": "Var",
"code_departement": "83"
}Record 2x: 990520.724260349 · y: 6573397.49360977
{
"x": 990520.724260349,
"y": 6573397.49360977,
"_score": null,
"geometry": "{\"type\":\"Point\",\"coordinates\":[6.7688264,46.1980097]}",
"nom_epci": "CC du Haut-Chablais",
"nom_iris": "Morzine",
"code_epci": "247400682",
"code_iris": "741910000",
"nom_region": "Auvergne-Rhône-Alpes",
"code_region": "84",
"nom_commune": "Morzine",
"code_commune": "74191",
"nom_departement": "Haute-Savoie",
"code_departement": "74"
}Record 3x: 509371.149608039 · y: 6478510.23428347
{
"x": 509371.149608039,
"y": 6478510.23428347,
"_score": null,
"geometry": "{\"type\":\"Point\",\"coordinates\":[0.5639468,45.3795297]}",
"nom_epci": "CC Dronne et Belle",
"nom_iris": "Brantôme en Périgord",
"code_epci": "200041572",
"code_iris": "240640000",
"nom_region": "Nouvelle-Aquitaine",
"code_region": "75",
"nom_commune": "Brantôme en Périgord",
"code_commune": "24064",
"nom_departement": "Dordogne",
"code_departement": "24"
}Record 4x: 131278.755353866 · y: 6852771.60358954
{
"x": 131278.755353866,
"y": 6852771.60358954,
"_score": null,
"geometry": "{\"type\":\"Point\",\"coordinates\":[-4.7142686,48.5249591]}",
"nom_epci": "CC du Pays d'Iroise",
"nom_iris": "Landunvez",
"code_epci": "242900074",
"code_iris": "291090000",
"nom_region": "Bretagne",
"code_region": "53",
"nom_commune": "Landunvez",
"code_commune": "29109",
"nom_departement": "Finistère",
"code_departement": "29"
}Record 5x: 523723.318650455 · y: 6655111.92192298
{
"x": 523723.318650455,
"y": 6655111.92192298,
"_score": null,
"geometry": "{\"type\":\"Point\",\"coordinates\":[0.6809867,46.9729211]}",
"nom_epci": "CA Grand Châtellerault",
"nom_iris": "Buxeuil",
"code_epci": "248600413",
"code_iris": "860420000",
"nom_region": "Nouvelle-Aquitaine",
"code_region": "75",
"nom_commune": "Buxeuil",
"code_commune": "86042",
"nom_departement": "Vienne",
"code_departement": "86"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://opendata.enedis.fr/data-fair/api/v1/datasets/poste-electrique/
- Format
- openapi
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://opendata.enedis.fr/data-fair/api/v1/datasets/poste-electrique/lines?size=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Dataset
Volume & freshness
License
No license declared upstream.
Source: datafair
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.