<?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 buffer distance in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298054#M663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an easy way to determine for an irregularly shaped polygon, what the buffer distance would need to be to create a buffered polygon of a specified size? For example I have a polygon of 500 acres, and I need to create a polygon of 10% greater area, i.e. 550 acres. Is there a way to calculate what the buffer size would need to be in such a&amp;nbsp; case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2016 20:50:34 GMT</pubDate>
    <dc:creator>DavidStockdale</dc:creator>
    <dc:date>2016-06-07T20:50:34Z</dc:date>
    <item>
      <title>buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298054#M663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an easy way to determine for an irregularly shaped polygon, what the buffer distance would need to be to create a buffered polygon of a specified size? For example I have a polygon of 500 acres, and I need to create a polygon of 10% greater area, i.e. 550 acres. Is there a way to calculate what the buffer size would need to be in such a&amp;nbsp; case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 20:50:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298054#M663</guid>
      <dc:creator>DavidStockdale</dc:creator>
      <dc:date>2016-06-07T20:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298055#M664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no simple formula unless you are dealing with a circle or only the simplest of polygon shapes.&amp;nbsp; One post I found &lt;A href="https://stat.ethz.ch/pipermail/r-sig-geo/2014-May/021132.html"&gt;([R-sig-Geo] How to buffer a polygon by area)&lt;/A&gt; suggests it can be done in several buffer iterations if you allow for some level of tolerance for some imprecision in the percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approximate method that may work is based on a ratio of the area to the perimeter length and is shown in &lt;A href="http://gis.stackexchange.com/questions/73127/creating-polygons-as-of-original-area-using-arcgis-desktop" title="http://gis.stackexchange.com/questions/73127/creating-polygons-as-of-original-area-using-arcgis-desktop"&gt;Creating polygons as % of original area using ArcGIS Desktop? - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 21:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298055#M664</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2016-06-07T21:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298056#M665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could try&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=10b2645c4fcd4daf97100720d417424c" title="http://www.arcgis.com/home/item.html?id=10b2645c4fcd4daf97100720d417424c"&gt;http://www.arcgis.com/home/item.html?id=10b2645c4fcd4daf97100720d417424c&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 21:14:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298056#M665</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-07T21:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298057#M666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gentlemen, I will try these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 21:53:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298057#M666</guid>
      <dc:creator>DavidStockdale</dc:creator>
      <dc:date>2016-06-07T21:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298058#M667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a simple formula.&amp;nbsp; &lt;/P&gt;&lt;P&gt;A1 = current area retrieved from Shape_Area&lt;/P&gt;&lt;P&gt;L1 = current shape_Length&lt;/P&gt;&lt;P&gt;D = buffer distance (what we are trying to find)&lt;/P&gt;&lt;P&gt;% = how much you want to change.&amp;nbsp; Shown as a number i.e. 10% = 1.10 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A1 * % = A1 + (L1 x D)&lt;/P&gt;&lt;P&gt;when moved around&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;((A1 x %) - A1)) &lt;/SPAN&gt;&amp;nbsp; = D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; L1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it out on a lake before submitting.&amp;nbsp; The area times 10% came out to 13791.312701 and the calculated result was 3.074344911282261549753763646194 for distance.&amp;nbsp; The final area was 13820.829974.&amp;nbsp; It is very close end polygon was 10.29 percent larger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can even create a new double field and calculate the new buffer distance for your entire polygon set all at one time and then use toolbox to buffer everything at once. For reference.&amp;nbsp; Here is the polygon I buffered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/207292_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 15:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298058#M667</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2016-06-09T15:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298059#M668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a field to buffer by that is a Double type.&amp;nbsp; Here is the formula you use in field calculator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(( [SHAPE_Area] * 1.1)- [SHAPE_Area])/ [SHAPE_Length]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just change the 1.1 value to what ever percentage change you want times 100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 15:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298059#M668</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2016-06-09T15:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298060#M669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. That seems to work for one iteration. What I need to do is show the increase of invasive weeds that are spreading at the rate of 10% a year, 5 and 10 years out. So I would have to run it 5 and 10 times, using the area and length from each  iteration as the input for the next. Even putting the calculations into a script, that still leaves a lot of intermediate datasets to get rid of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did was to abstract the weed polygon into a circle, calculating the radius from the shape_area using the formula area = pi x radius squared. Then calculate the area of the 5 and 10 year circles using the formula  =  * 1 +(   ) and calculate the radius of the new area circle. The buffer distance is then radius-new minus radius-original.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try your formula on my circles modifying it to ((  * 1.1[Number of years])- )/   but that resulted in a larger circle than I got from my original method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Increase Polygon Area tool in the Production Mapping toolset will give you a polygon with a slightly larger area than specified, but it involves a lot of trial and error, and doesn’t work well on large, irregular polygons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave Stockdale&lt;/P&gt;&lt;P&gt;GIS Program Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forest Service&lt;/P&gt;&lt;P&gt;Sawtooth National Forest, Supervisor's Office&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p: 208-737-3278&lt;/P&gt;&lt;P&gt;f: 208-737-3236&lt;/P&gt;&lt;P&gt;drstockdale@fs.fed.us&amp;lt;mailto:drstockdale@fs.fed.us&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2647 Kimberly Road East&lt;/P&gt;&lt;P&gt;Twin Falls, ID 83301&lt;/P&gt;&lt;P&gt;www.fs.fed.us&amp;lt;http://www.fs.fed.us/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://usda.gov/&amp;gt;[Forest Service Twitter]&amp;lt;https://twitter.com/forestservice&amp;gt;[USDA Facebook]&amp;lt;https://www.facebook.com/pages/US-Forest-Service/1431984283714112&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caring for the land and serving people&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 17:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298060#M669</guid>
      <dc:creator>DavidStockdale</dc:creator>
      <dc:date>2016-06-09T17:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298061#M670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok... I am a bit confused... wouldn't the invasive species spreading out by a distance from an edge by whatever means?&amp;nbsp; Was you 10% based upon dissimilar distance measures?&amp;nbsp; It would be interesting to look at some real location since there may indeed be directionality in the data.&amp;nbsp; There have been some discussions long ago on directional buffers to try and replicate that effect (ie for wind-related processes).&amp;nbsp; Just a thought, since I am curious why it is area that you are focusing on, if the real process might be one of an advancing front (whether linear, or non-linear over time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;P&gt;You can experiment with the math, start with a circle (for instance), radius 10, calculate area, increment the area by 0.5 for several time steps, calculating area and determining the difference from the previous time step.&amp;nbsp; The change in radius ( or radii for other geometric shapes) while produce a predictable change in area and difference.&amp;nbsp; If you have enough time steps, you can determine the radii for complex shapes if the centroid remains fairly fixed but the front advances (ie the spokes of an ever increasing wheel)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 17:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298061#M670</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-09T17:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298062#M671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue with multiplying 1.1 times the number of years would be huge.&amp;nbsp; multiply 1.1 times 5 years and that would be an increase of 5.5 times the size.&amp;nbsp; Or rather 550% larger&lt;/P&gt;&lt;P&gt;In excel we can calculate the new area and parameter and get it pretty close. I just tried it and the 5th year was very very close to doing the whole thing five times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 columns.&lt;/P&gt;&lt;P&gt;Row 1&amp;nbsp; Len(A1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Area(B1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Buffer(C1)&amp;nbsp;&amp;nbsp; The first values for Len and Area come from you polygons.&amp;nbsp; the first buffer is &lt;/P&gt;&lt;P&gt;=((B2*1.1) -B2)/A2&amp;nbsp; this will fill in C2&lt;/P&gt;&lt;P&gt;A2 and B2 came from the polygosn&lt;/P&gt;&lt;P&gt;for cell A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =A2 * (1 + (C2/100))&amp;nbsp; then drag it down&lt;/P&gt;&lt;P&gt;for cell B3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =B2*1.1 drag it down&lt;/P&gt;&lt;P&gt;for cell C3 drag C2 down&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did this with my example.&amp;nbsp;&amp;nbsp; By creating 5 buffers in ArcMAP the final increase was 3.939114292&amp;nbsp; by running this trough Excel I came&amp;nbsp; up with 3.939114202&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would think if you export your polygons with ObjectID, shape length and shape area you can calculate the 5 and 10 year buffer sizes rather quickly.&amp;nbsp; then you can bring the table back in and with a join populate the 5 and 10 year buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would say in Access we could build a calculation that would add up the new area and length and in a single iteration calculate the final buffer for 5 and 10 year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 18:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298062#M671</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2016-06-09T18:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298063#M672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using your Excel idea and compared it with manually doing 5 buffers in ArcMap, using your formula for the buffer distance. Doing it in Excel got quite different buffer distances than doing it in ArcMap, but the end result was extremely close, 99+ percent.&amp;nbsp; So I'm rather puzzled as to why that should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1046"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Year&lt;/TD&gt;&lt;TD class="xl67" width="108"&gt;Len&lt;/TD&gt;&lt;TD class="xl66" width="135"&gt;Area&lt;/TD&gt;&lt;TD class="xl65" width="103"&gt;Buffer Distance&lt;/TD&gt;&lt;TD class="xl68" width="92"&gt;Acres&lt;/TD&gt;&lt;TD class="xl70" width="97"&gt;ArcMap/Excel&lt;/TD&gt;&lt;TD class="xl67" width="89"&gt;Len (ArcMap)&lt;/TD&gt;&lt;TD width="97"&gt;Area (ArcMap)&lt;/TD&gt;&lt;TD width="162"&gt;Buffer Distance(ArcMap)&lt;/TD&gt;&lt;TD class="xl68" width="99"&gt;Acres(ArcMap)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;582477.514&lt;/TD&gt;&lt;TD align="right"&gt;47218070.03&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;8.1064&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;11668&lt;/TD&gt;&lt;TD align="right" class="xl70"&gt;1.000000&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;582477.514&lt;/TD&gt;&lt;TD align="right"&gt;47218070.03&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;8.1064&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;11668&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;629695.584&lt;/TD&gt;&lt;TD align="right"&gt;51939877.03&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;8.2484&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;12834&lt;/TD&gt;&lt;TD align="right" class="xl70"&gt;0.998870&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;569034.055&lt;/TD&gt;&lt;TD align="right"&gt;51881183.41&lt;/TD&gt;&lt;TD align="right"&gt;9.1174&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;12820&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;681635.461&lt;/TD&gt;&lt;TD align="right"&gt;57133864.73&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;8.3819&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;14118&lt;/TD&gt;&lt;TD align="right" class="xl70"&gt;0.998816&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;570108.553&lt;/TD&gt;&lt;TD align="right"&gt;57066214.23&lt;/TD&gt;&lt;TD align="right"&gt;10.0097&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;14101&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;738769.326&lt;/TD&gt;&lt;TD align="right"&gt;62847251.21&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;8.5070&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;15530&lt;/TD&gt;&lt;TD align="right" class="xl70"&gt;0.998997&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;572501.946&lt;/TD&gt;&lt;TD align="right"&gt;62784212.6&lt;/TD&gt;&lt;TD align="right"&gt;10.9666&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;15514&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;801616.577&lt;/TD&gt;&lt;TD align="right"&gt;69131976.33&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;8.6241&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;17083&lt;/TD&gt;&lt;TD align="right" class="xl70"&gt;0.999418&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;577001.417&lt;/TD&gt;&lt;TD align="right"&gt;69091740.99&lt;/TD&gt;&lt;TD align="right"&gt;11.9743&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;17073&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;870748.553&lt;/TD&gt;&lt;TD align="right"&gt;76045173.96&lt;/TD&gt;&lt;TD class="xl69"&gt;---&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;18791&lt;/TD&gt;&lt;TD align="right" class="xl70"&gt;0.999744&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;581227.094&lt;/TD&gt;&lt;TD align="right"&gt;76025680.41&lt;/TD&gt;&lt;TD class="xl69"&gt;---&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;18786&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 20:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298063#M672</guid>
      <dc:creator>DavidStockdale</dc:creator>
      <dc:date>2016-06-09T20:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298064#M673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That may be, but I think the abstraction (circle) would work for me in this situation, since this is for a programmatic EIS and they are wanting to know the effects of different weed treatments over a large area, not a specific project site. The 10% per year was the approximate minimum rate of spread of the weeds as estimated&amp;nbsp; by the resource specialists. The rate could be as much as 24%, and I would model that as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298064#M673</guid>
      <dc:creator>DavidStockdale</dc:creator>
      <dc:date>2016-06-10T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298065#M674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The approximation calculating the buffer distance using the perimeter looks fine to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't actually have to create a featureclass if you use geometry objects that have been added to Arcpy recently. Just copy the featureclass into a polygon geometry and then use arcpy functions to buffer it. All in memory, extremely fast and easy so it should be quite ok to iterate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 03:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298065#M674</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2016-06-13T03:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: buffer distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298066#M675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably because the area of the buffered circle in ArcMap is not really a circle, but an "NGon", something that looks pretty much like a circle, but is in fact a bunch of vertices going around the edge. All those tiny little arcs along the edge, add up to your difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/buffer-distance/m-p/298066#M675</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-06-13T07:21:22Z</dc:date>
    </item>
  </channel>
</rss>

