<?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: UTM to DMS? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132111#M10251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No worries.&amp;nbsp; Didn't mean to sound snotty or anything.&amp;nbsp; Wasn't sure if you were asking the correct questions, that is why I tried to clarify in my first post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be the norm to not reply to post that don't seem to "apply", so, from that, I figured that you must be asking for code only solutions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 23:11:00 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2013-07-25T23:11:00Z</dc:date>
    <item>
      <title>UTM to DMS?</title>
      <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132105#M10245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone have a script for field calculator to convert UTM in Degrees minutes second?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 20:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132105#M10245</guid>
      <dc:creator>DustinHolt</dc:creator>
      <dc:date>2013-07-25T20:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to DMS?</title>
      <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132106#M10246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dustin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you looked at the Convert Coordinate notation tool:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0017000000tw000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0017000000tw000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 21:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132106#M10246</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-07-25T21:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to DMS?</title>
      <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132107#M10247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;not sure if you mean the Field Calculator or the calculateField tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want to do it within arcmap, you can just right-click on the column header, pick calculate geometry, and select what coordinate system you want the values calculated from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 21:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132107#M10247</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-07-25T21:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to DMS?</title>
      <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132108#M10248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used the Convert Coordinate notation tool, but it creates a new feature class and since this layer is going to be updated often it would be kind of a pain. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for a script that I could use in the field calculator so the conversion would update in the attribute table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 22:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132108#M10248</guid>
      <dc:creator>DustinHolt</dc:creator>
      <dc:date>2013-07-25T22:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to DMS?</title>
      <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132109#M10249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, since you ignored the post about being within ArcMap, I'm going to have to assume that when you say Field Calculator, you actually mean the calculateField python tool meaning that you want to do the entire thing in code without having to open ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One option would be to run the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ConvertCoordinateNotation_management (in_table, out_featureclass, x_field, y_field, input_coordinate_format, output_coordinate_format, {id_field}, {spatial_reference})&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tool using your OID (or other unique field in your data) as the id_field (which is specifically included to allow for joins back to the original table).&amp;nbsp;&amp;nbsp; As you said, this would create a new FC, but could be saved in_memory to increase speed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then makeFeatureLayer on your original table so that you can do one of the following (won't work direclty on the FC):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, if you want to add these new coordinates to the existing table, use the joinfield tool to add the new columns to the original table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, if you want to "update" some existing fields in the original FC, you would use addJoin to join the two together, then caclulateField and calculate the existing field(s) to the newly joined fields, then remove the join and you are done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 22:44:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132109#M10249</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-07-25T22:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to DMS?</title>
      <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132110#M10250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the information. This is a new area for me and I may have not been asking the right questions, but is gives me a good place to start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 23:02:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132110#M10250</guid>
      <dc:creator>DustinHolt</dc:creator>
      <dc:date>2013-07-25T23:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: UTM to DMS?</title>
      <link>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132111#M10251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No worries.&amp;nbsp; Didn't mean to sound snotty or anything.&amp;nbsp; Wasn't sure if you were asking the correct questions, that is why I tried to clarify in my first post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be the norm to not reply to post that don't seem to "apply", so, from that, I figured that you must be asking for code only solutions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 23:11:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/utm-to-dms/m-p/132111#M10251</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-07-25T23:11:00Z</dc:date>
    </item>
  </channel>
</rss>

