This repository contains a webviz-subsurface plugin decicated for visualization of 4D attribute maps, which can be used together with other plugins in webviz-config.
Made using webviz-container-boilerplate
The easiest way of installing this local package is to run
pip install .
If you want to install test and linting dependencies, you can in addition run
pip install .[tests]
You can do automatic linting of your code changes by running
black --check webviz_4d # Check code style
pylint webviz_4d # Check code quality
bandit -r webviz_4d # Check Python security best practice
For general usage, see the documentation on webviz-config.