airbreather / Gavaghan.Geodesy

A C# implementation of Vincenty's formulae
Other
9 stars 8 forks source link

(Bug) GRS67 Ellipsoid #4

Open juliusfriedman opened 3 years ago

juliusfriedman commented 3 years ago

I believe you have a copy paste error, see.

I believe the definition for GRS67 should be:

FromAxisAndInverseFlattening(6378160.0, 298.247167427);

See also https://github.com/locationtech/proj4j/blob/master/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java#L134