Example #1
0
 def latlon1(func, dist_in_km):
     return func(gmpe_utils.km2deg(dist_in_km/sqrt_2))
Example #2
0
 def latlon1(func, dist_in_km):
     return func(gmpe_utils.km2deg(dist_in_km / sqrt_2))
Example #3
0
 def latlon0(func, dist_in_km):
     return func(gmpe_utils.km2deg(dist_in_km))
Example #4
0
 def latlon0(func, dist_in_km):
     return func(gmpe_utils.km2deg(dist_in_km))