Add a new script and section to the RPYSOC_2025_Using_APIs_in_R project to include daily temperature data from the Spain Meteorological Agency - AEMET
To create a new set of ggplot2 data visualizations displaying MIN/MAX daily temperatures in Spain for the last 10 years using AEMET OpenDATA API for these cities: Valencia, Sevilla, Barcelona and Madrid, to display effect of extreme weather in Spain.
Using API provided by AEMET: State Meteorological Agency – AEMET – Spanish Government
https://opendata.aemet.es/centrodedescargas/inicio
I have started by creating my API Key that will allow me to download temperature data in R directly to my project directory
Add a new script and section to the RPYSOC_2025_Using_APIs_in_R project to include daily temperature data from the Spain Meteorological Agency - AEMET
To create a new set of ggplot2 data visualizations displaying MIN/MAX daily temperatures in Spain for the last 10 years using AEMET OpenDATA API for these cities: Valencia, Sevilla, Barcelona and Madrid, to display effect of extreme weather in Spain.
Using API provided by AEMET: State Meteorological Agency – AEMET – Spanish Government
https://opendata.aemet.es/centrodedescargas/inicio
I have started by creating my API Key that will allow me to download temperature data in R directly to my project directory