Skip to main content

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.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyhazard-1.0.1.tar.gz (468.5 kB view hashes)

Uploaded Source

Built Distribution

pyhazard-1.0.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page