<?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>idea Field Maps - access to Shape_Area and Shape_Length fields in ArcGIS Field Maps Ideas</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idi-p/1319546</link>
    <description>&lt;P&gt;We perform calculations on polygon data (in British National Grid) using Area and Length information. Currently in Field Maps you can not access the Shape_Area and Shape_Length fields in Arcade. Would it be possible to make these accessible, which means we could produce accurate calculation on the fly for some fields during the course of the survey. This would greatly assist in identifying at an early stage if further surveys are required (some of which could be done quite promptly rather than waiting).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2023 12:04:07 GMT</pubDate>
    <dc:creator>AndyBates</dc:creator>
    <dc:date>2023-08-17T12:04:07Z</dc:date>
    <item>
      <title>Field Maps - access to Shape_Area and Shape_Length fields</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idi-p/1319546</link>
      <description>&lt;P&gt;We perform calculations on polygon data (in British National Grid) using Area and Length information. Currently in Field Maps you can not access the Shape_Area and Shape_Length fields in Arcade. Would it be possible to make these accessible, which means we could produce accurate calculation on the fly for some fields during the course of the survey. This would greatly assist in identifying at an early stage if further surveys are required (some of which could be done quite promptly rather than waiting).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 12:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idi-p/1319546</guid>
      <dc:creator>AndyBates</dc:creator>
      <dc:date>2023-08-17T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps - access to Shape_Area and Shape_Length fields</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idc-p/1319685#M1385</link>
      <description>&lt;P&gt;Have you looked at using the Geometry &lt;A href="https://developers.arcgis.com/arcade/function-reference/geometry_functions/#area" target="_self"&gt;Area&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/arcade/function-reference/geometry_functions/#length" target="_self"&gt;Length&lt;/A&gt; functions to do these calculations?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 15:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idc-p/1319685#M1385</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-08-17T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps - access to Shape_Area and Shape_Length fields</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idc-p/1320009#M1390</link>
      <description>&lt;P&gt;Yes I can confirm I had the same issue here. The feature&amp;nbsp; in Field Maps had to be drafted and committed to the hosted feature layer FIRST before the Shape_Area value could be used for volume calcs on the fly.&lt;/P&gt;&lt;P&gt;Old code:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Abs((&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Shape__Area&lt;/SPAN&gt;&lt;SPAN&gt;* (&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"Height_depth_m"&lt;/SPAN&gt;&lt;SPAN&gt;]- &lt;/SPAN&gt;&lt;SPAN&gt;0.75&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New code calculates volume on the fly in Field Maps so sweetly now.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Abs&lt;/SPAN&gt;&lt;SPAN&gt;((&lt;/SPAN&gt;&lt;SPAN&gt;Area&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'square-meters'&lt;/SPAN&gt;&lt;SPAN&gt;) * (&lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"Height_depth_m"&lt;/SPAN&gt;&lt;SPAN&gt;]- &lt;/SPAN&gt;&lt;SPAN&gt;0.75&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 10:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idc-p/1320009#M1390</guid>
      <dc:creator>JB_SEPA</dc:creator>
      <dc:date>2023-08-18T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps - access to Shape_Area and Shape_Length fields</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idc-p/1320019#M1391</link>
      <description>&lt;P&gt;Thanks for the responses. I should have made it clearer. We are aware of Area and AreaGeodetic functions, but the issue with these is their accuracy depends on the zoom levels and is measured in Web Mercator / WGS84. We need accurate measurements in British National Grid (which our data is in), as the results where marginal effect if further work is required.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 11:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-ideas/field-maps-access-to-shape-area-and-shape-length/idc-p/1320019#M1391</guid>
      <dc:creator>AndyBates</dc:creator>
      <dc:date>2023-08-18T11:17:33Z</dc:date>
    </item>
  </channel>
</rss>

