Opened 7 years ago

Closed 7 years ago

#215 closed defect (fixed)

Can't Convert Maritime Province data to WGS84

Reported by: Norm Olsen Owned by: Norm Olsen
Priority: minor Milestone: 3.0
Component: Dictionaries Version: svn-trunk
Keywords: WGS84 Maritime Cc:

Description

The three Maritime Provinces of Canada adopted ATS77 (probably in 1977 :), and never adopted what was called NAD83 in the rest of Canada. The Maritime's did, however, adopt CSRS along with the rest of Canada in 1997. Having skipped NAD83 (ala WGS84) there is no "official" means to convert data in the Maritime provinces to WGS84.

This capability is required by some applications.

Change History (2)

comment:1 by Norm Olsen, 7 years ago

Owner: changed from hugueswski to Norm Olsen

comment:2 by Norm Olsen, 7 years ago

Resolution: fixed
Status: newclosed

The problem referred to in this ticket is due to the fact that three new datums were created for Nova Scotia for the sole purpose of forcing the use of a Nova Scotia specific grid data file whose coverage overlaps other grid data files referenced to the same datum. Specifically, in the Maritime Provinces of Canada, there are three provinces which have their own grid files which (due to the geography) all overlap significantly. Thus the three new datums were invented, are referenced by Nova Scotia specific CRS's, and have Nova Scotia specific geodetic transformations which reference the Nova Scotia specific grid data files. All is well. right?

The original implementation of the Nova Scotia specific datums omitted references to non-specific datums such as WGS84. Thus, conversion of Nova Scotia coordinates to, for example, WGS84 failed. This submission provides three new geodetic transformations, each of which is the NULL transformation, but which associate each of the Nova Scotia specific datum with its corresponding non-specific datum. Additionally. geodetic paths are provided so that the conversion to/from WGS84 and other datums can be accomplished.

This submission produced revision 2818.

Note: See TracTickets for help on using tickets.