From c874ffc2f00497e0d17bdd6a62cbf72b31c49edf Mon Sep 17 00:00:00 2001 From: PennyHow Date: Fri, 8 Nov 2024 23:37:15 -0200 Subject: [PATCH] typo fix --- docs/background.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/background.md b/docs/background.md index 6d76cf0..99640ae 100644 --- a/docs/background.md +++ b/docs/background.md @@ -8,11 +8,11 @@ The **GrIML** processing package is for classifying water bodies from satellite 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**. -[!GrIML summary workflow](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_workflow_without_gee.png?raw=true) +![GrIML summary workflow](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_workflow_without_gee.png?raw=true) 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. -[!GrIML package structure](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_package_structure.png?raw=true) +![GrIML package structure](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_package_structure.png?raw=true) ## Project motivation