Skip to content

Commit 737340f

Browse files
committed
Change sphere default radius to Earth's mean radius
1 parent 9c6db7d commit 737340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeometryOpsCore/src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ A spherical manifold means that the geometry is on the 3-sphere (but is represen
6060
`-90` (south pole) and `90` (north pole).
6161
"""
6262
Base.@kwdef struct Spherical{T} <: Manifold
63-
radius::T = 6378137.0
63+
radius::T = 6371008.8
6464
end
6565

6666
"""

0 commit comments

Comments
 (0)