A package for solving geophysical inference and inverse problems
Project description
pygeoinf: A Python Library for Geophysical Inference
pygeoinf is a Python library for solving geophysical inference and inverse problems in a coordinate-free, abstract framework. It leverages the mathematics of Hilbert spaces to provide a robust and flexible foundation for Bayesian and optimisation-based inference.
Overview
The core philosophy of pygeoinf is to separate the abstract mathematical structure of an inverse problem from its concrete numerical implementation. Instead of manipulating NumPy arrays directly, you work with high-level objects like HilbertSpace, LinearOperator, and GaussianMeasure. This allows you to write code that is more readable, less error-prone, and closer to the underlying mathematics.
The library is built on a few key concepts:
HilbertSpace: The foundational class. It represents a vector space with an inner product, but it abstracts away the specific representation of vectors (e.g., NumPy arrays,pyshtoolsgrids).LinearOperator: Represents linear mappings between Hilbert spaces. These are the workhorses of the library, supporting composition, adjoints, and matrix representations.GaussianMeasure: Generalizes the multivariate normal distribution to abstract Hilbert spaces, providing a way to define priors and noise models.ForwardProblem: Encapsulates the mathematical modeld = A(u) + e, linking the unknown modeluto the observed datad.- Inversion Classes: High-level classes like
LinearBayesianInversionandLinearLeastSquaresInversionprovide ready-to-use algorithms for solving the inverse problem.
Key Features
- Abstract Coordinate-Free Formulation: Write elegant code that mirrors the mathematics of inverse problems.
- Bayesian Inference: Solve inverse problems in a probabilistic framework to obtain posterior distributions over models.
- Optimisation Methods: Includes Tikhonov-regularized least-squares and minimum-norm solutions.
- Extensive Solver Suite: Choose from direct factorisations or matrix-free iterative solvers (e.g., CG, MINRES, LSQR, BiCGStab, FCG) designed for abstract vectors.
- Coupled Systems: Effortlessly build block matrices and direct sum spaces using
HilbertSpaceDirectSumfor joint inversions. - Geometric Constraints: Constrain your inversions using affine subspaces, bounds, and convex sublevel sets.
- Probabilistic Modelling: Define priors and noise models using
GaussianMeasureobjects on abstract spaces. - Randomized Algorithms: Utilizes randomized SVD and Cholesky decompositions for efficient low-rank approximations of large operators.
- Specialized Operator Variants: Efficient implementations for
SparseMatrixLinearOperatorandDiagonalSparseMatrixLinearOperator - Application-Specific Spaces: Provides concrete
HilbertSpaceimplementations for functions on a line, circle, and the two-sphere. - High-Quality Visualisation: Built-in plotting methods for functions on symmetric spaces, now featuring multi-dimensional corner plots for joint posterior distributions.
Advanced Features
- Block Operators: Construct complex operators from smaller components using
BlockLinearOperator,ColumnLinearOperator, andRowLinearOperator. This is ideal for coupled inverse problems. - Parallelisation: Many expensive operations are parallelized with
joblib, including dense matrix construction and randomized algorithms.
Installation
The package can be installed directly using pip. By default, this will perform a minimal installation.
# Minimal installation
pip install pygeoinf
To include the functionality for functions on the sphere, you can install the sphere extra. This provides support for pyshtools and Cartopy.
# Installation with sphere-related features
pip install pygeoinf[sphere]
For development, you can clone the repository and install using Poetry:
git clone https://github.com/da380/pygeoinf.git
cd pygeoinf
poetry install
You can install all optional dependencies for development—including tools for running the test suite, building the documentation, and running the Jupyter tutorials—by using the --with flag and specifying the dev group.
# Install all development dependencies (for tests, docs, and tutorials)
poetry install --with dev
Documentation
The full documentation for the library, including the API reference and tutorials, is available at pygeoinf.readthedocs.io.
Tutorials
You can run the interactive tutorials directly in Google Colab to get started with the core concepts of the library.
Contributing
Contributions are welcome! If you would like to contribute, please feel free to fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the BSD-3-Clause License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygeoinf-1.7.9.tar.gz.
File metadata
- Download URL: pygeoinf-1.7.9.tar.gz
- Upload date:
- Size: 222.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4cdd10a1e5ed476940f7790a8d0fb571f7f6b3d6290273bcbd538bfc1a42ef1
|
|
| MD5 |
b7885695978da680486600b54e7a052f
|
|
| BLAKE2b-256 |
c29172537d1bfa78a9643dd9dcfc70114b343ea059b7eab4e5ad32ef53e50b53
|
File details
Details for the file pygeoinf-1.7.9-py3-none-any.whl.
File metadata
- Download URL: pygeoinf-1.7.9-py3-none-any.whl
- Upload date:
- Size: 252.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1325d285317703b5f6193e565b04c5162d7f82fb36440c6e2284a262d96b14a8
|
|
| MD5 |
3a3b42873fe3744261f98232a23a9786
|
|
| BLAKE2b-256 |
b65896557ade77f7a4b474099da9466b944dbc7b531f4bc0a3af1f619c8567bd
|