<?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 Can I use an inline variable in Output Coordinate System in Project tool? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596515#M33641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have features that are spread across several UTM zones that I would like to produce maps for automatically. I would like to iterate through the zones:&amp;nbsp; have a model select features by UTM zone (eg 18N), project the features appropriately, then export a map of each feature. If I type NAD_1983_UTM_Zone_%variableUTMZone% into the output coordinate system box in the project tool, the box empties as soon as I leave it. Although I can see how this could be done with if else statements, I would like to avoid a Python script with a large if elif else statement cluster if I can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 21:20:42 GMT</pubDate>
    <dc:creator>adamkorejwa</dc:creator>
    <dc:date>2017-02-02T21:20:42Z</dc:date>
    <item>
      <title>Can I use an inline variable in Output Coordinate System in Project tool?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596515#M33641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have features that are spread across several UTM zones that I would like to produce maps for automatically. I would like to iterate through the zones:&amp;nbsp; have a model select features by UTM zone (eg 18N), project the features appropriately, then export a map of each feature. If I type NAD_1983_UTM_Zone_%variableUTMZone% into the output coordinate system box in the project tool, the box empties as soon as I leave it. Although I can see how this could be done with if else statements, I would like to avoid a Python script with a large if elif else statement cluster if I can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 21:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596515#M33641</guid>
      <dc:creator>adamkorejwa</dc:creator>
      <dc:date>2017-02-02T21:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use an inline variable in Output Coordinate System in Project tool?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596516#M33642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you have exposed the output coordinate system as an input to the Project tool in the model?&amp;nbsp; Do you have a screen of part of that model? As for iterating that portion, you iterating the Project tools itself. which may mean you need some sort of key/value pair to associate things with the different zones.&amp;nbsp; It does seem however that you are traversing into areas best handled by python, even if it is a submodel within the workflow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 22:39:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596516#M33642</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-02T22:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use an inline variable in Output Coordinate System in Project tool?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596517#M33643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you want to do well, but I think this tool (below) may be help you.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/cartography-toolbox/calculate-utm-zone.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/cartography-toolbox/calculate-utm-zone.htm"&gt;Calculate UTM Zone—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 11:25:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596517#M33643</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-02-03T11:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use an inline variable in Output Coordinate System in Project tool?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596518#M33644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't matter if I expose the output coord system parameter or not: either way, it seems only able to accept something from a drop down menu, although the dialog box permits me to change the text. I was hoping to do something like NAD_1983_UTM_%UTM_ZONE% and have UTM_ZONE update. Note there is no iterator here...it would be right before the select bed features by utm zone.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG __jive_id="314438" alt="Here is part of the model I" m="" trying="" to="" build.="" note="" that="" the="" iteration="" is="" not="" there="" yet="" -="" it="" would="" be="" placed="" right="" before="" the="" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 19:06:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596518#M33644</guid>
      <dc:creator>adamkorejwa</dc:creator>
      <dc:date>2017-02-03T19:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use an inline variable in Output Coordinate System in Project tool?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596519#M33645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would probably work - but I don't need a custom zone for each of thousands of features. Projecting for each of these features would be very time consuming. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 19:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596519#M33645</guid>
      <dc:creator>adamkorejwa</dc:creator>
      <dc:date>2017-02-03T19:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use an inline variable in Output Coordinate System in Project tool?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596520#M33646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 data-reactid=".7s0a0x5340.1.0" style="color: #999999; border: 0px; font-weight: 400; font-size: 20px; margin: 0px 0px 15px;"&gt;&lt;A _jive_internal="true" class="" data-reactid=".7s0a0x5340.1.0.0" href="https://community.esri.com/people/abdallah_91@yahoo.com" style="border: 0px; font-weight: inherit; font-size: 20px;"&gt;Abdullah Anter&lt;/A&gt;&amp;nbsp;is correct. If you use that tool instead of using your UTM grid and spatial join you can then iterate through the UTM field to select features with the same calculated UTM zone and then get the field value for the UTM zone to input into your projection tool.&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 14:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-i-use-an-inline-variable-in-output-coordinate/m-p/596520#M33646</guid>
      <dc:creator>LukeSturtevant</dc:creator>
      <dc:date>2017-02-09T14:56:20Z</dc:date>
    </item>
  </channel>
</rss>

