Python package for probabilistic seismic hazard analysis (PSHA)
Project description
HAZARD
HAZARD is a repository that contains information about the python package pyhazard, which seeks to facilitate the calculation of seismic hazard by facilitating different GMPEs.
- Autor: Benjamín Lyon
- Version: 1.0.1
- Fecha: 22 de febrero del 2023
Requisitos
Ejemplos
import numpy as np
from pyhazard.gmpes import I2014_REV
To = 0
M = [5, 6, 7, 8]
Rrup = 100*np.ones((4 ,1))
Rhyp = 110*np.ones((4 ,1))
Ztor = 15* np.ones((4, 1))
Zhyp = 25* np.ones((4, 1))
Vs30 = 200
lny, sigma, tau, phi = I2014_REV(To, M, Rrup, Rhyp, Ztor, Zhyp, Vs30)
Github
El paquete se puede encontrar con las últimas versiones en el repositorio HAZARD.
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 pyhazard-1.0.1.tar.gz.
File metadata
- Download URL: pyhazard-1.0.1.tar.gz
- Upload date:
- Size: 468.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7446d0703bd4ffc082a1d3bffa2e27639455364f73a6d127cd737b1d07a016d
|
|
| MD5 |
dc7acf8db292fa07a2ded36a1a470a12
|
|
| BLAKE2b-256 |
a987260b9b4d6fdc009055945c88dc35b4661eeb9d53cf355aac57e2f8a2493a
|
File details
Details for the file pyhazard-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pyhazard-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e92ddbc936db0014edac0668f0ddfa24b6b23fd2979a049c44daac2f974d0e0d
|
|
| MD5 |
9927125c3266afb34dad17b33c520d63
|
|
| BLAKE2b-256 |
f076b95534c5412603289be1bc509f86ddb91ef46b356b6d894630adc6ae49fe
|