Skip to content

frode-aarstad/webviz-ert

 
 

Repository files navigation

Build Status Code style: black License: AGPL v3

Web based visualization for ERT

What is Webviz-ert

Webviz-ert is a visualization tool for ERT based on dash and webviz-config.

Download project

The code is hosted on GitHub: https://github.com/equinor/webviz-ert

# From the downloaded project's root folder - to install
pip install .

Running tests

# From the downloaded project's root folder - to run tests
pip install -r test_requirements.txt
cd tests
pip -m pytest

Run Webviz-ert

Webviz-ert connects automatically to a storage server running in ERT. Here are a few steps to get an example version of webviz-ert running.

# Run simulations in ert - <ert-root-folder>/test-data/local/poly_example/
ert ensemble_smoother --target-case smoother poly.ert

# After simulation has finished, start webviz-ert from the same location with
ert vis

About

ERT webviz plugins

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.9%
  • Jinja 7.0%
  • Other 1.1%