Opened 15 years ago

Closed 15 years ago

#1558 closed bug (invalid)

WGS84 conversion to EPSG:27700 in error by greater than 100 metres

Reported by: nhopton Owned by: nobody
Priority: major: does not work as expected Milestone: Version 1.0.3
Component: Projection Support Version: Trunk
Keywords: Cc: warmerdam@…
Must Fix for Release: No Platform: Windows
Platform Version: Awaiting user input: no

Description

OSGB (EPSG: 27700) CRS Problem. Version 1.0.0 (II)

When reprojecting a WGS84 shape file to EPSG:27700 (Ordnance Survey of Great Britain) on the fly in QGIS I noticed errors of around 125 metres in the conversion. This is quite serious for users in the UK. Error in conversion of this magnitude are usually the result of the conversion not taking into account the fact the WGS84 datum and the OSGB36 datum are not one and the same thing (but the conversion does use the +datum=osgb36 parameter, I don't understand).

For the time being I've defined my own OS CRS using the following parameters:

+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.999601 +x_0=400000 +y_0=-100000 +ellps=airy +towgs84=446.448,-125.157,542.060,0.1502,0.2470,0.8421,-20.4894 +units=m +no_defs no_defs <>

Which converts from WGS84 to EPSG:27700 good to a metre or so. I've had this problem with other software that uses Proj.4.

Change History (4)

comment:1 by pcav, 15 years ago

See also #377 and #1079, all probably related

comment:2 by pcav, 15 years ago

Cc: warmerdam@… added

Isn't this really a PROJ4/EPSG bug? Please report it there.

comment:3 by pcav, 15 years ago

Milestone: Version 1.0.3

comment:4 by pcav, 15 years ago

Resolution: invalid
Status: newclosed

If the same error happens with all PROJ.4 software, it should be a PROJ.4 issue, not a QGIS one. Please reopen the ticket here if necessary

Note: See TracTickets for help on using tickets.