Opened 11 years ago

Closed 11 years ago

#5145 closed defect (fixed)

towgs84 param is missing for NTF datum in ecw_cs.wkt

Reported by: clb33 Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

No information concerning the datum shifting are included for the NTF datum.

NTF,GEOGCS["N.T.F.",DATUM["NTF",SPHEROID["CLA80IGN",6378249.2,293.4660213]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]]
NTFPARG,GEOGCS["N.T.F",DATUM["NTFPARG",SPHEROID["CLA80IGN",6378249.2,293.4660213]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]]
NTFPARIS,GEOGCS["N.T.F",DATUM["NTFPARIS",SPHEROID["CLA80IGN",6378249.2,293.4660213]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]]

The TOWGS param is : TOWGS84[-168,-60,320,0,0,0,0]

I've attached a patch with this parameter.

Attachments (1)

ecw_cs.patch (2.1 KB ) - added by clb33 11 years ago.
patch proposal

Download all attachments as: .zip

Change History (2)

by clb33, 11 years ago

Attachment: ecw_cs.patch added

patch proposal

comment:1 by Even Rouault, 11 years ago

Resolution: fixed
Status: newclosed

Commited in trunk (r26133)

Note: See TracTickets for help on using tickets.