Opened 14 years ago
Closed 13 years ago
#98 closed defect (fixed)
egm96 geoid height support not quite complete
Reported by: | ravenAtSafe | Owned by: | Norm Olsen |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Library | Version: | |
Keywords: | Cc: |
Description
Attached is a patch that allows CSnewGeoidHeight, etc. to utilize the EGM96 .grd file shipped with CS-MAP.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | CS_GeoidHeight_egm96.patch added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Oops!!! This patch was submitted on April 12, 2011 and produced revision 1994. This entry in the Trac database was never updated to reflect that. My apologies.
Note:
See TracTickets
for help on using tickets.
The reviewer of the code change located a problem with the OGM97 geoid height model. The typical extension of the OSGM91 file is .txt, yet the Geod Height object constructor code is lookg for an extension of .osg. SInce the Geodetic Data Catalog editor asks for .txt, we should the geoid height object look for .txt as well.