Skip to content

Conversation

@uc3mamelia
Copy link

No description provided.

@netlify
Copy link

netlify bot commented Dec 14, 2025

Deploy Preview for mucss-dataviz ready!

Name Link
🔨 Latest commit 73d84b1
🔍 Latest deploy log https://app.netlify.com/projects/mucss-dataviz/deploys/69418b2ed5fab10008d6bb62
😎 Deploy Preview https://deploy-preview-122--mucss-dataviz.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@uc3mamelia
Copy link
Author

There are issues with adding the external annotations. I've tried several methods and can't get it to work. The code will run in a R file, but not in the chunks of the .Rmd

@Enchufa2 Enchufa2 changed the title Initial Version of Project - Amelia Shuler Project - Amelia Shuler Dec 22, 2025
Copy link
Member

@Enchufa2 Enchufa2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left some comments.

Please ensure that you follow the project guidelines: https://csslab.uc3m.es/dataviz/tutorials/project/#project-guidelines. And let me know when you have 100% completion by marking the pull request as "ready for review".

Tracking the generation and storage of energy in Spain April 28th, 2025.
categories: "2025"
author: Amelia Shuler
date: 2025-12-11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"`r Sys.Date()`" instead, so that the date is updated for every compilation.

date: 2025-12-11
output:
distill::distill_article:
self_contained: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add missing toc: true

knitr::opts_chunk$set(out.width="100%", fig.align="center", fig.showtext=TRUE)
```

# Introduction
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Start at level 2

As mentioned before, Red Eléctrica [offers access](https://demanda.ree.es/visiona/peninsula/nacionalau/acumulada/2025-04-28) to their historical generation and storage data as convenient .csv files. While most of the data is contained in "Estructura de generación", "Estructura de almacenamiento" provided turbinación bombeo, consumo bombeo, entrega de baterías, and carga de baterías. "Seguimiento de la demanda de energía eléctria" provided the data for the "real demand" line.

```{r data sets}
generacion <- read.csv(file = "100575891_files/data/Custom-Report-2025-04-28-Estructura de generación (MW).csv")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to move the data folder outside the 100575891_files folder, which is autogenerated in the compilation process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants