forked from gem/oq-hazardlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
46 lines (39 loc) · 1.79 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=====
nhlib
=====
nhlib (a New Hazard Library) is open-source software for performing
seismic hazard analysis.
What is nhlib?
--------------
nhlib includes modules for modeling seismic sources (point, area and fault),
earthquake ruptures, temporal (e.g. Poissonian) and magnitude occurrence
models (e.g. Gutenberg-Richter), magnitude/area scaling relationships,
ground motion and intensity prediction equations (i.e. GMPEs and IPEs).
Eventually it will offer a number of calculators for hazard curves,
stochastic event sets, ground motion fields and disaggregation histograms.
nhlib aims at becoming an open and comprehensive tool for seismic hazard
analysis. The GEM Foundation (http://www.globalquakemodel.org/) supports
the development of the library by adding the most recent methodologies
adopted by the seismological/seismic hazard communities. Comments,
suggestions and criticisms from the community are always very welcome.
Requirements
------------
nhlib depends on numpy and scipy for fast numerical calculations and on
shapely for geometric primitives routines.
Development and support
-----------------------
nhlib is being actively developed by GEM foundation as a part of OpenQuake
project (though it doesn’t mean nhlib depends on openquake). The OpenQuake
development infrastructure is used for developing nhlib: the public repository
is available on github: http://github.com/gem/nhlib. Bugs can be reported
on launchpad: https://bugs.launchpad.net/openquake/. Mailing list is available
as well: http://groups.google.com/group/openquake-dev. You can also ask for
support on IRC channel #openquake on freenode.
Installation
------------
To install type as usual::
python setup.py install
License
-------
nhlib is licensed under terms of GNU Affero General Public License 3.0, see
LICENSE for more details.