| Demanda eléctrica (energía eléctrica puesta en red) por mes y año (MWh) | |||||||||||||
| Fuente: Anuario Energético de Canarias (hasta 2021) y REE (2022-2023) | |||||||||||||
| mes | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| enero | 744.893 | 758.247 | 731.167 | 723.527 | 730.837 | 727.337 | 747.803 | 755.289 | 755.289 | 756.953 | 647.194 | 713.057 | 690.086 |
| febrero | 669.350 | 709.234 | 660.309 | 658.505 | 661.731 | 681.144 | 666.340 | 682.354 | 682.354 | 705.861 | 575.818 | 642.831 | 640.002 |
| marzo | 737.097 | 743.201 | 712.989 | 708.287 | 714.963 | 721.061 | 739.377 | 729.736 | 729.736 | 682.193 | 639.309 | 711.001 | 710.060 |
| abril | 697.518 | 690.343 | 697.669 | 676.234 | 675.057 | 691.917 | 707.492 | 703.139 | 703.139 | 548.480 | 614.911 | 671.897 | - |
| mayo | 717.462 | 722.863 | 705.497 | 697.144 | 703.723 | 701.485 | 731.242 | 715.878 | 715.878 | 581.116 | 635.742 | 685.526 | - |
| junio | 725.287 | 726.509 | 685.500 | 689.147 | 684.910 | 706.874 | 732.077 | 707.331 | 707.331 | 602.666 | 635.272 | 692.520 | - |
| julio | 763.358 | 769.457 | 749.974 | 732.711 | 767.172 | 763.552 | 772.444 | 758.961 | 758.961 | 679.161 | 699.032 | 752.772 | - |
| agosto | 776.445 | 796.489 | 770.607 | 747.934 | 767.419 | 793.434 | 809.423 | 782.296 | 782.296 | 712.467 | 725.922 | 754.505 | - |
| septiembre | 761.996 | 762.590 | 723.124 | 748.632 | 749.029 | 750.581 | 761.485 | 764.678 | 764.678 | 684.819 | 722.678 | 724.118 | - |
| octubre | 780.756 | 764.568 | 749.170 | 763.083 | 759.551 | 763.924 | 791.750 | 778.674 | 778.674 | 674.532 | 734.013 | 728.315 | - |
| noviembre | 736.957 | 719.910 | 711.872 | 708.726 | 716.429 | 723.941 | 745.417 | 721.284 | 721.284 | 651.892 | 711.730 | 708.667 | - |
| diciembre | 757.463 | 727.672 | 724.196 | 722.783 | 735.558 | 746.146 | 752.192 | 741.923 | 741.923 | 665.264 | 719.670 | 718.279 | - |
ENERGÉTICAS
GASES DE EFECTO INVERNADERO
GENERALES
---
title: "Islas Canarias: observatorio de la energía"
# author: "MRC Data Analytics Team"
output:
flexdashboard::flex_dashboard:
orientation: rows
vertical_layout: fill
theme: default
social: menu
source_code: embed
# Available themes include: default, cerulean, journal, flatly, darkly, readable, spacelab, united, cosmo, lumen, paper, sandstone, simplex, yeti
editor_options:
markdown:
wrap: 72
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(
echo = FALSE,
message = FALSE,
warning = FALSE
)
library(pacman)
p_load(CGPfunctions, DT, dygraphs, easystats, flexdashboard, flextable, ggblanket, ggbeeswarm, ggbump, ggeasy, ggiraph, ggmosaic, gt, hrbrthemes, here, janitor, knitr, leaflet, lessR, patchwork, readxl, scales, skimr, tidyverse, viridis, wesanderson)
```
# Sidebar {.sidebar}
Este informe ha sido preparado por [**MRC Data Analytics
Teams**](data_analytics@mrc-consultants.com).
**Madrid, junio 2023**
------------------------------------------------------------------------
Se presentan en este *dashboard* los principales datos estadísticos
energéticos extraídos de fuentes oficiales y que marcan la evolución
histórica del sector energético de Canarias.
Cada una de las tablas y gráficos generados se presentan en
subcategorías en función del elemento de la cadena de valor de la
energía a la que pertenecen.
El objetivo de este *dashboard* es centralizar los datos de evolución
del sector energético de Canarias en una única página, mejorando el
acceso a la información al ciudadano.
Se agrupan en las siguientes subcategorías los datos estadísticos
extraídos:
- Mapa interactivo de indicadores Socioeconómicos
- Demanda de energía
- Hidrocarburos
- Energía eléctrica
- Red de distribución
- Energías renovables
- Movilidad
- Emisiones
- Precios
# Socioeconómicos {data-icon="fa-list" data-orientation="rows"}
## Row {.tabset .tabset-fade data-height="1000"}
### **PIB Canarias**
```{r pib islas, fig.height=8, fig.width=12}
source(here("scripts", "pib islas plot.R"), local = knitr::knit_global())
pib_islas_plot
```
### **PIB Canarias-España**
```{r pib canarias espana, fig.height=8, fig.width=12}
source(here("scripts", "pib canarias espana plot.R"), local = knitr::knit_global())
pib_can_esp_plot
```
### **Población Canarias**
```{r poblacion canarias, fig.height=8, fig.width=12}
source(here("scripts", "pobl islas plot.R"), local = knitr::knit_global())
pobl_islas_plot
```
### **Población Canarias-España**
```{r poblacion canarias espana, fig.height=8, fig.width=12}
source(here("scripts", "pobl canarias espana plot.R"), local = knitr::knit_global())
pobl_can_esp_plot
```
# Demanda {data-icon="fa-list" data-orientation="rows"}
## Row {.tabset .tabset-fade data-height="1000"}
### **Energía primaria y final**
```{r primaria y final, fig.height=8, fig.width=12}
source(here("scripts", "demanda primaria y final plot.R"), local = knitr::knit_global())
energia_primaria_plot / energia_final_plot
```
### **Energía primaria y final per cápita**
```{r primaria y final per capita, fig.height=8, fig.width=12}
source(here("scripts", "demanda primaria y final capita plot.R"), local = knitr::knit_global())
energia_primaria_capita_plot / energia_final_capita_plot
```
### **Intensidad energética**
```{r intensidad energética, fig.height=8, fig.width=12}
source(here("scripts", "intensidad energetica.R"), local = knitr::knit_global())
iep_plot / ief_plot
```
# Hidrocarburos {data-icon="fa-list" data-orientation="rows"}
## Row {.tabset .tabset-fade data-height="1000"}
### **Entregas por producto y grupo**
```{r entregas producto grupo, fig.height=8, fig.width=12}
source(here("scripts", "entregas grupo plot.R"), local = knitr::knit_global())
entregas_grupo_plot
```
# Electricidad {data-icon="fa-list" data-orientation="rows"}
## Row {.tabset .tabset-fade data-height="1000"}
### **Demanda total**
```{r demanda canarias, fig.height=8, fig.width=12}
source(here("scripts", "demanda electr canarias plot.R"), local = knitr::knit_global())
demanda_mes_canarias_plot
```
### **Demanda año-mes**
```{r tabla demanda canarias, fig.height=8, fig.width=12}
source(here("scripts", "demanda electr canarias tabla plot.R"), local = knitr::knit_global())
tabla_demanda_mes_anho
```
### **Demanda anual**
```{r demanda anual electricidad, fig.height=8, fig.width=12}
source(here("scripts", "evolucion anual demanda plot.R"), local = knitr::knit_global())
evolucion_demanda_anual_islas_plot
```
### **Demanda mensual**
```{r demanda mes electricidad, fig.height=8, fig.width=12}
source(here("scripts", "evolucion mes demanda plot.R"), local = knitr::knit_global())
demanda_mes_islas_plot
```
### **Cobertura demanda**
```{r cobertura demanda, fig.height=12, fig.width=21}
source(here("scripts", "cobertura demanda plot.R"), local = knitr::knit_global())
source(here("scripts", "generacion eerr no eerr plot.R"), local = knitr::knit_global())
gen_eerr_noeerr_plot + cobertura_plot
```
### **Potencia y puntas**
```{r potencia y puntas, fig.height=8, fig.width=12}
source(here("scripts", "puntas demanda plot.R"), local = knitr::knit_global())
source(here("scripts", "potencia por tipo plot.R"), local = knitr::knit_global())
potencia_neta_tipo / puntas_demanda_plot
```
### **Potencia y generación**
```{r pot y gen canarias, fig.height=8, fig.width=12}
source(here("scripts", "potencia y generacion canarias plot.R"), local = knitr::knit_global())
potencia_canarias_plot / generacion_canarias_plot + plot_annotation(caption = "Fuente: REE")
```
### **Red de AT**
```{r subestaciones y líneas, fig.height=8, fig.width=12}
source(here("scripts", "subestaciones plot.R"), local = knitr::knit_global())
source(here("scripts", "lineas plot.R"), local = knitr::knit_global())
subestaciones_plot + lineas_plot
```
### **Calidad - TIEPI**
```{r tiepi, fig.height=8, fig.width=12}
source(here("scripts", "tiepi plot.R"), local = knitr::knit_global())
tiepi_plot_1 / tiepi_plot_2
```
### **Calidad - TIM**
```{r tim, fig.height=8, fig.width=12}
source(here("scripts", "tim plot.R"), local = knitr::knit_global())
tim_plot
```
# Renovables {data-icon="fa-list" data-orientation="rows"}
## Row {.tabset .tabset-fade data-height="1000"}
### **% inyección de EERR por isla**
```{r pcte eerr, fig.height=8, fig.width=12}
source(here("scripts", "pcte eerr islas plot.R"), local = knitr::knit_global())
pcte_EERR_plot
```
### **Evolución anual de EERR**
```{r potencia anual eerr, fig.height=8, fig.width=12}
source(here("scripts", "potencia anual eerr plot.R"), local = knitr::knit_global())
potencia_anual_eerr_plot
```
### **Producción de EERR (2022)**
```{r produccion eerr, fig.height=8, fig.width=12}
source(here("scripts", "prod eerr plot.R"), local = knitr::knit_global())
prod_eerr_plot
```
### **Producción de EERR, % (2022)**
```{r produccion eerr pcte, fig.height=8, fig.width=12}
source(here("scripts", "prod eerr pcte plot.R"), local = knitr::knit_global())
prod_eerr_pcte_plot
```
# Precios {data-icon="fa-list" data-orientation="rows"}
## Row {.tabset .tabset-fade data-height="1000"}
### **Precio medio anual petróleo**
```{r precio petróleo año, fig.height=8, fig.width=12}
source(here("scripts", "precio anual petroleo.R"), local = knitr::knit_global())
precio_anual_petroleo_plot
```
### **Precio medio mensual petróleo**
```{r precio petróleo mes, fig.height=8, fig.width=12}
source(here("scripts", "precio mes petroleo.R"), local = knitr::knit_global())
precio_petr_mes_plot
```
### **Precio máx. GLP**
```{r precio max glp, fig.height=8, fig.width=12}
source(here("scripts", "precio glp.R"), local = knitr::knit_global())
precio_max_glp
```
# Fuentes {data-icon="fa-list" data-orientation="rows"}
## Row
### **Fuentes estadísticas**
**ENERGÉTICAS**
- [Agencia Internacional de la Energía
(IEA)](https://www.iea.org/data-and-statistics?country=WORLD&fuel=Energy%20supply&indicator=TPESbySource)
- [EUROSTAT](https://ec.europa.eu/eurostat/web/energy)
- [Ministerio de Transición Ecológica y Reto
Demográfico](https://energia.gob.es/es-es/Paginas/estadisticas-informes.aspx)
- [Estadísticas Red Eléctrica de
España](https://www.ree.es/es/datos/aldia)
- [Estadísticas e-SIOS (Sistemas no
peninsulares)](https://www.esios.ree.es/es/generacion-y-consumo/sistemas-no-peninsulares)
- [Estadísticas de productos petrolíferos
(CNMC)](https://www.cnmc.es/estadistica/estadistica-de-productos-petroliferos-cnmc)
- [Estadísticas CORE](https://www.cores.es/es/estadisticas)
- [Estadísticas ISTAC
(Energía)](http://www.gobiernodecanarias.org/istac/estadisticas/sectorsecundario/industria/energia/)
- [Estadísticas Gorona del Viento El Hierro,
S.A.](http://www.goronadelviento.es/transparencia/informacion-estadistica/)
**GASES DE EFECTO INVERNADERO**
- [Inventario Nacional de Gases de Efecto Invernadero
(GEI)](https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/sistema-espanol-de-inventario-sei-/Inventario-GEI.aspx)
- [EUROSTAT Green House Gas (GHG)
emissions](https://ec.europa.eu/eurostat/databrowser/view/sdg_13_10/default/table?lang=en)
**GENERALES**
- [ISTAC](https://www3.gobiernodecanarias.org/istac/indicators-visualizations/indicatorsSystems/C00075A.html)
- [INE](https://www.ine.es/)