Skip to content

slangeveld/xtgeoviz

 
 

Repository files navigation

xtgeoviz

tests Python Version License: LGPL v3 Code style: black PyPI

Utility functions for plotting xtgeo objects.

Install

xtgeoviz is available from PyPI.

pip install xtgeoviz

Usage

import xtgeoviz.plot as xtgplot
import xtgeo

surf = xtgeo.surface_from_file("somemap.gri")
xtgplot.quickplot(surf)

Documentation

The documentation can be found at https://equinor.github.io/xtgeoviz.

Developing & Contributing

All contributions are welcome. Please see the Contributing document for more details and instructions for getting started.

License

This software is released under the LGPLv3 license.

About

Visualization of XTGeo data types (maps, grids, etc)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%