<?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: Buffer Density Analysis in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117715#M1620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, buffers were originally based on polygon features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buffers are 1/4 mile.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 12:44:25 GMT</pubDate>
    <dc:creator>MikeWissner</dc:creator>
    <dc:date>2012-08-09T12:44:25Z</dc:date>
    <item>
      <title>Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117710#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running an analysis to prioritize locations that have the highest buffer densities, ie places where many buffers overlap.&amp;nbsp; Any idea how to determine this?&amp;nbsp; I don't think it's feasible to separate each buffer into its own layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be much appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 15:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117710#M1615</guid>
      <dc:creator>MikeWissner</dc:creator>
      <dc:date>2012-08-08T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117711#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One thing you can do (this is more ideal for points) depending on the scale of your buffers is to convert those to points then to rasters (you will have to play around with the cell size depending on your scale) and run focal statistics using the sum.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before converting the buffer points to raster, you need to add a field and give all the points a value of 1 and use this as the value field of the raster.&amp;nbsp; Once you convert this to a raster you can run focal statistics using the sum to show areas with high densities of buffers.&amp;nbsp; In order to get the effects of your buffers you will need to set the neighborhood to something that would be close to the size of your buffers to find out how many overlap.&amp;nbsp; I have never tried to do this with polygon features and you will probably have to play around with cell sizes&amp;nbsp; and neighborhoods to get good results.&amp;nbsp; Hopefully this will be a good place to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caleb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 17:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117711#M1616</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-08T17:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117712#M1617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a quick analysis I just did.&amp;nbsp; I have used focal statistics to identify the number of structures within 150 ft of each other.&amp;nbsp; This method should give you a pretty good idea of the spots that should be high priority.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]16781[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caleb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 18:12:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117712#M1617</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-08T18:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117713#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Caleb,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that makes perfect sense, but when I tried to convert the buffers to points, I got the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING 000117: Warning Empty Output Generated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I not be using the Feature to Point tool?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-m&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:23:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117713#M1618</guid>
      <dc:creator>MikeWissner</dc:creator>
      <dc:date>2012-08-09T12:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117714#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmm that is strange. I would have gone with the feature to point function as well, but I don't know why you would be getting that error message.&amp;nbsp; Were your buffers based off of a point feature class?&amp;nbsp; If so, I would just use the original point FC to convert the points to raster.&amp;nbsp; Also, what is the size of your buffers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caleb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:33:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117714#M1619</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-09T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117715#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, buffers were originally based on polygon features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buffers are 1/4 mile.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117715#M1620</guid>
      <dc:creator>MikeWissner</dc:creator>
      <dc:date>2012-08-09T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117716#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you try using the original polygons as the input for the Feature to Point tool?&amp;nbsp; I don't understand why the buffers did not work for you though. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that does not work either for some reason I have one other idea.&amp;nbsp; You could also try converting the original polygon features to raster if your polygons are fairly close in size.&amp;nbsp; You would want to set a cell size slightly larger than that of the largest polygon to ensure that you only get one cell per polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If neither of the above works for you, would you mind attaching a small sample of the data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caleb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117716#M1621</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-09T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117717#M1622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I converted the original polygons to points and got a blank raster when I tried the feature to raster tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A sample of the data is attached (it's in xls format since the forum doesn't allow csv uploads).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117717#M1622</guid>
      <dc:creator>MikeWissner</dc:creator>
      <dc:date>2012-08-09T13:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117718#M1623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem.&amp;nbsp; When you converted the points to raster what cell size did you use?&amp;nbsp; The output raster had no cells at all?&amp;nbsp; Also, instead of using the feature to raster tool it may be better to use the point to raster tool.&amp;nbsp; One more thing, before converting the points to raster did you create the value field (all = 1) and use that as the value field for the raster?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And sorry I wasn't very clear about the data sample.&amp;nbsp; Could you attach a sample of the shapefile with just a few of the polygons? The .xls did not have any coordinate info. I just want to take a look at the data to see if I can figure out why these things are not working for you.&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caleb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117718#M1623</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-09T13:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117719#M1624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried the default cell size of 200 and 60 and neither produced a raster with any cells at all.&amp;nbsp; I tried the same with the Point to Raster tool and got the same results.&amp;nbsp; Yes, I included a field called 'weight' with values of 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a sample of the polygons and their buffers attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:20:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117719#M1624</guid>
      <dc:creator>MikeWissner</dc:creator>
      <dc:date>2012-08-09T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117720#M1625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure why you are having this problem.&amp;nbsp; I was able to get it to work.&amp;nbsp; However, I only have an arcEditor license so I do not have the feature to point capability.&amp;nbsp; To get the buildings to centroids I used the "points to centroid" tool in the xTools Pro extension that I have.&amp;nbsp; However, as far as I know this tool works the same as the features to point tool so I am not sure what is happening. I was able to convert it to raster without any problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first one I did I used a cell size of 200 for the polygon centroids and I used a focal stats circular neighborhood of 1320 ft to get the 1/4 mile effect of the buffers.&amp;nbsp; Here is what it gave me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]16803[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a second one as well just for display purposes using the same polygon centroid raster and used a circular neighborhood of 5000 ft. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]16804[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:52:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117720#M1625</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-09T15:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117721#M1626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all your help Caleb,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know where my issues are coming from, but I'll continue to troubleshoot.&amp;nbsp; I know that what you suggested is the logical answer, so I'll probably just start from scratch and try again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 16:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117721#M1626</guid>
      <dc:creator>MikeWissner</dc:creator>
      <dc:date>2012-08-09T16:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117722#M1627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My problem is definitely in the conversion to raster.&amp;nbsp; I'm continually getting a result with ZERO raster cells from the points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:01:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117722#M1627</guid>
      <dc:creator>MikeWissner</dc:creator>
      <dc:date>2012-08-09T19:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Density Analysis</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117723#M1628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not know why that is happening to you.&amp;nbsp; I cannot imagine how frustrated you must be.&amp;nbsp; Sometimes, this usually only happens when I try to run spatial analyst tools, but I will repeatedly try to run a tool and no matter what it doesn't work.&amp;nbsp; When this happens I will open up a new blank mxd and add just the input data that I need and try to run the tool again.&amp;nbsp; And for some reason, sometimes it will work, even though I have done nothing different from when I tried in the original mxd (might be a bug in 10?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I guess if you haven't tried this already, I would try to open a blank mxd and just add your point file and try the point to raster tool again. If this does not work, I would contact Esri to figure out what is going on.&amp;nbsp; I hope this works. Sorry to hear you are having such bad luck!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caleb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 19:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-density-analysis/m-p/117723#M1628</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-09T19:59:14Z</dc:date>
    </item>
  </channel>
</rss>

