[postgis-users] Coordinates transform results geotools vs postgis

Smith Roman autisi at yahoo.com
Wed Sep 2 04:26:49 PDT 2009


Hi everyone,I intend transforming coordinates in wgs 84 to utm (epsg 26331).Using geotools (a java gis library) and postgis I tested the following sample coordinates 

(3.3315343, 6.5593127) - lon/lat (epsg 4326)

The results are as follows:

536652.452363815 724978.600712583 - postgis

536734.381740803, 724933.4461779824 - geotools536652.5, 724978.9 - landserf java apiI was told that the postgis conversion did not use towgs84 parameters in the coordinate transformation thats why its values are different from the geotools version. Another 3rd part java gis library gave me similar results to the postgis version.My question is this, is the transformation result in postgis correct ?My application will require making server side coordinate transformations as well as on the client. I would like to get consistent results from the two.Thanks,Roman




      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20090902/b6369a1b/attachment.html>


More information about the postgis-users mailing list