https://github.com/equinor/webviz-ert
ERT webviz plugins
https://github.com/equinor/webviz-ert
dash ert fmu hacktoberfest plotly webviz
Last synced: 5 months ago
JSON representation
ERT webviz plugins
- Host: GitHub
- URL: https://github.com/equinor/webviz-ert
- Owner: equinor
- License: gpl-3.0
- Created: 2020-04-27T05:47:29.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:46:25.000Z (over 1 year ago)
- Last Synced: 2024-10-29T09:57:59.757Z (over 1 year ago)
- Topics: dash, ert, fmu, hacktoberfest, plotly, webviz
- Language: Python
- Homepage:
- Size: 545 KB
- Stars: 13
- Watchers: 14
- Forks: 25
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://badge.fury.io/py/webviz-ert)
[](https://github.com/equinor/webviz-ert/actions?query=workflow%3APython)
[](https://github.com/psf/black)
[](https://pypi.org/project/webviz-ert/)
# Web based visualization for ERT
## What is Webviz-ert
Webviz-ert is a visualization tool for ERT based on [dash](https://github.com/plotly/dash)
and [webviz-config](https://github.com/equinor/webviz-config).
## Download project
The code is hosted on GitHub:
https://github.com/equinor/webviz-ert
```sh
# From the downloaded project's root folder - to install
pip install .
```
## Running tests
Make sure that you have a browser and driver available for running the tests,
e.g. chrome / chromium and the chrome driver, which should be installed /
downloaded as binaries and made available in the path.
```sh
# From the downloaded project's root folder - to run tests
pip install -r test_requirements.txt
cd tests
pytest
```
## Run Webviz-ert
Webviz-ert connects automatically to a storage server running in [ERT](https://github.com/equinor/ert).
Here are a few steps to get an example version of webviz-ert running.
```sh
# Run simulations in ert - /test-data/ert/poly_example/
ert ensemble_smoother --target-ensemble smoother_%d poly.ert
# After simulation has finished, start webviz-ert from the same location with
ert vis
# Alternatively, you might have to supply the config file if you're using the
# classic ert storage solution:
ert vis poly.ert
```
## Example
#### Start up

#### Plot viewer

#### Observation Analyzer

#### Parameter comparison

#### Response correlation
