<?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: is calculate field using geodesic in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686659#M30365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can access geodesic using arcpy in field calculations,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/classes/geometry.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/classes/geometry.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Geometry—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;STRONG style="font-weight: 500;"&gt;getArea ({type}, {units})
Type: &lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;PLANAR&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;measurements reflect the projection of geographic data onto the 2D surface
(in other words, they will not take into account the curvature of the earth).
&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;GEODESIC&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;GREAT_ELLIPTIC&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;LOXODROME&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;PRESERVE_SHAPE&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;measurement types may be chosen as an alternative, if desired.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;but if you are calculating geometry attributes, there are options to do so explicitly in several tools, for instance&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-geometry-attributes.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-geometry-attributes.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Add Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 04:53:15 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-12-12T04:53:15Z</dc:date>
    <item>
      <title>is calculate field using geodesic</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686658#M30364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when using calculate field are the comps using geodesic or planar methods?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 16:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686658#M30364</guid>
      <dc:creator>StevenSchwartz1</dc:creator>
      <dc:date>2020-11-09T16:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: is calculate field using geodesic</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686659#M30365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can access geodesic using arcpy in field calculations,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/classes/geometry.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/classes/geometry.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Geometry—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;STRONG style="font-weight: 500;"&gt;getArea ({type}, {units})
Type: &lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;PLANAR&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;measurements reflect the projection of geographic data onto the 2D surface
(in other words, they will not take into account the curvature of the earth).
&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;GEODESIC&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;GREAT_ELLIPTIC&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;LOXODROME&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff; font-weight: 300; font-size: 14.875px;"&gt;PRESERVE_SHAPE&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-weight: 300;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;measurement types may be chosen as an alternative, if desired.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;but if you are calculating geometry attributes, there are options to do so explicitly in several tools, for instance&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-geometry-attributes.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-geometry-attributes.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Add Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686659#M30365</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-12T04:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: is calculate field using geodesic</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686660#M30366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not my intention to use geodesic computations. I would like to know if/when using the Calculate Field or Calculate Geometry for area computations, are they using planar or geodesic methods? Is it set by the data frame or geodatabase source?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 18:35:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686660#M30366</guid>
      <dc:creator>StevenSchwartz1</dc:creator>
      <dc:date>2020-11-09T18:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: is calculate field using geodesic</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686661#M30367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if everything is in a projected coordinate system, then that would be the default.&lt;/P&gt;&lt;P&gt;although I have learned that explicit is better than implicit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 19:32:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686661#M30367</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-09T19:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: is calculate field using geodesic</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686662#M30368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you - can you give me an opinion on the area calculations...which is more accurate? Calculate Field which I divide the shape area by 43560 for acreage, or Calculate Geometry using the area property drop down, acres unit. I am getting a slight difference for all of my computations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 19:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-calculate-field-using-geodesic/m-p/686662#M30368</guid>
      <dc:creator>StevenSchwartz1</dc:creator>
      <dc:date>2020-11-09T19:50:30Z</dc:date>
    </item>
  </channel>
</rss>

