diff --git a/docs/background.md b/docs/background.md index 99640ae..eff052c 100644 --- a/docs/background.md +++ b/docs/background.md @@ -4,15 +4,16 @@ 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. + ## 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**. -![GrIML summary workflow](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_workflow_without_gee.png?raw=true) +The GrIML workflow. 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. ## Project motivation diff --git a/docs/tutorials-data.md b/docs/tutorials-data.md index 5531bbf..b95dccc 100644 --- a/docs/tutorials-data.md +++ b/docs/tutorials-data.md @@ -84,7 +84,7 @@ iml = gpd.read_file("dataverse_files/20230101-ESA-GRIML-IML-fv1.shp") iml.plot(color="red") ``` -![Basic plot example](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/docs/figures/iml_basic_plot.png) +Basic plot example ```{important} Make sure that the file path is correct in order to load the dataset correctly @@ -98,7 +98,8 @@ iml_d["centroid"] = iml_d.geometry.centroid iml_d["centroid"].plot(markersize=0.5) ``` -![Point plot example](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/docs/figures/iml_pt_plot.png) +Point plot example + ## Generating statistics @@ -235,6 +236,5 @@ ax.set_ylabel('Lake abundance', fontsize=14) # Show plot plt.show() ``` -https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/docs/figures/iml_time_series_plot.png?raw=true -![Time-series plot example](https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/docs/figures/iml_time_series_plot.png) +Time-seriesplot example