<?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 Re: How to make a script taking Geographic Transformation as parameter? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296828#M22942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mzcoyle:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for coming back this later. My purpose was to make a generic ArcGIS toolbox script that can handle any spatial references like the out-of-box tools, but the original task need to be accomplished is to do data conversion on some specific GCS, so I end up hard-coded a GCS string in Python to accomplish the task instead of building generic tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your information, such that I didn't do unnecessary work to complete a task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;GTF is a geographic transformation file. It is used to create custom transformations. I'm not sure where Arc pulls the default transformations from in the projection tool. Is this something you want dynamic that can handle any projection or do you have a set number of projections you want this tool to handle? In the later case you can create a Filter value list that has these built in.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 14:25:08 GMT</pubDate>
    <dc:creator>SuiHuang</dc:creator>
    <dc:date>2013-05-30T14:25:08Z</dc:date>
    <item>
      <title>How to make a script taking Geographic Transformation as parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296823#M22937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everybody:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to make a toolbox script (using a python script as source) that takes a Geographic Transformation as parameter (like the out-of-box Project tool under the toolbox "Projections and Transformations--&amp;gt;Feature"). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; However, I couldn't find the data type when I create the new script in toolbox (see attached screenshot). Is there a way for me to make it accept a geographic transformation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 21:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296823#M22937</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2013-03-26T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a script taking Geographic Transformation as parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296824#M22938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Geographic Transformation isn't a data type, it is just a string referencing the parameter that is buried in the projection engine DLL or directly in the GTF. The parameter validation that fills out valid transformations (especially in 10.1 where it takes your region into account) is a little more complicated though, if that is what you are asking about. I'm not 100% sure how that one works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 21:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296824#M22938</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2013-03-26T21:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a script taking Geographic Transformation as parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296825#M22939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Forgot important information, I am using ArcGIS 10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 21:33:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296825#M22939</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2013-03-26T21:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a script taking Geographic Transformation as parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296826#M22940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mzcoyle:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seems very complicated, do you know the name of the projection engine DLL and can you give me some start up information of GTF? Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Geographic Transformation isn't a data type, it is just a string referencing the parameter that is buried in the projection engine DLL or directly in the GTF. The parameter validation that fills out valid transformations (especially in 10.1 where it takes your region into account) is a little more complicated though, if that is what you are asking about. I'm not 100% sure how that one works.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 21:39:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296826#M22940</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2013-03-26T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a script taking Geographic Transformation as parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296827#M22941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GTF is a geographic transformation file. It is used to create custom transformations. I'm not sure where Arc pulls the default transformations from in the projection tool. Is this something you want dynamic that can handle any projection or do you have a set number of projections you want this tool to handle? In the later case you can create a Filter value list that has these built in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 21:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296827#M22941</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2013-03-26T21:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a script taking Geographic Transformation as parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296828#M22942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mzcoyle:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for coming back this later. My purpose was to make a generic ArcGIS toolbox script that can handle any spatial references like the out-of-box tools, but the original task need to be accomplished is to do data conversion on some specific GCS, so I end up hard-coded a GCS string in Python to accomplish the task instead of building generic tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your information, such that I didn't do unnecessary work to complete a task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;GTF is a geographic transformation file. It is used to create custom transformations. I'm not sure where Arc pulls the default transformations from in the projection tool. Is this something you want dynamic that can handle any projection or do you have a set number of projections you want this tool to handle? In the later case you can create a Filter value list that has these built in.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 14:25:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-make-a-script-taking-geographic/m-p/296828#M22942</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2013-05-30T14:25:08Z</dc:date>
    </item>
  </channel>
</rss>

