We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d579a1b commit e501c67Copy full SHA for e501c67
src/seismicity/smoothing.jl
@@ -63,7 +63,8 @@ end
63
64
65
# the function and api have changed; the H3.jl library as of 3.2 is not defined correctly
66
-edge_length_check = edgeLengthKm(3)
+base = latLngToCell(LatLng(deg2rad(0), deg2rad(0)), 5)
67
+edge_length_check = edgeLengthKm(base)
68
if edge_length_check isa Number
69
const get_avg_edge_length_km = edgeLengthKm
70
else
0 commit comments