Proyecto final — Big Data · Grado en Matemáticas · UNIE Universidad
Urban Heat Islands in Spanish Cities Cuantification of the Urban Heat Island Effect (UHI) comparing records of urban-located metereological stations compared to nearby rural located ones. We’ll select urban-rural pairs for a couple of Spanish cities, compute the UHI intensity, analyze their daily and seasonal variability, and finally look for corelations with variables such as population, urbanized surface or height.
Full documentation at Ruben-2004.github.io/proyecto-meteorologia
git clone https://github.com/Ruben-2004/proyecto-meteorologia.git
cd proyecto-meteorologia
pip install uv
uv sync --group dev
Data is not included in the repository. To download:
Go to CORINE and choose the .gpkg file.
uv run pytest # run tests
uv run pytest --cov=src -v # tests with coverage
uv run ruff check . # lint
uv run ruff format . # format
uv run mkdocs serve # preview docs at localhost:8000
proyecto-meteorologia/
├── .github/workflows/ # CI/CD pipelines
├── data/ # Data files (not committed — see .gitignore)
├── docs/ # MkDocs documentation sources
├── notebooks/ # Exploratory notebooks
├── src/weather/ # Source package
├── tests/ # Unit and integration tests
├── mkdocs.yml
├── pyproject.toml
└── README.md
Ruben Torres · github.com/Ruben-2004
Álvaro Diez · github.com/alvarodiez20
Big Data · 4º Grado en Matemáticas · UNIE Universidad · 2025–2026