Spatiotemporal analysis of vegetation dynamics in the Barcelona Metropolitan Area using Landsat data from 1985-2025.
TFG/
├── data/
│ ├── raw/ # Landsat annual composites
│ ├── processed/ # Processed NDVI and multidimensional raster data
│ └── boundaries/ # AMB and municipal boundaries
├── config/ # Configuration files
├── scripts/
│ ├── analysis/ # Change point detection, segmentation
│ ├── processing/ # Data preparation and normalization
│ └── visualization/ # 3D and dashboard visualizations
├── outputs/ # Analysis results, maps, dashboards
└── logs/ # Log files and summary statistics
Create and activate the conda environment:
conda env create -f environment.yml
conda activate tfg
The Google Earth Engine script for data acquisition is located in scripts/processing/landsat_data_acquisition.js
:
data/raw/
data/raw/
data/boundaries/
config/config.yaml
scripts/
Bachelor’s thesis project on vegetation change detection using space-time cube methodology.