Skip to content

Commit

Permalink
Bigger figures
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow committed Nov 9, 2024
1 parent b9af23b commit ac4e8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,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**.

<img src="https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_workflow_without_gee.png?raw=true" alt="The GrIML workflow." width="400" align="aligncenter" />
<img src="https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_workflow_without_gee.png?raw=true" alt="The GrIML workflow." width="800" align="aligncenter" />

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.

<img src="https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_package_structure.png?raw=true" alt="GrIML package structure." width="400" align="aligncenter" />
<img src="https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/other/reporting/figures/griml_package_structure.png?raw=true" alt="GrIML package structure." width="800" align="aligncenter" />


## Project motivation
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ ax.set_ylabel('Lake abundance', fontsize=14)
plt.show()
```

<img src="https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/docs/figures/iml_time_series_plot.png?raw=true" alt="Time-seriesplot example" width="400" align="aligncenter" />
<img src="https://github.com/GEUS-Glaciology-and-Climate/GrIML/blob/main/docs/figures/iml_time_series_plot.png?raw=true" alt="Time-seriesplot example" width="800" align="aligncenter" />

0 comments on commit ac4e8ff

Please sign in to comment.