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?
Seems like WKID 108190 is the answer to the question.
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...