<?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: Area Calculation in Individual UTM zones in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075492#M25656</link>
    <description>&lt;P&gt;Ideally, if your polygon extent exceeds a UTM zone, then UTM isn't the right projection to go with.&lt;/P&gt;&lt;P&gt;Assuming you have ArcGIS Pro, could you test if the following works for you.&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/project.htm" target="_self"&gt;Project&lt;/A&gt; the data to &lt;EM&gt;GCS WGS 1984&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. Using&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-geometry-attributes.htm" target="_self"&gt;Calculate Geometry Attributes&lt;/A&gt;&amp;nbsp;calculate &lt;EM&gt;AREA_GEODESIC&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;or &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field-examples.htm#ESRI_SECTION1_F885F6AD331240ACB2DBDDA70151146D" target="_self"&gt;Calculate Field&lt;/A&gt; with a similar expression&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!shape.geodesicArea@acres!&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 16:51:08 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-07-04T16:51:08Z</dc:date>
    <item>
      <title>Area Calculation in Individual UTM zones</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075487#M25654</link>
      <description>&lt;P&gt;I would appreciate if anyone can guide or know any functions to deal with the matter below:&lt;/P&gt;&lt;P&gt;I tried to calculate the geometry (area) based on UTM projections however polygons are exceeding that UTM zone which goes other UTM zones. I had to consume much time to deal with for calculating each individual UTM areas, but I would like to know if you know appropriate existed functions to apply for calculating the areas more efficient ways.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On this matter, I wonder if we can apply python-scripts registered as tool-box&amp;nbsp;which splits each areas based on the zones to calculate the geometry (area) and then combines polygons split like original polygons so far, but I've been struggling to complete the script so far.&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 16:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075487#M25654</guid>
      <dc:creator>KioshiMishiro</dc:creator>
      <dc:date>2021-07-04T16:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Area Calculation in Individual UTM zones</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075491#M25655</link>
      <description>&lt;P&gt;Maybe just calculate the geodesic area&amp;nbsp;&lt;A href="https://support.esri.com/en/technical-article/000016157" target="_blank"&gt;How To: Calculate geometry in ArcGIS Pro (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or if you have your heart set on transverse mercator, just use a custom projection with the central meridian adjusted to suit. Although I would share the extent of the data first to ensure people can advise you on the best choice of the many many projections available.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 16:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075491#M25655</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-07-04T16:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Area Calculation in Individual UTM zones</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075492#M25656</link>
      <description>&lt;P&gt;Ideally, if your polygon extent exceeds a UTM zone, then UTM isn't the right projection to go with.&lt;/P&gt;&lt;P&gt;Assuming you have ArcGIS Pro, could you test if the following works for you.&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/project.htm" target="_self"&gt;Project&lt;/A&gt; the data to &lt;EM&gt;GCS WGS 1984&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. Using&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-geometry-attributes.htm" target="_self"&gt;Calculate Geometry Attributes&lt;/A&gt;&amp;nbsp;calculate &lt;EM&gt;AREA_GEODESIC&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;or &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field-examples.htm#ESRI_SECTION1_F885F6AD331240ACB2DBDDA70151146D" target="_self"&gt;Calculate Field&lt;/A&gt; with a similar expression&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!shape.geodesicArea@acres!&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 16:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075492#M25656</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-07-04T16:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Area Calculation in Individual UTM zones</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075498#M25657</link>
      <description>&lt;P&gt;or switch to another projected coordinate system which has a larger E-W coverage like Albers or Lambert conformal conic&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 19:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1075498#M25657</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-07-04T19:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Area Calculation in Individual UTM zones</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1184903#M26374</link>
      <description>&lt;P&gt;Sorry for jumping into this thread WAY after it began -- I just discovered it.&amp;nbsp; Anyway, Albers Equal Area should yield a decent result, but the geodetic area tool is by far the best.&amp;nbsp; Lambert Conformal Conic would not be a good choice.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 22:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/area-calculation-in-individual-utm-zones/m-p/1184903#M26374</guid>
      <dc:creator>Mark_Kumler</dc:creator>
      <dc:date>2022-06-21T22:57:12Z</dc:date>
    </item>
  </channel>
</rss>

