Personal repository of MorphEO project.
- Fagradalsfjall DEMs, ortho, and lava outlines -> DEMs, 5 aerial surveys (Aug 2022), 1 satellite survey (Aug 2022), 1 aerial survey of eruption sites (Sep 2022), and lava area outlines for the August 2022 eruption at Fagradalsfjall
- Fagradalsfjall DEMs, ortho, GCPs, video, time-lapse -> DEMs and UAV orthophotos, Ground control point locations, UAS nadir video of lava flow, Time-lapse image sequences of the eruption
- ÍslandsDEM útgáfa 1.0 -> Iceland DEM
- ArcticDEM -> DEM covering the Arctic, including Iceland
- Fagradalsfjall eruption photogrammetry -> 3D models of the eruption
- Fagradalsfjall UAV 2021 -> UAV orthomosaics and DEMs (2021)
- VERITAS UAV surveys -> Survey locations include the 2021 Fagradalsfjall lava flow-field
- Fagradalsfjall UAV 2024 -> UAV orthomosaic, DEMs, pointcloud, and original UAV images (2024)
- Jökulsárlón lake outlines over time -> Glacier web portal visualizes lake outlines (1890-2025)
- HMA glacial lake inventory -> High Mountain Asia Near-Global Multi-Decadal Glacial Lake Inventory, V1 (1990-2018)
- ÍslandsDEM útgáfa 1.0 -> Iceland DEM
- ArcticDEM -> DEM covering the Arctic, including Iceland
- Historical aerial archive -> Historical aerial survey archive. Includes images of the lake from 1980-1994
- Detect glacial lake outlines from Sentinel-1 and Sentinel-2 data (2016-2025) using OBIA
- Detect glacial lake outlines from Landsat data (1985-2015) using OBIA
- Build a vector data cube using the glacial lake outlines
The contents of the scripts folder including scripts and environment.
1_OBIA_lakes_S1S2.ipynb: Glacial Lake Mapping with Sentinel-1 and Sentinel-2 (2016–2025)
Script to create lake outlines of the Jökulsárlón glacial lake (2016-2025) based on the method by Dabiri et al 2021. The script uses Sentinel-1 and Sentinel-2.
2_OBIA_lakes_LS.ipynb: Glacial Lake Mapping with Landsat via Google Earth Engine (1985–2015)
Script to create lake outlines of the Jökulsárlón glacial lake (1985-2015) based on the method by Dabiri et al 2021. The script uses Landsat 5-8 and ArcticDEM V4.
3_glacial_lakes_VDC_comparisons.ipynb: Glacial Lake Vector Data Cube Construction, Feature Grouping and Summary Geometries
Notebook to create a vector data cube with the glacial lake outlines obtained with OBIA.
Loading the created VDC and using it for querying and zonal statistics.
MorphEO_WP1.3.ipynb: Trial Script
not important A script from the beginning of the project.
VDC_py.ipynb: Vector data cube for evolving features
Python translation of the original computational notebook created by Lorena Abad.
xvec_intro.ipynb: Getting to know xvec package
zonal_st.ipynb: Computing zonal statistics on xvec
Preliminary data required for the scripts, and the glacial lake outlines (large files such as TIFs are not loaded here)
conda env create -f env.yamlconda activate glacial_lakespython -m ipykernel install --user --name glacial_lakes --display-name "glacial_lakes"Copy the template and set your local project root:
cp config_template.py config.pyThen open config.py and set ROOT_DIR to your local project path.
Important: Manually review the lake outlines produced by notebooks 1 and 2 before running notebook 3.