Update src/seismic_hazard_forecasting.py
This commit is contained in:
@@ -3,6 +3,8 @@ import numpy as np
|
|||||||
from scipy.stats import t, norm
|
from scipy.stats import t, norm
|
||||||
from scipy.optimize import root_scalar
|
from scipy.optimize import root_scalar
|
||||||
from timeit import default_timer as timer
|
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 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
|
from openquake.hazardlib.geo.surface.planar import PlanarSurface
|
||||||
|
Reference in New Issue
Block a user