<?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 Area density calculation in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/area-density-calculation/m-p/318683#M4483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how my approach is right or wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal is to get solve this equation in arcGIS;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;S = S1 / S2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where, S: percentage area within the unit area / S1: area within the unit area / S2: unit area&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;input data is "polygon" layer which delineates area of interest (crime site, traffic accident site etc).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I did;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. convert polygon to raster (cell size: 2 by 2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. make all values to 1 using raster calculator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. make Nodata to 0 using CON and IsNull command&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Focal sum (using rectangular, cell size: 8 by 8, and greater than the cell size 2 by 2m)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. so value of result rater layer has the value range of 0 (no value of 1) to 64 (all unit areas - 64 cells - have value of 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. add field of area then multiply by cell size, i.g., 4 m^2 (I multiplied this cell size to value (0-64) not to count because I want to get an area value in the unit area, not total area)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. add field of density then calculate density ((area / (16 * 16) )*100)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8. convert raster to point based on density value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9. interpolate with this converted point layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10. generate contour&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's it. please let me know which I forgot or other brilliant idea&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;one more question, if I use circle (radius 4 cells) in the step 4 instead of rectangular, what's the unit area of the circle? is it phi * 16^2 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Oct 2010 19:46:30 GMT</pubDate>
    <dc:creator>Tai-HoonKIM</dc:creator>
    <dc:date>2010-10-08T19:46:30Z</dc:date>
    <item>
      <title>Area density calculation</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/area-density-calculation/m-p/318683#M4483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how my approach is right or wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal is to get solve this equation in arcGIS;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;S = S1 / S2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where, S: percentage area within the unit area / S1: area within the unit area / S2: unit area&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;input data is "polygon" layer which delineates area of interest (crime site, traffic accident site etc).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I did;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. convert polygon to raster (cell size: 2 by 2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. make all values to 1 using raster calculator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. make Nodata to 0 using CON and IsNull command&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Focal sum (using rectangular, cell size: 8 by 8, and greater than the cell size 2 by 2m)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. so value of result rater layer has the value range of 0 (no value of 1) to 64 (all unit areas - 64 cells - have value of 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. add field of area then multiply by cell size, i.g., 4 m^2 (I multiplied this cell size to value (0-64) not to count because I want to get an area value in the unit area, not total area)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. add field of density then calculate density ((area / (16 * 16) )*100)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8. convert raster to point based on density value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9. interpolate with this converted point layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10. generate contour&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's it. please let me know which I forgot or other brilliant idea&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;one more question, if I use circle (radius 4 cells) in the step 4 instead of rectangular, what's the unit area of the circle? is it phi * 16^2 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 19:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/area-density-calculation/m-p/318683#M4483</guid>
      <dc:creator>Tai-HoonKIM</dc:creator>
      <dc:date>2010-10-08T19:46:30Z</dc:date>
    </item>
  </channel>
</rss>

