Update src/seismic_hazard_forecasting.py

This commit is contained in:
2025-08-22 10:59:23 +02:00
parent d40d2a70d2
commit 524f04389f

View File

@@ -3,6 +3,8 @@ import numpy as np
from scipy.stats import t, norm
from scipy.optimize import root_scalar
from timeit import default_timer as timer
import logging
logger = logging.getLogger(__name__)
from openquake.hazardlib.geo import Point #This class represents a geographical point in terms of longitude, latitude, and depth (with respect to the Earth surface).
from openquake.hazardlib.geo.surface.planar import PlanarSurface