This folder contains all processed results and reports for a BGCFlow project. To serve an interactive report, using BGCFlow wrapper
:
- Install BGCFlow wrapper via pip
pip install bgcflow_wrapper
# make sure you are in the right directory (where this README file is located)
bgcflow serve --project <project name>
- It will start an mkdocs server in http://localhost:8001
- The project name should match the second line of
metadata/project_metadata.json
- See this link for
BGCFlow wrapper
installation guide