[postgis-devel] transforming coordinates in postgis

Aengus McCullough aengus.mccullough at newcastle.ac.uk
Tue Jan 6 06:27:22 PST 2009


Hi,
I am having difficulty transforming coordinates from EPSG:4326 to EPSG:27700 in POSTGIS.  The transformation executes successfully but is out by 100m in the Easting and 60m in the Northing.  Is this likely to be an error in the transformation parameters defined in the spatial_ref_sys relation?

Given the original coordinate in SRID 4326:   55.001428, -1.614208, when I run 'transform(geom,27700)' I get the result: 424687.13, 567430.91
This is substantially different from the converter on the Ordnance Survey website and the transformation functions in geotools.  Help! What am I doing wrong?



More information about the postgis-devel mailing list