<?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: Pixel value sum per buffer is incorrect in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589270#M19519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;(yes, I am sitting on top of this thread to find a solution!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the buffers are already dissolved, so that essentially I am dealing with discreet, non-intersecting polygons. The layer I used that has intersecting polygons accurately (as far as I could tell) sums of the population. Kinda odd. The problem of course is that i cannot add the population sums together because a huge portion of them would be counted 2,3,4 times over. Also, the individual processes should have no knowledge of the other buffers, they aren't present as an input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 13:24:20 GMT</pubDate>
    <dc:creator>ChristopherBride</dc:creator>
    <dc:date>2013-10-29T13:24:20Z</dc:date>
    <item>
      <title>Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589266#M19515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a 100m^2 raster of population and a series of buffers: 1,2,3,4,5,10,15,20,25,30,50 km. I am tasked with finding the population per buffer, which I am doing by using the "zonal statistics as table" geoprocess. The pixel value (population) sum decreases between 2km and 3km, and even further 3km to 4km. It then jumps way up to what I would expect to be normal at 5km. I have not gone beyond that because these results are unusable. I have verified that the projections between layers are consistent. I upgraded to the latest service pack and got identical results upon reprocessing. Can anyone help me out with this? This is a seemingly simple and straight-forward process. I've also verified that the scale is all positive (not centered on 0 which would allow negative numbers).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 01:50:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589266#M19515</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-10-29T01:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589267#M19516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Christopher,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a quick question, how were the buffers generated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried using the straight Zonal Statistics using the buffers as the input feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 08:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589267#M19516</guid>
      <dc:creator>KeaganAllan</dc:creator>
      <dc:date>2013-10-29T08:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589268#M19517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for responding. The buffers were generated through the buffer geoprocess, one by one. Another question I will post later is "why won't 'zonal statistics as table' work on multi-buffers? i have not triedthe straight zonal stats. I'll look into it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 11:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589268#M19517</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-10-29T11:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589269#M19518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Christopher,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not a "Zonal Statistician", but just from working through some of my own examples, it seems that the way the Zonal Statistics to Table geoprocessor looks at the overlaps in the input and will report on only the the overlapping areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case, your 50km Ring Buffer may be the only one it is giving a result to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A solution - albeit a long process - would be to cut out the smaller buffers from the larger buffer resulting in a single buffer dataset containing a series of "Donut" Polygons. (This is assuming you have the buffers in a single dataset - either merged buffers or buffers created in the multi-ring buffer tool).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This dataset could then be used to run the Zonal Stats to Table and then using Excel or a similar spreadsheet application calculate the cumulative population stats per polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I have missed your question, I apologise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how it goes, I enjoy hearing how some of the tools in the toolbox are being used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;K&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS - Sorry something occurred as I re-read your original post...it could be the cell size of you Raster dataset? 100m^2 may result in some errors in the smaller buffers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you checked the larger buffers to make sure?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe try dropping the cell size of your raster and see if that makes a difference?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:19:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589269#M19518</guid>
      <dc:creator>KeaganAllan</dc:creator>
      <dc:date>2013-10-29T13:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589270#M19519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;(yes, I am sitting on top of this thread to find a solution!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the buffers are already dissolved, so that essentially I am dealing with discreet, non-intersecting polygons. The layer I used that has intersecting polygons accurately (as far as I could tell) sums of the population. Kinda odd. The problem of course is that i cannot add the population sums together because a huge portion of them would be counted 2,3,4 times over. Also, the individual processes should have no knowledge of the other buffers, they aren't present as an input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:24:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589270#M19519</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-10-29T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589271#M19520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know the feeling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was assuming the point was coming from a single point and not a series of points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I cannot get to my PC, but in the morning I will have a look and see what I can come up with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be possible to post your buffers / section of the buffers for me to look at?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589271#M19520</guid>
      <dc:creator>KeaganAllan</dc:creator>
      <dc:date>2013-10-29T13:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589272#M19521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I really wish I could attach the shapefiles, but the data is proprietary and I had to sign a non-disclosure agreement to get this gig (its with an NGO)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589272#M19521</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-10-29T14:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589273#M19522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update: I systematically chose the previous buffer to create the next one. I was doing 30 buffers, and I lost track of what I was doing. Thanks for your input! It was user error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 23:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589273#M19522</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-10-29T23:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589274#M19523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad to hear you came right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a thought, would it be possible to set up the whole process in model builder to avoid user error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck with the work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 06:09:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589274#M19523</guid>
      <dc:creator>KeaganAllan</dc:creator>
      <dc:date>2013-10-30T06:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589275#M19524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've never done that outside the classroom. What a great idea! I don't really know that much about it, but I am learning a lot in this whole process. I can set it up for one buffer. How would I set it up to loop the process for all 10 buffers and then do it again for a second raster?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 11:51:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589275#M19524</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-10-30T11:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589276#M19525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It really isn't that complicated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply drag and drop in the tools you want to use and set it up as you would have doing it manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to set up each process though - for example - if you need 25 buffers, you need to create 25 buffer tools in the model builder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have included a very rough diagram, hopefully that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]28718[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There may be ways to automate the whole process in the builder, although I haven't really tried.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is creating an Add-In using .Net or Python - although once again, I am not sure the effort is worth it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At least doing it in model builder you can set it up and not have to worry about user fatigue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you make a mistake its simply a process of changing the component that is wrong - rather than starting over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 12:08:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589276#M19525</guid>
      <dc:creator>KeaganAllan</dc:creator>
      <dc:date>2013-10-30T12:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589277#M19526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to set up for the first 10, seems to be running fine. I have a little experience using python and am trying to find the time to continue with it. Seems that there is an iterator or loop function you need to utilize in order to get the model to go back and run the process again with a new input and output. I wish I had thought of this last week! crunching away....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 12:58:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589277#M19526</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-10-30T12:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589278#M19527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cool,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hindsight is always 20/20 ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck with the rest of the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a side note, you can export the model to Python, so that may help in terms of identifying the correct coding structures.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;K&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589278#M19527</guid>
      <dc:creator>KeaganAllan</dc:creator>
      <dc:date>2013-10-30T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589279#M19528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found that the zonal functions (zonal stats, zonal stats as table, Tabulate Area) do not work with overlapping polygons as the zones.&amp;nbsp; It does not handle the overlap correctly. You would have to do each polygon zone as a separate zonal stat, which is a lot more work.&amp;nbsp; Even though your polygon attribute table sees them as separate polys without an intersection (ie, not a coverage format for example), zonal functions don't deal with it properly.&amp;nbsp; Too bad - it would be really useful it it would handle this correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 15:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589279#M19528</guid>
      <dc:creator>PeterHarrel</dc:creator>
      <dc:date>2013-12-06T15:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589280#M19529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the feedback pharell123. I have been working with converting the raster into a huge vector layer. So, the polygons with common values (population) are dissolved together. Then I intersect the buffers with the polygons, and calculate population by: (area/pixel size)*pixel value. Since I need to do the stats per province, I also run an identity function and later sum by province name. Seems to be the magic bullet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 17:24:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589280#M19529</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-12-06T17:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589281#M19530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is late in the game, but the next time you need to create multiple buffers, don't use the buffer tool.&amp;nbsp; Instead, use the "Euclidean Distance" raster tool and then either reclass the distances or use a nested "con" statement to transform unique floating point distances into discrete "zones" that don't overlap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 01:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589281#M19530</guid>
      <dc:creator>DavidHarbor</dc:creator>
      <dc:date>2013-12-18T01:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel value sum per buffer is incorrect</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589282#M19531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is late in the game, but the next time you need to create multiple buffers, don't use the buffer tool.&amp;nbsp; Instead, use the "Euclidean Distance" raster tool and then either reclass the distances or use a nested "con" statement to transform unique floating point distances into discrete "zones" that don't overlap.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that's a really interesting suggestion. I will try it to verify the results I got from turning the raster into a vector layer. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 19:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-value-sum-per-buffer-is-incorrect/m-p/589282#M19531</guid>
      <dc:creator>ChristopherBride</dc:creator>
      <dc:date>2013-12-18T19:59:29Z</dc:date>
    </item>
  </channel>
</rss>

