<?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 inconsistent and inexact in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1525308#M87285</link>
    <description>&lt;P&gt;strange, since featureclass buffers in a geodatabase are supposed to be represented by circular arcs not n-gons (which shapefiles use)&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 18:39:21 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-08-21T18:39:21Z</dc:date>
    <item>
      <title>Buffer inconsistent and inexact</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1524656#M87217</link>
      <description>&lt;P&gt;I have a problem that is driving me crazy. (I realize there are some similar posts, but mine I think is distinct.)&lt;BR /&gt;I have a arcpython program to thin a large number of elevation points such that only the highest points within a particular radius (200 m usually) are kept. I do this by creating pairwise buffers around all the points as the first step.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arcpy.analysis.PairwiseBuffer(sorted_input_points, buffer_output, searchRadius,"NONE","#","PLANAR")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My problem is that the buffers are created slightly smaller than specified, so that in a few cases points that are less than 200 m apart are not selected (usually the distance is 199.97-199.99 m). I have visually inspected the buffers to confirm their size. All features and the Map use the WGS 1984 UTM 16N projection. I use the "PLANAR" option.&lt;/P&gt;&lt;P&gt;On the other hand, if I manually do a pairwise buffer, the buffer radius is correct and every point &amp;lt;= 200 m. from the focal point is selected, including the ones between 199.7-199.9.&lt;/P&gt;&lt;P&gt;Any ideas what is causing this?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 19:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1524656#M87217</guid>
      <dc:creator>WRingle</dc:creator>
      <dc:date>2024-08-20T19:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer inconsistent and inexact</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1524783#M87234</link>
      <description>&lt;P&gt;There may be something not apparent when using the tool's call in code, but try the geodesic option rather than planar.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/pairwise-buffer.htm" target="_blank" rel="noopener"&gt;Pairwise Buffer (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is a lot said about things that can affect the results (eg coordinate system etc), it might be worth a read to see if you can narrow it down.&amp;nbsp; Make sure you are creating a featureclass in a local file gdb to rule some of them out.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 22:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1524783#M87234</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-08-20T22:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer inconsistent and inexact</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1525256#M87280</link>
      <description>&lt;P&gt;That wasn't the problem and planar is more appropriate for UTM projections.&lt;/P&gt;&lt;P&gt;The problem is that buffers are actually multi-sided polygons rather than true circles. So if a point lies between vertices of a buffer polygon, if may fall outside the line between the two vertices, but in actuality be within a specified distance of the buffer center. Apparently the Densify command can help with this by increasing the number of vertices, but it will not give a true solution, since the same problem can possibly recur.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 17:32:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1525256#M87280</guid>
      <dc:creator>WRingle</dc:creator>
      <dc:date>2024-08-21T17:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer inconsistent and inexact</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1525308#M87285</link>
      <description>&lt;P&gt;strange, since featureclass buffers in a geodatabase are supposed to be represented by circular arcs not n-gons (which shapefiles use)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 18:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1525308#M87285</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-08-21T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer inconsistent and inexact</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1615510#M95832</link>
      <description>&lt;P&gt;It worked fine in ArcMap&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 15:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-inconsistent-and-inexact/m-p/1615510#M95832</guid>
      <dc:creator>TamsenWaldron</dc:creator>
      <dc:date>2025-05-16T15:44:50Z</dc:date>
    </item>
  </channel>
</rss>

