Wednesday, 1 June 2016

Reproject TM65 to OSGB in ArcGIS


I have a TIFF file in the TM65 (Transverse Mercator) projection, and want to convert it to the OSGB (British National Grid) projection. I'm trying to do this in ArcGIS using the Project Raster tool.


I can select the input and output co-ordinate system fine, but it then asks me to choose a Geographic Transformation. It seems that I have to choose two - one to go from TM65 to WGS84, and then another to go from WGS84 to OSGB. My question is - which one should I choose? What are the differences between them? I have tried choosing some almost at random (and also tried matching them up - so I do TM65->WGS84_2 and then WGS84_2 to OSGB) and each time once the points are reprojected they are displaced from their true locations - the amount varies between fairly small (but large enough to be an issue) and quite large.


Is there any way I can get an accurate conversion between TM65 and OSGB? Am I using the wrong tool?



Answer



Currently, none of the supported transformations for OSGB36 cover the Republic nor Northern Ireland. TM65_To_WGS_1984_2 is probably the best choice for conversion to WGS84 as the older transformations have no known accuracy values.



You can find out about supported transformations in ArcGIS in technical article 21327.


If the data's offshore, there's a transformation from OSGB36 to ED50 and you could then piece together other transformations. Accuracies are several meters.


You might check the online EPSG Geodetic Parameter Dataset to see if they have any other options. Note: I'm on the subcommittee that maintains the dataset.


UPDATE - December 11 2017


EPSG:6946, TM75 to ETRS89 (3) (Esri name: "TM75_To_ETRS_1989_3_NTv2"), and EPSG:6947, TM75 to WGS 84 (4) (Esri name: "TM75_To_WGS_1984_4_NTv2"), were added to ArcGIS Desktop version 10.3.1. That version was released in mid-2015.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...