<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ERROR 000365: Invalid geographic transformation. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-000365-invalid-geographic-transformation/m-p/249682#M19267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a python script tool that will reproject a feature class. I am able to reproject using the Project tool under the Data Management toolbox using the "NAD_1983_To_WGS_1984_1" transformation; however, when I go to run my script using the same transformation method (see below), I receive the error message, "Invalid geographic transformation". Has anyone else run into this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;outCS = "C:\Program Files\ArcGIS\Desktop10.0\Coordinate Systems\Projected Coordinate Systems\State Plane\NAD 1983 HARN (US Feet)\NAD 1983 HARN StatePlane California III FIPS 0403 (US Feet).prj"

transformation = "NAD_1983_To_WGS_1984_1"

arcpy.Project_management(featureForProj, featureProjected, outCS, transformation)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Amy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;---&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.wolfmapper.com" rel="nofollow noopener noreferrer" target="_blank"&gt;www.wolfmapper.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 12:24:59 GMT</pubDate>
    <dc:creator>AmySmith1</dc:creator>
    <dc:date>2021-12-11T12:24:59Z</dc:date>
    <item>
      <title>ERROR 000365: Invalid geographic transformation.</title>
      <link>https://community.esri.com/t5/python-questions/error-000365-invalid-geographic-transformation/m-p/249682#M19267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on a python script tool that will reproject a feature class. I am able to reproject using the Project tool under the Data Management toolbox using the "NAD_1983_To_WGS_1984_1" transformation; however, when I go to run my script using the same transformation method (see below), I receive the error message, "Invalid geographic transformation". Has anyone else run into this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;outCS = "C:\Program Files\ArcGIS\Desktop10.0\Coordinate Systems\Projected Coordinate Systems\State Plane\NAD 1983 HARN (US Feet)\NAD 1983 HARN StatePlane California III FIPS 0403 (US Feet).prj"

transformation = "NAD_1983_To_WGS_1984_1"

arcpy.Project_management(featureForProj, featureProjected, outCS, transformation)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Amy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;---&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.wolfmapper.com" rel="nofollow noopener noreferrer" target="_blank"&gt;www.wolfmapper.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:24:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000365-invalid-geographic-transformation/m-p/249682#M19267</guid>
      <dc:creator>AmySmith1</dc:creator>
      <dc:date>2021-12-11T12:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000365: Invalid geographic transformation.</title>
      <link>https://community.esri.com/t5/python-questions/error-000365-invalid-geographic-transformation/m-p/249683#M19268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Amy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You're projecting to a State Plane "HARN" projection.&amp;nbsp; You need to use a "HARN" geographic transformation method. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the one I use for WGS84 to NAD83:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NAD_1983_HARN_To_WGS_1984_3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 11:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000365-invalid-geographic-transformation/m-p/249683#M19268</guid>
      <dc:creator>RDHarles</dc:creator>
      <dc:date>2011-05-13T11:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000365: Invalid geographic transformation.</title>
      <link>https://community.esri.com/t5/python-questions/error-000365-invalid-geographic-transformation/m-p/249684#M19269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Amy,&lt;BR /&gt;You're projecting to a State Plane "HARN" projection.&amp;nbsp; You need to use a "HARN" geographic transformation method. &lt;BR /&gt;This is the one I use for WGS84 to NAD83:&lt;BR /&gt;NAD_1983_HARN_To_WGS_1984_3&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! I guess I needed to do my research on transformations. Sometimes the GUIs make it too easy. &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Amy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;---&lt;/SPAN&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.wolfmapper.com"&gt;www.wolfmapper.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 15:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000365-invalid-geographic-transformation/m-p/249684#M19269</guid>
      <dc:creator>AmySmith1</dc:creator>
      <dc:date>2011-05-13T15:55:19Z</dc:date>
    </item>
  </channel>
</rss>

