plot3D ( xyz_cols = ( 'x', 'y', 'z' ), dims = ( 5, 5, 5 ), # block dimensions (5m * 5m * 5m) col = 'tonnage', # block attribute to colour by )Īuto-generated documentation is hosted at Read The Docs The following example illustrates the visualisation capabilities of MiningPy: import pandas as pd import miningpy blockModelData = blockModel = pd.
MAPTEK VULCAN RUNNING ON WINDOWS 10 INSTALL
MiningPy can be installed using the Pip package manager: pip install miningpy To install from Anaconda Cloud (after adding the conda-forge channel): conda install -c miningpy miningpy To install from conda-forge (after adding the conda-forge channel): conda install miningpy So that all dependencies are installed correctly: conda config -add channels conda-forge To install using conda, you need to add the conda-forge channel MiningPy can be installed using the Conda package manager. MiningPy aims to provide a simple API to mining engineers that extends existing data science tools like Pandas, without having to re-invent the wheel every time they need to interface with commercial mine planning software or manipulate mining data. However, none of these packages directly provide any tools to handle mining engineering specific problems. There are numerous geological packages that have been written in Python, such as GemPy, PyGSLIB, and GeostatsPy. Exporting block models in Paraview compatible format.Previewing designs (.dxf) directly in Python.Previewing block models directly in Python for fast reviewing of work.Interfacing with commercial mine planning packages, such as:.Haulage modelling & encoding to the block model.Validating the block model (missing internal blocks, checking the model is regular, etc.).Calculating the model framework (origin, dimensions, rotation, extents, etc.).Reblocking (geometric & attribute based).This package includes tools to help with:
MAPTEK VULCAN RUNNING ON WINDOWS 10 FULL
MiningPy is intended to help mining engineers harness the full power of the Python ecosystem to solve routine mine planning problems.