Johnny <yggdrasil <at> gmx.co.uk> writes: > > Hi, > > I am trying to convert OSGB grid references to WGS84, but do not succeed > and don't understand why? > > I use > > : echo "SD8015002109 "|gdaltransform -s_srs EPSG:27700 -t_srs EPSG:4326 > > which gives > > : -7.55729138544866 49.7667307394399 50.4807807941111
I get the same result with C:\GDAL_dev>gdaltransform -s_srs EPSG:27700 -t_srs EPSG:4326 0 0 -7.55729138544866 49.7667307394399 50.4807807933539 Conclusion: gdaltransform does not understand OSGB grid references. What made you to believe it would? I could not find anything suggesting that from the GDAL documents. -Jukka Rahkonen- _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
