HansKallekleiv / webviz-4d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webviz-4d

Introduction

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

Installation

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]

Linting

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

Usage and documentation

For general usage, see the documentation on webviz-config.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%