moja-global / GCBM.Belize

GCBM implementation in Belize, initially with a focus on DOM modelling
Mozilla Public License 2.0
6 stars 13 forks source link

Standard visualisation for GCBM experiments #2

Open aornugent opened 2 years ago

aornugent commented 2 years ago

Is your feature request related to a problem? Please describe.

@juliancabezas has started publishing some initial GCBM results, starting with a default (aka baseline) run. Sharing these results visually would improve accessibility and interest in this project.

https://github.com/moja-global/GCBM.Belize/releases/tag/v0_1_0

Describe the solution you'd like

We would like to develop some simple plots to draw for all experiments published to this repo. An example would be the carbon flux of primary forest carbon pools and soils over time.

Describe alternatives you've considered

An existing GCBM visualisation framework called Taswira has been developed by @abhineet97. This could be reproduced or modified for our purpose. @abhineet97 may be able to provide some advice.

https://github.com/moja-global/GCBM.Visualisation_Tool

There is also the FLINT Reporting tool, which presents IPCC-style inventory summaries, however I am not sure how much work this is to configure for the GCBM. @Tonnix - can you provide a suggestion of how complex this work might be? We have several stakeholders familiar with IPCC reporting who could answer questions about how to categorise the relevant carbon pools.

https://github.com/moja-global/FLINT.Reporting

Additional context

Here's an example from Taswira showing change in aboveground biomass over time: image

abhineet97 commented 2 years ago

I went through the dataset, and it looks to be in a format that Taswira can understand. If you haven't already ran Taswira on the dataset, I highly encourage you to give it a try. The Docker method is the most straightforward to set up.

Let me know if you encounter any issues.