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 23dfca1 commit fc2d7b8Copy full SHA for fc2d7b8
GeometryOpsCore/src/constants.jl
@@ -0,0 +1,8 @@
1
+"The semi-major axis of the WGS84 ellipsoid"
2
+const WGS84_EARTH_SEMI_MAJOR_RADIUS = 6378137.0
3
+
4
+"The inverse flattening of the WGS84 ellipsoid"
5
+const WGS84_EARTH_INV_FLATTENING = 298.257223563
6
7
+"The mean radius of the WGS84 ellipsoid, used for spherical manifold default"
8
+const WGS84_EARTH_MEAN_RADIUS = 6371008.8
0 commit comments