-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c584bb
commit ca69bd3
Showing
3 changed files
with
4 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: tabstop=4 shiftwidth=4 softtabstop=4 | ||
|
||
# | ||
# LICENSE | ||
# | ||
# Copyright (C) 2010-2023 GEM Foundation, G. Weatherill, M. Pagani, | ||
# D. Monelli. | ||
# | ||
# The Hazard Modeller's Toolkit is free software: you can redistribute | ||
# it and/or modify it under the terms of the GNU Affero General Public | ||
# License as published by the Free Software Foundation, either version | ||
# 3 of the License, or (at your option) any later version. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with OpenQuake. If not, see <http://www.gnu.org/licenses/> | ||
# | ||
# DISCLAIMER | ||
# | ||
# The software Hazard Modeller's Toolkit (openquake.hmtk) provided herein | ||
# is released as a prototype implementation on behalf of | ||
# scientists and engineers working within the GEM Foundation (Global | ||
# Earthquake Model). | ||
# | ||
# It is distributed for the purpose of open collaboration and in the | ||
# hope that it will be useful to the scientific, engineering, disaster | ||
# risk and software design communities. | ||
# | ||
# The software is NOT distributed as part of GEM’s OpenQuake suite | ||
# (https://www.globalquakemodel.org/tools-products) and must be considered as a | ||
# separate entity. The software provided herein is designed and implemented | ||
# by scientific staff. It is not developed to the design standards, nor | ||
# subject to same level of critical review by professional software | ||
# developers, as GEM’s OpenQuake software suite. | ||
# | ||
# Feedback and contribution to the software is welcome, and can be | ||
# directed to the hazard scientific staff of the GEM Model Facility | ||
# ([email protected]). | ||
# | ||
# The Hazard Modeller's Toolkit (openquake.hmtk) is therefore distributed | ||
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
# for more details. | ||
# | ||
# The GEM Foundation, and the authors of the software, assume no | ||
# liability for use of the software. | ||
# Hazard Modeller's Toolkit (openquake.hmtk) https://www.globalquakemodel.org | ||
|
||
import numpy as np | ||
import pandas as pd | ||
|
46 changes: 2 additions & 44 deletions
46
seismostats/analysis/declustering/distance_time_windows.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: tabstop=4 shiftwidth=4 softtabstop=4 | ||
|
||
# | ||
# LICENSE | ||
# | ||
# Copyright (C) 2010-2023 GEM Foundation, G. Weatherill, M. Pagani, | ||
# D. Monelli. | ||
# | ||
# The Hazard Modeller's Toolkit is free software: you can redistribute | ||
# it and/or modify it under the terms of the GNU Affero General Public | ||
# License as published by the Free Software Foundation, either version | ||
# 3 of the License, or (at your option) any later version. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with OpenQuake. If not, see <http://www.gnu.org/licenses/> | ||
# | ||
# DISCLAIMER | ||
# | ||
# The software Hazard Modeller's Toolkit (openquake.hmtk) provided herein | ||
# is released as a prototype implementation on behalf of | ||
# scientists and engineers working within the GEM Foundation (Global | ||
# Earthquake Model). | ||
# | ||
# It is distributed for the purpose of open collaboration and in the | ||
# hope that it will be useful to the scientific, engineering, disaster | ||
# risk and software design communities. | ||
# | ||
# The software is NOT distributed as part of GEM’s OpenQuake suite | ||
# (https://www.globalquakemodel.org/tools-products) and must be considered as a | ||
# separate entity. The software provided herein is designed and implemented | ||
# by scientific staff. It is not developed to the design standards, nor | ||
# subject to same level of critical review by professional software | ||
# developers, as GEM’s OpenQuake software suite. | ||
# | ||
# Feedback and contribution to the software is welcome, and can be | ||
# directed to the hazard scientific staff of the GEM Model Facility | ||
# ([email protected]). | ||
# | ||
# The Hazard Modeller's Toolkit (openquake.hmtk) is therefore distributed | ||
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
# for more details. | ||
# | ||
# The GEM Foundation, and the authors of the software, assume no | ||
# liability for use of the software. | ||
# Hazard Modeller's Toolkit (openquake.hmtk) https://www.globalquakemodel.org | ||
|
||
import abc | ||
import numpy as np | ||
import pandas as pd | ||
|
48 changes: 1 addition & 47 deletions
48
seismostats/analysis/declustering/tests/dec_gardner_knopoff_test.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
# vim: tabstop=4 shiftwidth=4 softtabstop=4 | ||
|
||
# | ||
# LICENSE | ||
# | ||
# Copyright (C) 2010-2023 GEM Foundation, G. Weatherill, M. Pagani, | ||
# D. Monelli. | ||
# | ||
# The Hazard Modeller's Toolkit is free software: you can redistribute | ||
# it and/or modify it under the terms of the GNU Affero General Public | ||
# License as published by the Free Software Foundation, either version | ||
# 3 of the License, or (at your option) any later version. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with OpenQuake. If not, see <http://www.gnu.org/licenses/> | ||
# | ||
# DISCLAIMER | ||
# | ||
# The software Hazard Modeller's Toolkit (openquake.hmtk) provided herein | ||
# is released as a prototype implementation on behalf of | ||
# scientists and engineers working within the GEM Foundation (Global | ||
# Earthquake Model). | ||
# | ||
# It is distributed for the purpose of open collaboration and in the | ||
# hope that it will be useful to the scientific, engineering, disaster | ||
# risk and software design communities. | ||
# | ||
# The software is NOT distributed as part of GEM’s OpenQuake suite | ||
# (https://www.globalquakemodel.org/tools-products) and must be considered as a | ||
# separate entity. The software provided herein is designed and implemented | ||
# by scientific staff. It is not developed to the design standards, nor | ||
# subject to same level of critical review by professional software | ||
# developers, as GEM’s OpenQuake software suite. | ||
# | ||
# Feedback and contribution to the software is welcome, and can be | ||
# directed to the hazard scientific staff of the GEM Model Facility | ||
# ([email protected]). | ||
# | ||
# The Hazard Modeller's Toolkit (openquake.hmtk) is therefore distributed | ||
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
# for more details. | ||
# | ||
# The GEM Foundation, and the authors of the software, assume no | ||
# liability for use of the software. | ||
|
||
""" | ||
""" | ||
# Hazard Modeller's Toolkit (openquake.hmtk) https://www.globalquakemodel.org | ||
|
||
import unittest | ||
import os | ||
|