diff --git a/docs/background.md b/docs/background.md index 0c6bad6..e0c4145 100644 --- a/docs/background.md +++ b/docs/background.md @@ -4,7 +4,18 @@ The **GrIML** processing package is for classifying water bodies from satellite **Project aim:** To examine ice marginal lake changes across Greenland using a multi-method and multi-sensor remote sensing approach, refined with in situ validation. -## Motivation +## Package structure + +The **GrIML** post-processing chain follows a linear workflow. Initial rasterised binary classifications denoting water bodies can be inputted to **convert**, **filter** and **merge** into a cohesive ice marginal lake vector dataset, populated with useful **metadata** and analysed with relevant **statistical information**. + + + +Each of these post-processing steps is contained within GrIML's modules, and called in turn to perform the entire processing chain. The `griml()` function invokes all post-processing steps. + + + + +## Project motivation @@ -21,7 +32,7 @@ In 2017, 3347 ice marginal lakes were identified in Greenland along the ice marg 3. The findings from this work will be validated against in situ observations - namely hydrological measurements and terrestrial time-lapse images - to evaluate whether the remote sensing workflow adequately captures ice marginal lake dynamics -## Methodology +### Methodology The GrIML workflow. @@ -32,12 +43,12 @@ Ice marginal lakes are detected using a remote sensing approach, based on offlin - Sink detection from ArcticDEM digital elevation models -## Reporting +### Reporting Bi-monthly reports of GrIML's progress are available [here](https://github.com/PennyHow/GrIML/tree/main/other/reporting). -## Project links +### Project links - ESA [project outline](https://eo4society.esa.int/projects/griml/) and [fellow information](https://eo4society.esa.int/lpf/penelope-how/) diff --git a/paper/paper.md b/paper/paper.md index bc3a4e2..a8b0dcb 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -44,11 +44,10 @@ There have been many different approaches to classifying ice marginal lakes with # Usage - -![The GrIML Python package structure \label{fig:workflow}](https://github.com/PennyHow/GrIML/blob/main/other/reporting/figures/griml_package_structure.png?raw=true) +![The GrIML Python package structure \label{fig:structure}](https://github.com/PennyHow/GrIML/blob/main/other/reporting/figures/griml_package_structure.png?raw=true) - Installation overview -- Basic structure, steps put into separate modules, flexible data loading +- Basic structure (\autoref{fig:structure}), steps put into separate modules, flexible data loading - Analysis functionality