<?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: Spatial Reference Code for Calculating Geometry in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297920#M23038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder why this is suggested then&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-desktop/mapping/utm/"&gt;https://www.esri.com/arcgis-blog/products/arcgis-desktop/mapping/utm/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2018 19:56:16 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-10-25T19:56:16Z</dc:date>
    <item>
      <title>Spatial Reference Code for Calculating Geometry</title>
      <link>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297916#M23034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Spatial Reference Code for NAD_1983_UTM_Zone_15N is &lt;STRONG&gt;26915&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if a Spatial Reference Code exists for NAD_1983_UTM_Zone_15N with units&amp;nbsp;as &lt;STRONG&gt;US Feet?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, does someone know how to use python to set the Reference Frame of an mxd so it could be used in lieu of having a Spatial Reference Code defined as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping to loop thru a layer list and calculate geometry to X_coord and Y_coord fields with UTM Zone 15N values in US Feet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 18:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297916#M23034</guid>
      <dc:creator>JimFritz</dc:creator>
      <dc:date>2018-10-25T18:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Reference Code for Calculating Geometry</title>
      <link>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297917#M23035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is 32065.&amp;nbsp; &lt;A href="https://epsg.io/32065"&gt;https://epsg.io/32065&lt;/A&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;sr &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SpatialReference&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;32065&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 19:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297917#M23035</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2018-10-25T19:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Reference Code for Calculating Geometry</title>
      <link>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297918#M23036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Randy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 19:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297918#M23036</guid>
      <dc:creator>JimFritz</dc:creator>
      <dc:date>2018-10-25T19:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Reference Code for Calculating Geometry</title>
      <link>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297919#M23037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one described NAD 1927, looking for NAD 83.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Fritz, GISP&lt;/P&gt;&lt;P&gt;Xcel Energy | Responsible By Nature&lt;/P&gt;&lt;P&gt;Sr. Geospatial Analyst&lt;/P&gt;&lt;P&gt;414 Nicollet Mall, 6th Floor, Minneapolis, MN 55401&lt;/P&gt;&lt;P&gt;P: 612.330.6956   C: 781.588.5829   F: 612.330.6590&lt;/P&gt;&lt;P&gt;E: james.w.fritz@xcelenergy.com&amp;lt;mailto:james.w.fritz@xcelenergy.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 19:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297919#M23037</guid>
      <dc:creator>JimFritz</dc:creator>
      <dc:date>2018-10-25T19:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Reference Code for Calculating Geometry</title>
      <link>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297920#M23038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder why this is suggested then&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-desktop/mapping/utm/"&gt;https://www.esri.com/arcgis-blog/products/arcgis-desktop/mapping/utm/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 19:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297920#M23038</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-25T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Reference Code for Calculating Geometry</title>
      <link>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297921#M23039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this code: &lt;A href="https://epsg.io/32165" rel="nofollow noopener noreferrer" target="_blank"&gt;32165&lt;/A&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;fc = r'C:\path\to\feature\using\sr\file.gdb\feature'
sr = arcpy.Describe(fc).spatialReference
print sr.name
# u'NAD_1983_BLM_Zone_15N_ftUS'
print sr.factoryCode
# 32165&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-reference-code-for-calculating-geometry/m-p/297921#M23039</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2021-12-11T14:17:53Z</dc:date>
    </item>
  </channel>
</rss>

