Skip to main content

Petrology tools

Project description

Lydwhitt_tools

A collection of functions and tools I have developed and find useful during my volcanology PhD.

Whilst I have a lot of tools and functions on my computer that I use regularly, I haven't yet put them all in a place to help others. There are a lot of very simple tasks that waste time, which I've created tools to complete, and I will be adding them to this repository over time.

I started collating this in August 2025 — so bear with me whilst I get it going!


Install

pip install lydwhitt-tools


Quickstart

Here’s the simplest way to run the geochemical filter tool: import pandas as pd import lydwhitt_tools as lwt Load your geochemical dataset df = pd.read_csv("my_data.csv") Apply the filter (defaults: total_perc=96, percentiles=(98, 98)) filtered_df = lwt.geochemical_filter(df, phase="Cpx") print(filtered_df.head())


Detailed Usage

The geochemical_filter function filters geochemical datasets using the Mahalanobis distance method in two passes.

Function signature: lwt.geochemical_filter(df, phase, total_perc=None, percentiles=None)

Parameters:

  • phase (str) – e.g., "Cpx", "Plg", "Liq". Must match the suffix used after oxide wt% values in your dataset.
  • total_perc (float, optional) – Minimum total oxide percentage allowed. Defaults to 96.
  • percentiles (int, float, or tuple, optional) – Percentile cutoffs for Pass 1 and Pass 2.
    • Single value applies to both passes (e.g., percentiles=98).
    • Tuple gives different cutoffs for each pass (e.g., percentiles=(95, 99)).

Example: Use different percentiles for each pass filtered_df = lwt.geochemical_filter(df, phase="Plg", total_perc=97, percentiles=(95, 99))


Output

The function returns the filtered DataFrame, including flags for each pass:

  • Mahalanobis – Mahalanobis distance for each row in the given pass.
  • P1_Outlier – Boolean flag indicating if the row was an outlier in Pass 1.
  • P2_Outlier – Boolean flag indicating if the row was an outlier in Pass 2.

Features Coming Soon

This repository will grow to include: -formula recalculations for different phases -simple plotting frameworks -data re-oragnisation tools for popular gothermobarometry packages


License

This project is licensed under the MIT License.

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

lydwhitt_tools-0.1.9.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

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

lydwhitt_tools-0.1.9-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file lydwhitt_tools-0.1.9.tar.gz.

File metadata

  • Download URL: lydwhitt_tools-0.1.9.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lydwhitt_tools-0.1.9.tar.gz
Algorithm Hash digest
SHA256 50c5c3827a3416bda9ad062db623dc6a3d746269f7779535c1181a1677311bb1
MD5 4014fc53883bbcaefbdf10405ec46a81
BLAKE2b-256 152162083de16a5f8bb9d99beae2a58e15022e0f100e4af0b6bc428ecb8a307c

See more details on using hashes here.

Provenance

The following attestation bundles were made for lydwhitt_tools-0.1.9.tar.gz:

Publisher: publish.yml on lydwhitt7/Lydwhitt_tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lydwhitt_tools-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: lydwhitt_tools-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for lydwhitt_tools-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 eec0bc52bbc6fe9d2c89a1b43b36aee14b9746c7b5a48d3bf1fb385ab645da24
MD5 a0ecd40ef57cf526a7e54b3b658de7ef
BLAKE2b-256 9e2218027157e7e9d2b64262e35aa80a6ff293bc104d88e5393473eaa95ede24

See more details on using hashes here.

Provenance

The following attestation bundles were made for lydwhitt_tools-0.1.9-py3-none-any.whl:

Publisher: publish.yml on lydwhitt7/Lydwhitt_tools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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