<?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 Need help - Line Density Tool conversion of units in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1067873#M11303</link>
    <description>&lt;P&gt;Hi! So I'm currently working on my Bachelor Thesis and I used the &lt;STRONG&gt;Line Density Tool&lt;/STRONG&gt; (In ArcGIS Pro) to measure the density of Bikelanes in squaremeters. However in the Paper i based my method on they used "&lt;STRONG&gt;Math tools&lt;/STRONG&gt;" to converse the given output raster from &lt;STRONG&gt;square meters&lt;/STRONG&gt; to &lt;STRONG&gt;meters of Bikelane per square meter.&lt;/STRONG&gt; I've been breaking my head about this and I just can't find the formula to calculate it like that.&lt;BR /&gt;Which Math Tool can I use to calculate that and what would the formula be? To Anybody who knows how that works thanks in advanced and you'll be my rescue.&lt;BR /&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 13:39:15 GMT</pubDate>
    <dc:creator>Daniel2</dc:creator>
    <dc:date>2021-06-14T13:39:15Z</dc:date>
    <item>
      <title>Need help - Line Density Tool conversion of units</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1067873#M11303</link>
      <description>&lt;P&gt;Hi! So I'm currently working on my Bachelor Thesis and I used the &lt;STRONG&gt;Line Density Tool&lt;/STRONG&gt; (In ArcGIS Pro) to measure the density of Bikelanes in squaremeters. However in the Paper i based my method on they used "&lt;STRONG&gt;Math tools&lt;/STRONG&gt;" to converse the given output raster from &lt;STRONG&gt;square meters&lt;/STRONG&gt; to &lt;STRONG&gt;meters of Bikelane per square meter.&lt;/STRONG&gt; I've been breaking my head about this and I just can't find the formula to calculate it like that.&lt;BR /&gt;Which Math Tool can I use to calculate that and what would the formula be? To Anybody who knows how that works thanks in advanced and you'll be my rescue.&lt;BR /&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 13:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1067873#M11303</guid>
      <dc:creator>Daniel2</dc:creator>
      <dc:date>2021-06-14T13:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help - Line Density Tool conversion of units</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1067895#M11306</link>
      <description>&lt;P&gt;&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;BR /&gt;&lt;BR /&gt;You'd really need to consider you search radius, and work backwards from the area of the circle of that radius and the length of the bike lanes within it.&lt;/P&gt;&lt;P&gt;is this metres of bike lane per sq metre of a larger aggregation area? If you have larger defined aggregation areas you may want to do something like a Spatial Join&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm&lt;/A&gt;&amp;nbsp;and summing the length attribute in the field mapping, or&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1067895#M11306</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-06-14T14:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help - Line Density Tool conversion of units</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1068021#M11307</link>
      <description>&lt;P&gt;Agreed with Daniel, you need to read&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/how-line-density-works.htm" target="_blank" rel="nofollow noopener noreferrer"&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;The line density is to calculate the length of some lines in a certain area (it is a circle now). So the unit is the length of lines per area, which could be meter/square meter or inch/square meter or meter/square inch. I guess if you see the unit is square meter only, it might represent the count of lines per area. Then, they calculated the length of each line in meter.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 17:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1068021#M11307</guid>
      <dc:creator>Junzhe_Zhang</dc:creator>
      <dc:date>2021-06-14T17:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help - Line Density Tool conversion of units</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1069722#M11314</link>
      <description>&lt;P&gt;Thanks for the answers! I think I was just confused by the methodology in the papers.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 07:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1069722#M11314</guid>
      <dc:creator>Daniel2</dc:creator>
      <dc:date>2021-06-18T07:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help - Line Density Tool conversion of units</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1382292#M12119</link>
      <description>&lt;P&gt;Hi! I'm facing the same issue currently while working on my master thesis. Even with the given answers I don't really understand what needs to be done here. I calculated the line density with the line density tool and used a 100x100m Output cell size as well as 250m search radius and Square Meters as Area units. So far so good. Now I get values from 0,001-0,017 and don't really understand them. Which Math tool did you use to solve the problem you had? The papers I read had values from 0-1350 or higher but that can't be m/m² of cycleways..&lt;/P&gt;&lt;P&gt;I appreciate your help to rescue me too! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 16:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/need-help-line-density-tool-conversion-of-units/m-p/1382292#M12119</guid>
      <dc:creator>OleKoppert</dc:creator>
      <dc:date>2024-02-14T16:48:38Z</dc:date>
    </item>
  </channel>
</rss>

