enregistrement
Longueurs régionales annuelles de circuits et files de pylônes du réseau de transport d'électricité (2012 à 2024)
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"longueurs-regionales-annuelles-circuits-rte",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/longueurs-regionales-annuelles-circuits-rte"
}
] - "definitions":{
- "longueurs-regionales-annuelles-circuits-rte":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/longueurs-regionales-annuelles-circuits-rte_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "longueurs-regionales-annuelles-circuits-rte_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":"Année Year"
} - "code_insee_region":,{
- "type":"string",
- "title":"Code INSEE région",
- "description":"Code INSEE de la région INSEE code of region"
} - "region":,{
- "type":"string",
- "title":"Région",
- "description":"Nom de la région Region name"
} - "circ_400kv":,{
- "type":"number",
- "title":"Circuit 400 kV (km)",
- "description":"Longueur de circuit 400 kV en km Length of 400 kV circuit in km"
} - "circ_225kv":,{
- "type":"number",
- "title":"Circuit 225 kV (km)",
- "description":"Longueur de circuit 225 kV en km Length of 225 kV circuit in km"
} - "circ_150kv":,{
- "type":"number",
- "title":"Circuit 150 kV (km)",
- "description":"Longueur de circuit 150 kV en km Length of 150 kV circuit in km"
} - "circ_90kv":,{
- "type":"number",
- "title":"Circuit 90 kV (km)",
- "description":"Longueur de circuit 90 kV en km Length of 90 kV circuit in km"
} - "circ_63kv":,{
- "type":"number",
- "title":"Circuit 63 kV (km)",
- "description":"Longueur de circuit 63 kV en km Length of 63 kV circuit in km"
} - "circ_45kv":,{
- "type":"number",
- "title":"Circuit 45 kV (km)",
- "description":"Longueur de circuit 45 kV en km Length of 45kV circuit in km"
} - "circ_inf45kv":,{
- "type":"number",
- "title":"Circuit <45 kV (km)",
- "description":"Longueur de circuit <45 kV en km Length of <45kV circuit in km"
} - "circ_total_ac":,{
- "type":"number",
- "title":"Circuit total alternatif (km)",
- "description":"Longueur de circuit en courant alternatif tous niveaux de tension en km Length of AC current circuit at all voltage levels in km"
} - "circ_aerien_400kv":,{
- "type":"number",
- "title":"Circuit aérien 400 kV (km)",
- "description":"Longueur de circuit aérien 400 kV en km Length of 400 kV overhead circuit in km"
} - "circ_aerien_225kv":,{
- "type":"number",
- "title":"Circuit aérien 225 kV (km)",
- "description":"Longueur de circuit aérien 225 kV en km Length of 225 kV overhead circuit in km"
} - "circ_aerien_150kv":,{
- "type":"number",
- "title":"Circuit aérien 150 kV (km)",
- "description":"Longueur de circuit aérien 150 kV en km Length of 150 kV overhead circuit in km"
} - "circ_aerien_90kv":,{
- "type":"number",
- "title":"Circuit aérien 90 kV (km)",
- "description":"Longueur de circuit aérien 90 kV en km Length of 90 kV overhead circuit in km"
} - "circ_aerien_63kv":,{
- "type":"number",
- "title":"Circuit aérien 63 kV (km)",
- "description":"Longueur de circuit aérien 63 kV en km Length of 63 kV overhead circuit in km"
} - "circ_aerien_45kv":,{
- "type":"number",
- "title":"Circuit aérien 45 kV (km)",
- "description":"Longueur de circuit aérien 45 kV en km Length of 45 kV overhead circuit in km"
} - "circ_aerien_inf45kv":,{
- "type":"number",
- "title":"Circuit aérien <45 kV (km)",
- "description":"Longueur de circuit aérien <45 kV en km Length of <45 kV overhead circuit in km"
} - "circ_aerien_total_ac":,{
- "type":"number",
- "title":"Circuit aérien total alternatif (km)",
- "description":"Longueur de circuit en courant alternatif aérien tous niveaux de tension en km Length of overhead AC current circuit at all voltage levels in km"
} - "circ_sout_400kv":,{
- "type":"number",
- "title":"Circuit souterrain 400 kV (km)",
- "description":"Longueur de circuit souterrain 400 kV en km Length of 400 kV underground circuit in km"
} - "circ_sout_225kv":,{
- "type":"number",
- "title":"Circuit souterrain 225 kV (km)",
- "description":"Longueur de circuit souterrain 225 kV en km Length of 225 kV underground circuit in km"
} - "circ_sout_150kv":,{
- "type":"number",
- "title":"Circuit souterrain 150 kV (km)",
- "description":"Longueur de circuit souterrain 150 kV en km Length of 150 kV underground circuit in km"
} - "circ_sout_90kv":,{
- "type":"number",
- "title":"Circuit souterrain 90 kV (km)",
- "description":"Longueur de circuit souterrain 90 kV en km Length of 90 kV underground circuit in km"
} - "circ_sout_63kv":,{
- "type":"number",
- "title":"Circuit souterrain 63 kV (km)",
- "description":"Longueur de circuit souterrain 63 kV en km Length of 63 kV underground circuit in km"
} - "circ_sout_45kv":,{
- "type":"number",
- "title":"Circuit souterrain 45 kV (km)",
- "description":"Longueur de circuit souterrain 45 kV en km Length of 45 kV underground circuit in km"
} - "circ_sout_inf45kv":,{
- "type":"number",
- "title":"Circuit souterrain <45 kV (km)",
- "description":"Longueur de circuit souterrain <45 kV en km Length of <45 kV underground circuit in km"
} - "circ_sout_total_ac":,{
- "type":"number",
- "title":"Circuit souterrain total alternatif (km)",
- "description":"Longueur de circuit en courant alternatif souterrain tous niveaux de tension en km Length of underground AC current circuit at all voltage levels in km"
} - "pylone_400kv":,{
- "type":"number",
- "title":"File de pylônes 400 kV (km)",
- "description":"Longueur de file de pylônes 400 kV en km Length of 400 kV pylon lines in km"
} - "pylone_225kv":,{
- "type":"number",
- "title":"File de pylônes 225 kV (km)",
- "description":"Longueur de file de pylônes 225 kV en km Length of 225 kV pylon lines in km"
} - "pylone_150kv":,{
- "type":"number",
- "title":"File de pylônes 150 kV (km)",
- "description":"Longueur de file de pylônes 150 kV en km Length of 150 kV pylon lines in km"
} - "pylone_90kv":,{
- "type":"number",
- "title":"File de pylônes 90 kV (km)",
- "description":"Longueur de file de pylônes 90 kV en km Length of 90 kV pylon lines in km"
} - "pylone_63kv":,{
- "type":"number",
- "title":"File de pylônes 63 kV (km)",
- "description":"Longueur de file de pylônes 63 kV en km Length of 63 kV pylon lines in km"
} - "pylone_45kv":,{
- "type":"number",
- "title":"File de pylônes 45 kV (km)",
- "description":"Longueur de file de pylônes 45 kV en km Length of 45 kV pylon lines in km"
} - "pylone_inf45kv":,{
- "type":"number",
- "title":"File de pylônes <45 kV (km)",
- "description":"Longueur de file de pylônes <45 kV en km Length of <45 kV pylon lines in km"
} - "pylone_total":,{
- "type":"number",
- "title":"File de pylônes total (km)",
- "description":"Longueur de file de pylônes tous niveaux de tension en km Length of pylon lines all voltage level in km"
} - "circ_aer_cc_km":,{
- "type":"number",
- "title":"circ_aer_CC_km",
- "description":"Longueur de circuit aérien courant continu en km"
} - "circ_sout_cc_km":,{
- "type":"number",
- "title":"circ_sout_CC_km",
- "description":"Longueur de circuit souterrain courant continu"
} - "circ_imm_400kv_km":,{
- "type":"number",
- "title":"circ_imm_400kV_km",
- "description":"Longueur de circuit immergé 400kV en km"
} - "circ_imm_225kv_km":,{
- "type":"number",
- "title":"circ_imm_225kV_km",
- "description":"Longueur de circuit immergé 250kV en km"
} - "circ_imm_150kv_km":,{
- "type":"number",
- "title":"circ_imm_150kV_km",
- "description":"Longueur de circuit immergé 150kV en km"
} - "circ_imm_90kv_km":,{
- "type":"number",
- "title":"circ_imm_90kV_km",
- "description":"Longueur de circuit immergé 90kV en km"
} - "circ_imm_63kv_km":,{
- "type":"number",
- "title":"circ_imm_63kV_km",
- "description":"Longueur de circuit immergé 63kV en km"
} - "circ_imm_45kv_km":,{
- "type":"number",
- "title":"circ_imm_45kV_km",
- "description":"Longueur de circuit immergé 45kV en km"
} - "circ_imm_inf45kv_km":,{
- "type":"number",
- "title":"circ_imm_inf45kV_km",
- "description":"Longueur de circuit immergé inférieure 45kV en km"
} - "circ_imm_cc_km":,{
- "type":"number",
- "title":"circ_imm_CC_km",
- "description":"Longueur de circuit immergé courant continu en km"
} - "circ_imm_tot_km":,{
- "type":"number",
- "title":"circ_imm_tot_km",
- "description":"Longueur totale de circuit immergé en km"
} - "geo_shape_region":,{
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geometry"
}
] - "title":"Géo-shape région",
- "description":"Géo-shape du contour de la région"
} - "geo_point_region":{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Géo-point région",
- "description":"Géo-point du centre de la région"
}
} - "annee":
}
} - "fields":
} - "properties":
} - "longueurs-regionales-annuelles-circuits-rte":
}