Skip to content

Which earth radius to use #221

Closed
Closed
@tiemvanderdeure

Description

@tiemvanderdeure

In the new GeometryOpsCore, the radius defaults to the earth's radius at the equator:

Base.@kwdef struct Spherical{T} <: Manifold
radius::T = 6378137.0
end

I'm no expert and basically going off wikipedia here, but wouldn't it be more intuitive to use the mean radius instead? The arithmetic mean, equal area, and equal volume radius are all 6371 km.

https://en.wikipedia.org/wiki/Earth_radius#Global_radii

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions