-
Notifications
You must be signed in to change notification settings - Fork 82
Description
WGS84 encompasses both geodetic coordinates as well as Cartesian coordinates.
I believe what is called Earth-Centered Earth-Fixed Coordinate System is also WGS84 - that would be common usage, since this is an instance it can only be one CRS, as opposed to a class of such CRSs.
To clarify, consider renaming
World Geodetic System 1984 -> World Geodetic System 1984 geodetic coordinate reference system
or -> WGS84 geodetic coordinate reference system (e.g. EPSG 10605)
Earth-Centered Earth-Fixed Coordinate System -> WGS84 Earth-Centered Earth-Fixed Coordinate System
or WGS84 Cartesian Coordinate Reference System, and add Earth-Centered Earth-Fixed (and ECEF)
(e.g. EPSG 10604)
In addition add to the documentation of 'WGS84 geodetic coordinate reference system' that the coordinates are lat, long, and (optionally) height above ellipsoid and how lat and long are defined wrt to the Ellipsoid, similar to how x,y,z are documented for ECEF
You may or may not want to distinguish WGS84 geodetic 2d (EPSG 4326) from 3d (EPSG 10605). I don't simply omitting height when only the lat/long are known.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status