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