Select to view content in your preferred language

how to implement WGS_1984_(ITRF00)_To_NAD_1983 datum transformation in the python script?

963
2
10-19-2016 12:21 PM
KaushalJha
New Contributor

I am trying to implement WGS_1984_(ITRF00)_To_NAD_1983 datum transformation but the python script is reading NAD_1983_To_WGS_1984_1 datum transformation by default. Is there a particular way to define the ITRF00 transformation? Should I use WKID 108190?

0 Kudos
2 Replies
KaushalJha
New Contributor

Seems like WKID 108190 is the answer to the question.

0 Kudos
apyxosaurus
New Contributor

I didn't have much luck implementing a 108190 projection in arcpy, but here's a solution in geopandas / pyproj which I'm sure could be ported easily into an arcpy script: https://gis.stackexchange.com/questions/482445/projection-with-transformation-returns-unexpected-res...

0 Kudos