Opened 17 years ago

Closed 9 years ago

#1611 closed defect (wontfix)

EPSG 8903 - PRIMEM - VALUE - UOM

Reported by: Philippe Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SRS Version: unspecified
Severity: normal Keywords: epsg prime meridian
Cc:

Description

0 grad Paris = 2° 20' 14.025" = 2.33722917° = 2.5969123 grad E Greenwich So, in my opinion, PRIMEM["Paris",2.33722917,AUTHORITY["EPSG","8903"]] should rather read PRIMEM["Paris",2.5969213,AUTHORITY["EPSG","8903"]] as the UOM for PRIMEM 8903 is not degree but grad. Thanks Philippe

Attachments (1)

ocean_prime_meridian_8903.pdf (2.1 KB ) - added by Philippe 17 years ago.
Source of the attached PDF file : http://ocean.csl.co.uk/experimental/index.php

Download all attachments as: .zip

Change History (7)

by Philippe, 17 years ago

Source of the attached PDF file : http://ocean.csl.co.uk/experimental/index.php

comment:1 by warmerdam, 17 years ago

Component: defaultOGR_SRS
Keywords: epsg prime meridian added
Milestone: 1.4.2
Status: newassigned

The problem would appear to be that the ogr_fromepsg.cpp code assumes that all prime meridians are in decimal degrees and just ignores the units set in EPSG. This needs to be fixed!

comment:2 by warmerdam, 17 years ago

Milestone: 1.4.21.5.0

trary to my previous reading, the prime meridian is being converted from grads to degrees and 2.33... degrees is the right value for Paris.

So the only issue is whether, in fact, the angular units in PRIMEM ought to match the angular degree unit for the GEOGCS. Perhaps it should, but for now this is not negatively impacting GDAL/OGR. So, I am putting this off as a 1.5.0 issue.

Note, this issue can be demonstrated by expanding EPSG:4807:

WKT[EPSG:4807] =
GEOGCS["NTF (Paris)",
    DATUM["Nouvelle_Triangulation_Francaise_Paris",
        SPHEROID["Clarke 1880 (IGN)",6378249.2,293.4660212936265,
            AUTHORITY["EPSG","7011"]],
        TOWGS84[-168,-60,320,0,0,0,0],
        AUTHORITY["EPSG","6807"]],
    PRIMEM["Paris",2.33722917,
        AUTHORITY["EPSG","8903"]],
    UNIT["grad",0.01570796326794897,
        AUTHORITY["EPSG","9105"]],
    AUTHORITY["EPSG","4807"]]

comment:3 by warmerdam, 16 years ago

Milestone: 1.5.01.6.0

comment:4 by warmerdam, 12 years ago

Milestone: 1.6.4

remove non-serious milestone.milestone

comment:5 by Jukka Rahkonen, 9 years ago

The WKT from EPSG:4807 is still the same as 7 years ago. Meanwhile it has obviously not bothered anybody seriously. I feel that closing this ticket would not do any big damage.

comment:6 by Jukka Rahkonen, 9 years ago

Resolution: wontfix
Status: assignedclosed

Closing now.

Note: See TracTickets for help on using tickets.