Graphical result viewer for model output from celeri kinematic earthquake cycle modeling software.
- Installation:
conda config --prepend channels conda-forge
conda env create
conda activate result_manager
pip install --no-use-pep517 -e .
- Obtain a Mapbox access token to enable tile-based rendering of topograph and bathymetry:
- Get a Mapbox access token at: https://docs.mapbox.com/help/getting-started/access-tokens/.
- Run this command
cp mapbox_token.py.template mapbox_token.py
. - Add your mapbox api key to 'mapbox_token.py' as string.
-
Activate conda environment:
conda activate result_manager
-
Start the application:
bokeh serve --show result_manager.py