<?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: Grid overlay and spatial calculations help! in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/grid-overlay-and-spatial-calculations-help/m-p/93422#M1107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much Melanie!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 May 2013 01:01:58 GMT</pubDate>
    <dc:creator>RichardSmeaton</dc:creator>
    <dc:date>2013-05-04T01:01:58Z</dc:date>
    <item>
      <title>Grid overlay and spatial calculations help!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/grid-overlay-and-spatial-calculations-help/m-p/93420#M1105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a dataset that contains polygons over a large area with individual attribute values assigned to each, I want to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;STRONG&gt;overlay a grid on top of the polygons layer&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;STRONG&gt;calculate a value based on the individual value each polygon is assigned and the percentage of coverage it has within each cell &lt;BR /&gt;&amp;nbsp; i.e. &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; polygon 1 = 3.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; polygon 2 = 2.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; polygon 3 = 1.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; polygon 1 = 25% coverage within cell 1,1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; polygon 2 = 25% coverage within cell 1,1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; polygon 3 = 50% coverage within cell 1,1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;value of cell 1,1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.3/100 * 25 = .825&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.2/100 * 25 = .55&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.5/100 * 50 = .75&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .825 + .55 + .75 = 2.125&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;- Assign the calculated value to that grid cell. &lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone could give me some input into how i can go about doing this it would be much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Mar 2013 05:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/grid-overlay-and-spatial-calculations-help/m-p/93420#M1105</guid>
      <dc:creator>RichardSmeaton</dc:creator>
      <dc:date>2013-03-24T05:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Grid overlay and spatial calculations help!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/grid-overlay-and-spatial-calculations-help/m-p/93421#M1106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do this by using a combination of the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000p000000"&gt;Intersect Tool&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000q000000"&gt;Spatial Join Tool&lt;/A&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005s00000027000000"&gt;Field Calculations&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Run the intersect tool with the polygons and grid as the inputs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Add a field called poly_area, calculate geometry to get the area of the intersections&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Run the Spatial Join tool to attach the area of the Grid feature class to the output of the intersect tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Add a field called percentage, calculate this to be poly_area/grid_area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Add a field called val_percent, calculate this to be your value field * percentage&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Run the Spatial Join tool again to attach val_percent to the grid, in the Field Mapping, right click val_percent and select the merge rule of SUM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melanie S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 14:16:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/grid-overlay-and-spatial-calculations-help/m-p/93421#M1106</guid>
      <dc:creator>MelanieSummers</dc:creator>
      <dc:date>2013-03-25T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Grid overlay and spatial calculations help!</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/grid-overlay-and-spatial-calculations-help/m-p/93422#M1107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much Melanie!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2013 01:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/grid-overlay-and-spatial-calculations-help/m-p/93422#M1107</guid>
      <dc:creator>RichardSmeaton</dc:creator>
      <dc:date>2013-05-04T01:01:58Z</dc:date>
    </item>
  </channel>
</rss>

