Skip to main content

Tools for the geometallurgist

Project description

Geometallurgy

PyPI Run Tests Publish Docs

Geometallurgy is a python package that allows geoscientists and metallurgists to easily work with, and visualise mass-compositional data.

Geoscientific disciples, like Metallurgy, Geometallurgy, Geology, and Mining Engineering, rely on the analysis of data based on mass, moisture and chemistry. The data is collected from drill-holes, samples, and process streams. The data is used to model the behaviour of the material in the ground, and the material as it is processed.

The Geometallurgy package supports the geometallurgical workflow from drill-hole planning and data analysis, sample fractionation and mass balanced process simulation, through to 3D block model visualisation. The is designed to handle large datasets and provide the necessary visualisations to support the workflow. Plots are generally interactive to maximise context and insight. Assurance of data integrity is a key objective.

The package not only supports individual Samples, but collections of objects that are mathematically related in a Directional Graph (a.k.a. network or flowsheet).

This package is a rewrite of the mass-composition package (based on pandas only instead of pandas/xarray).

example plot

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of the mass-composition python package.
  • You have a Windows/Linux/Mac machine.
  • You have read the docs.

Installing Geometallurgy

To install Geometallurgy, follow these steps:

pip install geometallurgy

Or, if poetry is more your flavour.

poetry add "geometallurgy"

Using Geometallurgy

To use GeoMetallurgy to create a Sample object, follow these steps:

There are some basic requirements that the incoming DataFrame must meet. We'll use a sample DataFrame here.

df_data = sample_data()

Create the object

sample = Sample(df_data)

It is then trivial to calculate the weight average aggregate of the dataset.

sample.aggregate()

Multiple composition analytes can be viewed in a single interactive parallel coordinates plot.

sample = Sample(df_data.reset_index().set_index(['DHID', 'interval_from', 'interval_to']),
                name=name)

fig = sample.plot_parallel(color='Fe')
fig

Network visualisations and other plots are interactive.

For full examples, see the gallery.

License

This project uses the following license: MIT.

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

geometallurgy-0.4.19.tar.gz (70.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geometallurgy-0.4.19-py3-none-any.whl (84.8 kB view details)

Uploaded Python 3

File details

Details for the file geometallurgy-0.4.19.tar.gz.

File metadata

  • Download URL: geometallurgy-0.4.19.tar.gz
  • Upload date:
  • Size: 70.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for geometallurgy-0.4.19.tar.gz
Algorithm Hash digest
SHA256 48085bfa4de8e499a43cacdd66751abf799a54c8528c90ca51bbac3f125f99ee
MD5 3fca971044034b78233a4c56fc82b209
BLAKE2b-256 863a5ee82f4b5364fec1acd8d38332e879b55459842cf7728141ca78b96cdbcf

See more details on using hashes here.

File details

Details for the file geometallurgy-0.4.19-py3-none-any.whl.

File metadata

  • Download URL: geometallurgy-0.4.19-py3-none-any.whl
  • Upload date:
  • Size: 84.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for geometallurgy-0.4.19-py3-none-any.whl
Algorithm Hash digest
SHA256 6437bf453cec28f0df3b84c03d4584664b3afe8a42bb820bd3e378cf42788f6f
MD5 a8bc573ee3da5abf249a0d03b52646ac
BLAKE2b-256 cf63d113b16756de338ad6c6b7edc07130a9086ed35e0440c14136f7915505ef

See more details on using hashes here.

Supported by

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