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.
Release files for pyhazard 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyhazard-1.0.1.tar.gz | 468.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyhazard-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 473.1 kB
Release files / pyhazard-1.0.1.tar.gz
| Download URL | pyhazard-1.0.1.tar.gz |
|---|---|
| Size | 468.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7446d0703bd4ffc082a1d3bffa2e27639455364f73a6d127cd737b1d07a016d
|
|
BLAKE2b-256 checksum How to use checksums |
a987260b9b4d6fdc009055945c88dc35b4661eeb9d53cf355aac57e2f8a2493a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|
Release files / pyhazard-1.0.1-py3-none-any.whl
| Download URL | pyhazard-1.0.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e92ddbc936db0014edac0668f0ddfa24b6b23fd2979a049c44daac2f974d0e0d
|
|
BLAKE2b-256 checksum How to use checksums |
f076b95534c5412603289be1bc509f86ddb91ef46b356b6d894630adc6ae49fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.13
|