A small package of useful geophysics utilities
Project description
Tectonic Utils
A simple library with utility functions for "everyday use" in active tectonics research. There are geodesy and seismology utility functions in Python, some originally from libraries in Matlab or other languages. There are read-write functions to access commonly used formats. Please explore and let me know if you'd like to contribute!
Functions in this library that I use regularly:
- Haversine formula
- Euler Pole rotations
- Geographic to XYZ Earth-centered coordinates
- InSAR look vectors (Fialko et al., 2001)
- Fault vector operations (Aki and Richards, 1980)
- Moment magnitude conversions (Hanks and Kanamori, 1979)
- Earthquake magnitude scaling (Wells and Coppersmith, 1994)
- Reading GMT multi-segment files into Python
Dependencies
- Python 3
- numpy
- scipy
- netCDF4 (pip install netCDF4)
Installation
On Unix (other systems not tested yet), install from PyPI using:
pip install tectonic-utils
To test that it works, import a utility in Python. I use an import structure like:
$ python
>>> from tectonic_utils.geodesy import haversine
Documentation
The preliminary sphinx html docs can be found here: https://kmaterna.github.io/Tectonic_Utils/index.html
Additional Thoughts
I wrote this library for my own research because (in theory) putting all my Python utility functions into one unit-tested repository reduces bugs, increases code reproducibility, and allows for faster experimentation. The library is open source and available on Pip in case it would help others too.
Disclaimer: Completely bug-free code can never be guaranteed. As things come up, I occasionally fix and update the package on Pip/PyPI.
If you're using this package and you'd like to contribute or you find bugs, please let me know!
References
- Aki, K., and P. G. Richards (1980), Quantitative Seismology: Theory and Methods, W. H. Freeman, New York.
- Fialko, Y., Simons, M., & Agnew, D. (2001). The complete (3-D) surface displacement field in the epicentral area of the 1999 Mw7.1 Hector Mine earthquake, California, from space geodetic observations. Geophysical Research Letters, 28(16), 3063–3066.
- Hanks, T., & Kanamori, H. (1979). A moment magnitude scale. Journal of Geophysical Research, 84(B5), 2348–2350.
- Wells, D. L., & Coppersmith, K. J. (1994). New Empirical Relationships among Magnitude, Rupture Length, Rupture Width, Rupture Area, and Surface Displacement. Bulletin of the Seismological Society of America, 84(4), 974–1002.
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 tectonic_utils-0.2.0.tar.gz.
File metadata
- Download URL: tectonic_utils-0.2.0.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.8 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee6b4b6fd4601ed6fdcd16c96f81f2a82e92e0162d11925bd2a290a88f75cce2
|
|
| MD5 |
773257203a02b3da99574d85316dfee1
|
|
| BLAKE2b-256 |
e55fc601c1a79fcc12bf661702984701ed5d5a801bebeaf6926edd06f41f2293
|
File details
Details for the file tectonic_utils-0.2.0-py3-none-any.whl.
File metadata
- Download URL: tectonic_utils-0.2.0-py3-none-any.whl
- Upload date:
- Size: 1.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.8 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5c0300fffee285c9739bbfa8bfa74451c264f0c427f22eb52a1ebb0aa7dbf3f
|
|
| MD5 |
bda0179da2d3555db55c7734874570a2
|
|
| BLAKE2b-256 |
d32188a6e6153a30c4c2fa86d4376297d5a0adf7da7e6a01f8f2da7be2a86238
|