Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
073a383
Add earthquake tutorial
Jun 16, 2022
8151da8
Add earthquake model
Jun 16, 2022
5572e9a
Change EarthQuake to Earthquake
Jun 16, 2022
173af42
Add earthquake tutorial data
Jun 16, 2022
474eb5d
Add earthquake tutorial typos fixed
Jun 16, 2022
3cf0fbe
Make from_MW_depth method
Jun 16, 2022
ce4ee3e
Add min MMI
Jun 16, 2022
e0e0de0
Keep only relevant df values
Jun 16, 2022
faacc11
Add example to tutorial
Jun 16, 2022
83f4997
Add docstring
Jun 17, 2022
4a3ad97
Add date information
Jul 6, 2022
43b1685
Add fraction of 1
Jul 6, 2022
81a8fdf
Add description to tag
Jul 6, 2022
a1e1c08
Remove iterrows / add numpy array zip
Jul 6, 2022
6bb6938
Replace sum mask by count_nonzero
Jul 7, 2022
0f1b525
Rename normalize long
Jul 7, 2022
a330ef2
Change unit to MMI
Jul 13, 2022
44f7d0b
Merge remote-tracking branch 'origin/develop' into feature/quake
Aug 19, 2022
8fb217f
Add random events
Aug 19, 2022
cc323bf
Clean docstrings and imports
Sep 5, 2022
4b673de
Fix longitude normalization
Sep 5, 2022
03fa975
Add interpolated random events
Sep 5, 2022
77c38f7
Set min/max for interp mw
Sep 8, 2022
80da495
Hard clip mw random values
Sep 8, 2022
5171927
Randomize the depth from the full range
Sep 8, 2022
1fa83bf
Merge remote-tracking branch 'origin/develop' into feature/quake
Jul 20, 2023
5a71bae
Merge remote-tracking branch 'origin/develop' into feature/quake
Jul 13, 2026
1cc652e
Update to latest class methods.
Jul 15, 2026
706c44f
Remove interpolate, add docstring, add centroids filtering
Jul 16, 2026
262c89c
Add full tutorial with rnd numbers
Jul 16, 2026
e831b50
Update the tutorial graphics
Jul 16, 2026
4eb057b
Small fixes
Jul 16, 2026
64e8004
Replace matlab centroids with hdf5
Jul 16, 2026
9b4e7e1
Redo Earthquake tests.
Jul 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions climada_petals/hazard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
from .wildfire import *
from .river_flood import *
from .coastal_flood import *
from .earthquake import *
Loading
Loading