<?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: Sum of polylines within each Fishnet grid in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703623#M10220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you already have the table, aren't you just looking for a way to summarize it?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/summarizing-data-in-a-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/summarizing-data-in-a-table.htm"&gt;Summarizing data in a table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Aug 2018 06:01:41 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-08-11T06:01:41Z</dc:date>
    <item>
      <title>Sum of polylines within each Fishnet grid</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703621#M10218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to calculate the total length of paths within each&amp;nbsp;1km square grid (created with the Fishnet tool). The total length will then be used to rank each grid, depending on the total length distance inside.&lt;/P&gt;&lt;P&gt;I have already&amp;nbsp;used the Intersect tool to ensure the paths do not go through any of the grid borders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I now combine the separate lengths within each grid? See example dataset below. I would like it to show:&lt;/P&gt;&lt;P&gt;Fishnet ID :1&lt;/P&gt;&lt;P&gt;Shape_Length: 378&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="418466" alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/418466_Example dataset.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ceri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I am using ArcMap 10.4.1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 10:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703621#M10218</guid>
      <dc:creator>CeriMiddleton</dc:creator>
      <dc:date>2018-08-10T10:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of polylines within each Fishnet grid</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703622#M10219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ceri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to do a spatial join,joining up your trails to your fishnet layer. Right-click on fishnet layer, &lt;EM&gt;Joins and Relates &amp;gt; Joins ...&lt;/EM&gt; Ensure you select the "&lt;EM&gt;Join data from another layer based on spatial location"&lt;/EM&gt; option, and "&lt;EM&gt;Each polygon&amp;nbsp;will be given&amp;nbsp;the&amp;nbsp;numeric attributes of the lines ...&lt;/EM&gt;" Ensure &lt;SPAN style="text-decoration: underline;"&gt;Sum&lt;/SPAN&gt; is checked on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in a geodatabase, then just use the &lt;EM&gt;Shape_Length&lt;/EM&gt; field. Otherwise you may need to first calculate feature length of the shapefile segments following your intersect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 11:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703622#M10219</guid>
      <dc:creator>MervynLotter</dc:creator>
      <dc:date>2018-08-10T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of polylines within each Fishnet grid</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703623#M10220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you already have the table, aren't you just looking for a way to summarize it?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/summarizing-data-in-a-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/summarizing-data-in-a-table.htm"&gt;Summarizing data in a table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 06:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703623#M10220</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-11T06:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of polylines within each Fishnet grid</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703624#M10221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, yes this was the best option in the end. Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 08:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/sum-of-polylines-within-each-fishnet-grid/m-p/703624#M10221</guid>
      <dc:creator>CeriMiddleton</dc:creator>
      <dc:date>2018-08-17T08:29:57Z</dc:date>
    </item>
  </channel>
</rss>

