Skip to main content

3D visualization for the Open Mining Format (omf)

Project description

PyPI https://codecov.io/gh/OpenGeoVis/omfvista/branch/master/graph/badge.svg GitHub

A PyVista (and VTK) interface for the Open Mining Format package (omf) providing Python 3D visualization and useable mesh data structures for processing datasets in the OMF specification.

Documentation is hosted at https://opengeovis.github.io/omfvista/

Check out the Example Notebook on NBViewer! Or launch the Notebook on MyBinder to run the code yourself!

Integrated Scene

Installation

Installation is simply:

pip install omfvista

All necessary dependencies will be installed alongside omfvista. Please note that this package heavily leverages the PyVista package.

Questions & Support

For general questions about the project, its applications, or about software usage, please create an issue in the pyvista/pyvista-support repository where the PyVista community can collectively address your questions. You are also welcome to join us on join @OpenGeoVis on our Slack workspace under the #omfvista channel or send one of the developers an email. The project support team can be reached at info@opengeovis.org.

Example Use

https://mybinder.org/badge_logo.svg

Be sure to check out the Example Notebook that demos omfvista or our Example Gallery in the documentation! Here’s an example using the sample data hosted in the OMF repository.

import pyvista as pv
import omfvista

project = omfvista.load_project('test_file.omf')
project
Table Representation

Once the data is loaded as a pyvista.MultiBlock dataset from omfvista, then that object can be directly used for interactive 3D visualization from PyVista:

project.plot(multi_colors=True)

An interactive scene can be created and manipulated to create a compelling figure. First, grab the elements from the project:

# Grab a few elements of interest and plot em up!
vol = project['Block Model']
assay = project['wolfpass_WP_assay']
topo = project['Topography']
dacite = project['Dacite']

Then create a 3D scene with these spatial data and apply a filtering tool from PyVista to the volumetric data:

# Create a plotting window
p = pv.Plotter(notebook=False)
# Add our datasets
p.add_mesh(topo, cmap='gist_earth', opacity=0.5)
p.add_mesh(assay, color='blue', line_width=3)
p.add_mesh(dacite, color='yellow', opacity=0.6)
# Add the volumetric dataset with a thresholding tool
p.add_mesh_threshold(vol)
# Add the bounds axis
p.show_bounds()
# Redner the scene in a pop out window
p.show()
Interactive Rendering

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omfvista-0.2.5.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

omfvista-0.2.5-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file omfvista-0.2.5.tar.gz.

File metadata

  • Download URL: omfvista-0.2.5.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for omfvista-0.2.5.tar.gz
Algorithm Hash digest
SHA256 4cd83fe71d586312480c0a9c1dd4e978bb226301934b662630645f7fb3024d7e
MD5 4e95fcce370468e209614045699a4f29
BLAKE2b-256 f026a87820045edb5238ca9d23914f7bca7f0a29300fd44784ba9384257afd46

See more details on using hashes here.

File details

Details for the file omfvista-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: omfvista-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for omfvista-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 86c6ae29c1aa7c96472dfc5d29b05b07f69afb0921618606a15d77f180f9c177
MD5 feb2c63c6a44f3c6eac7f5bbcfee94f2
BLAKE2b-256 32ad1caf01c4581b793c4005fe7926be4c6cdd99d6b519d8c3ac45fe9bb5d921

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page