<?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: Line Density by Line Count in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1271481#M67164</link>
    <description>&lt;P&gt;Yes, I was reading that it does incorporate length - I've tried numerous search radiuses.&lt;/P&gt;&lt;P&gt;I have 17,000 operations and I want to graphically depict the density of operations/day, similar to the clip below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KateDoughty1_0-1679682085408.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66224i309419F6E9792404/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KateDoughty1_0-1679682085408.png" alt="KateDoughty1_0-1679682085408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2023 18:21:53 GMT</pubDate>
    <dc:creator>KateDoughty1</dc:creator>
    <dc:date>2023-03-24T18:21:53Z</dc:date>
    <item>
      <title>Line Density by Line Count</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1271469#M67162</link>
      <description>&lt;P&gt;I have numerous lines that I want to create density rasters for, by number of lines, not line length within radius.&lt;/P&gt;&lt;P&gt;I am using Line Density but I must be missing something - my line count is 15,000 but the raster output has a max of over 500,000. Any help or advice is appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 18:00:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1271469#M67162</guid>
      <dc:creator>KateDoughty1</dc:creator>
      <dc:date>2023-03-24T18:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Line Density by Line Count</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1271475#M67163</link>
      <description>&lt;P&gt;What's your search radius?&amp;nbsp; Do you have a population field?&amp;nbsp; The Line Density tool probably doesn't work the way you think it does by counting the lines intersecting each search radius - it takes the length into account also&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/how-line-density-works.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/how-line-density-works.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;What do you (exactly) need to achieve?&amp;nbsp; You may be better using some aggregation methods using vector only.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 18:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1271475#M67163</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-03-24T18:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Line Density by Line Count</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1271481#M67164</link>
      <description>&lt;P&gt;Yes, I was reading that it does incorporate length - I've tried numerous search radiuses.&lt;/P&gt;&lt;P&gt;I have 17,000 operations and I want to graphically depict the density of operations/day, similar to the clip below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KateDoughty1_0-1679682085408.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66224i309419F6E9792404/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KateDoughty1_0-1679682085408.png" alt="KateDoughty1_0-1679682085408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 18:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1271481#M67164</guid>
      <dc:creator>KateDoughty1</dc:creator>
      <dc:date>2023-03-24T18:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Line Density by Line Count</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1272652#M67302</link>
      <description>&lt;P&gt;I think I found a solution here.&lt;/P&gt;&lt;P&gt;For the extent of my polyline shapefile, I generated a grid using Generate Tessellation. For my purposes, I settled on a grid size of 0.5 acres.&lt;/P&gt;&lt;P&gt;I added an integer field to my Polyline FC, and attributed each record with 1.&lt;/P&gt;&lt;P&gt;To attribute my grid with number of lines intersecting each polygon, I used Summarize Within using my new 0.5 ac grid as Input Polygons, and my polylines as Input Summary Features. For Summary Values, I chose my newly created field where every record = 1, and for Statistic I chose Sum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps someone else!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 18:31:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/line-density-by-line-count/m-p/1272652#M67302</guid>
      <dc:creator>KateDoughty1</dc:creator>
      <dc:date>2023-03-28T18:31:18Z</dc:date>
    </item>
  </channel>
</rss>

