USGS Earthquake Impact Utilities for Ruptures
Project description
esi-utils-rupture
Introduction
Utility package with some helper functions for representing ruptures and computing rupture distances used by USGS earthquake hazard products such as ShakeMap and gmprocess.
See tests directory for usage examples.
Installation
Isolating installations with virtual environments to prevent dependency conflicts is recommended. You can use the Python3 venv
module or conda
, which is shown below.
Create and activate the virtual environment, checking that the chosen Python version is compatible with package requirements
conda create --name rupture python=3.10
conda activate rupture
From PyPi
The easiest way to install the package is via PyPi. For users interested in a more hands on development environment, instructions for a source installation with optional additional dependencies for development and testing further down.
pip install esi-utils-rupture
From Source
First clone the repostory locally
git clone https://code.usgs.gov/ghsc/esi/esi-utils-rupture.git
cd esi-utils-rupture
Next, install the code with pip
pip install .
Note that this will install the minimum requirements to run the code.
There are additional optional packages that can be installed that support running the unit tests (test
), code development (dev
), and building wheels (build
).
To install these, you need to add the relevant option in brackets:
pip install .[test,dev,build]
For developers, it is also convenient to install the code in "editable" mode by adding the -e
option:
pip install -e .[test,dev,build]
Tests
If you are installing from soruce and included the optional test
dependencies in the install step, then you can run the unit tests in the root directory of the repository:
pytest .
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
File details
Details for the file esi-utils-rupture-1.0.3.tar.gz
.
File metadata
- Download URL: esi-utils-rupture-1.0.3.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 829c578e6ba60b06a379dab7b8fafea4dc95ffb9908fa544c0b92e27b0acf38e |
|
MD5 | 92db5a2e95070fa3d8474de1e808a444 |
|
BLAKE2b-256 | c4b2dd4f6441db0ca899b0cef21b6cc097c7a64d3d7b6248a0a36c9756e81c79 |
File details
Details for the file esi_utils_rupture-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: esi_utils_rupture-1.0.3-py3-none-any.whl
- Upload date:
- Size: 47.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f115c3680ff5d4ba1d60374d9f0802ccd3a2ef6f1fbf0ba11e82aebcb9cdf326 |
|
MD5 | 0a22284f56291b7faca74049f238cf60 |
|
BLAKE2b-256 | d3e9ba741e1be551cae1d50ce1b67375ab4b67cb2e7072f7aa9cfe97e09593a0 |