<?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 Changing units in attributes for shape area in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/changing-units-in-attributes-for-shape-area/m-p/23379#M1125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to change the units in the attribute table from sq m's to hectares?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the shape area is auto calculated for when drawing the boundaries but it automatically measures in sq m's, any help/guidance on how to change would be great&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 10:09:29 GMT</pubDate>
    <dc:creator>JennaChisholm</dc:creator>
    <dc:date>2017-12-18T10:09:29Z</dc:date>
    <item>
      <title>Changing units in attributes for shape area</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/changing-units-in-attributes-for-shape-area/m-p/23379#M1125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to change the units in the attribute table from sq m's to hectares?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the shape area is auto calculated for when drawing the boundaries but it automatically measures in sq m's, any help/guidance on how to change would be great&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 10:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/changing-units-in-attributes-for-shape-area/m-p/23379#M1125</guid>
      <dc:creator>JennaChisholm</dc:creator>
      <dc:date>2017-12-18T10:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing units in attributes for shape area</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/changing-units-in-attributes-for-shape-area/m-p/23380#M1126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the easiest way would be to create an Expression with&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/arcade/" title="https://developers.arcgis.com/arcade/"&gt;ArcGIS Arcade | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;. Just configure the pop-up and add an expression and as expression enter this:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Shape__Area &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;10000.0&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/391083_pastedImage_2.png" style="width: 620px; height: 458px;" /&gt;&lt;/P&gt;&lt;P&gt;It will show up in the&amp;nbsp;pop-up window&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/391084_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&amp;nbsp;and attribute table.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/391091_pastedImage_4.png" style="width: 620px; height: 55px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 11:42:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/changing-units-in-attributes-for-shape-area/m-p/23380#M1126</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-12-18T11:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing units in attributes for shape area</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/changing-units-in-attributes-for-shape-area/m-p/1105236#M42452</link>
      <description>&lt;P&gt;This is a bad approach if you want to show the actual area of the polygon.&amp;nbsp; If you use Shape__Area for the pop-up calculation you will end up with the planar area of the polygon.&amp;nbsp; Hosted feature layers always use Web Mercator.&amp;nbsp; This coordinate system does not preserve shapes.&amp;nbsp; The further you get from the equator the more distorted it gets.&amp;nbsp; This is usually not even close to the area in the real world.&amp;nbsp; For example, when you get to 45 degrees latitude the planar area of a polygon is about a 2 times the geodesic area. You can use arcade to calculate the geodesic area for your polygons after adding an additional field to hold the values.&amp;nbsp; Divide this number by 1,000 to get hectares.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 16:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/changing-units-in-attributes-for-shape-area/m-p/1105236#M42452</guid>
      <dc:creator>JCooley_ClackamasSWCD</dc:creator>
      <dc:date>2021-10-06T16:24:12Z</dc:date>
    </item>
  </channel>
</rss>

