-
Notifications
You must be signed in to change notification settings - Fork 883
Closed
Milestone
Description
On Mac OS X, PROJ.4 version 4.9.2, EPSG:4979 is not a valid CRS identifier:
$ cs2cs +init=EPSG:4979
Using from definition: init=EPSG:4979
Rel. 4.9.2, 08 September 2015
<cs2cs>:
projection initialization failure
cause: no options found in 'init' file
program abnormally terminated
EPSG:4979 is cited in various RFC as the proper identifier of the 3D Geodetic WGS84, when using ellipsoid height on top of EPSG:4326, so I'd like to use the proper identifier in code handling ellipsoid heights.
For example:
This is full the definition on the EPSG registry:
http://www.epsg-registry.org/report.htm?type=selection&entity=urn:ogc:def:crs:EPSG::4979&reportDetail=long&title=WGS%2084&style=urn:uuid:report-style:default-with-code&style_name=OGP%20Default%20With%20Code
As a workaround I'm using the 2D definition "EPSG:4326" that appears to produce ellipsoid heights, but I'm not sure how stable this is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels