erdc / AdhUI

Visualization for AdH models
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

AdhUI - Visualization of AdH Simulation Data

All Linux Windows Mac
Build Status Build Status Build Status Build Status

The AdhUI package holds all the visualization tools for the AdhModel object (https://github.com/erdc/AdhModel). This package primarily utilizes the PyViz visualization stack which relies heavily on Panel, Holoviews, Geoviews, and Bokeh.

In this package, users will find the individual building blocks for a UI as well as fully constructed dashboards from those building blocks.

Installation

To install this packaged from conda:
conda install -c erdc -c erdc/label/dev -c pyviz/label/dev -c conda-forge -c aquaveo adhui

Developer Notes

To install the repository from source:
conda env create -f environment.yml -n adhui
conda activate adhmodel
jupyter labextension install @pyviz/jupyterlab_pyviz

To opt out of a Azure Pipelines CI build, add [skip ci] or [ci skip] to the commit message.