records
Production nationale annuelle par filière (2012 à 2024)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"prod-national-annuel-filiere",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/prod-national-annuel-filiere"
}
] - "definitions":{
- "prod-national-annuel-filiere":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/prod-national-annuel-filiere_records"
}
}
} - "records":
} - "properties":
- "prod-national-annuel-filiere_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":"Année Year"
} - "production_totale":,{
- "type":"number",
- "title":"Production totale (TWh)",
- "description":"Production totale en TWh (thermique + hydraulique + nucléaire + solaire + éolien + bioénergies) Total production in TWh (thermal + hydro + nuclear + solar + wind + bioenergy)"
} - "production_thermique":,{
- "type":"number",
- "title":"Production thermique (TWh)",
- "description":"Production thermique en TWh (fioul + charbon + gaz) Thermal production in TWh (oil + gas + coal)"
} - "production_thermique_fioul":,{
- "type":"number",
- "title":"Production thermique fioul (TWh)",
- "description":"Production thermique fioul en TWh Oil thermal production in TWh"
} - "production_thermique_charbon":,{
- "type":"number",
- "title":"Production thermique charbon (TWh)",
- "description":"Production thermique charbon en TWh Coal thermal production in TWh"
} - "production_thermique_gaz":,{
- "type":"number",
- "title":"Production thermique gaz (TWh)",
- "description":"Production thermique gaz en TWh Gaz thermal production in TWh"
} - "production_hydraulique":,{
- "type":"number",
- "title":"Production hydraulique (TWh)",
- "description":"Production hydraulique en TWh Hydraulic production in TWh"
} - "production_nucleaire":,{
- "type":"number",
- "title":"Production nucléaire (TWh)",
- "description":"Production nucléaire en TWh Nuclear production in TWh"
} - "production_eolienne":,{
- "type":"number",
- "title":"Production éolienne (TWh)",
- "description":"Production éolienne en TWh Wind production in TWh"
} - "production_solaire":,{
- "type":"number",
- "title":"Production solaire (TWh)",
- "description":"Production solaire en TWh Solar production in TWh"
} - "production_bioenergies":,{
- "type":"number",
- "title":"Production bioénergies (TWh)",
- "description":"Production bioénergies en TWh Bioenergy production in TWh"
} - "consommation_totale":{
- "type":"number",
- "title":"Consommation totale (TWh)",
- "description":"Consommation brute totale en TWh Total gross consumption in TWh"
}
} - "annee":
}
} - "fields":
} - "properties":
} - "prod-national-annuel-filiere":
}