<?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 inconsistency in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1533962#M87860</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using ArcGIS version 3.3 and have encountered an issue. I created a 0.5-mile buffer around a point, but when I use the "Measure Distance" tool to check the distance, it shows 0.68 miles. My layer is projected in State Plane NAD1983 FIPS 2001. Could you please advise on how to resolve this discrepancy? Any assistance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Yesim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="buffer_problem.JPG" style="width: 979px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114109i5D847DDBC5DF65AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="buffer_problem.JPG" alt="buffer_problem.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 00:56:54 GMT</pubDate>
    <dc:creator>YesimSungu-Eryilmaz</dc:creator>
    <dc:date>2024-09-02T00:56:54Z</dc:date>
    <item>
      <title>Buffer distance inconsistency</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1533962#M87860</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using ArcGIS version 3.3 and have encountered an issue. I created a 0.5-mile buffer around a point, but when I use the "Measure Distance" tool to check the distance, it shows 0.68 miles. My layer is projected in State Plane NAD1983 FIPS 2001. Could you please advise on how to resolve this discrepancy? Any assistance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Yesim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="buffer_problem.JPG" style="width: 979px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114109i5D847DDBC5DF65AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="buffer_problem.JPG" alt="buffer_problem.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 00:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1533962#M87860</guid>
      <dc:creator>YesimSungu-Eryilmaz</dc:creator>
      <dc:date>2024-09-02T00:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer distance inconsistency</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1533970#M87861</link>
      <description>&lt;P&gt;open a new map, without any basemap&lt;/P&gt;&lt;P&gt;add the buffer layer and only that layer to the map&lt;/P&gt;&lt;P&gt;the map coordinate system should match your featureclass&lt;/P&gt;&lt;P&gt;add the point featureclass to the map and measure the distance now&lt;/P&gt;&lt;P&gt;do you still get the 0.68 mi buffer?&lt;/P&gt;&lt;P&gt;if so, buffer the point again within that map and report what you get&lt;/P&gt;&lt;P&gt;measure the buffer&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 01:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1533970#M87861</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-09-02T01:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer distance inconsistency</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1534007#M87865</link>
      <description>&lt;P&gt;When running the buffer tool it will respect the output coordinate system and any transformations.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/buffer.htm#GUID-E3EA0491-1E80-418B-A884-626F979DC934" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/buffer.htm#GUID-E3EA0491-1E80-418B-A884-626F979DC934&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This means that the buffer may run and generate in the desired coordinate system (0.5 miles).&lt;/P&gt;&lt;P&gt;But the map may be measuring in the map coordinate system e.g. WGS84 web mercator would throw a different measurement.&lt;/P&gt;&lt;P&gt;As Dan Patterson hinted at, adding the layer to a new map will default to the layer's coordinate system and show the measurements in that.&lt;/P&gt;&lt;P&gt;But one other thing to consider is that you can do planar or geodesic buffers. By default the planar method will be used. Double check what mode is being used in your map when using the measure tool.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/measure.htm#ESRI_SECTION1_AA3FBCB332934D84993C6EE58ACB6BBC" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/measure.htm#ESRI_SECTION1_AA3FBCB332934D84993C6EE58ACB6BBC&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 07:52:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1534007#M87865</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-09-02T07:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer distance inconsistency</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1534080#M87869</link>
      <description>&lt;P&gt;I changed the map's coordinate system to State plane as it was set to WGS84 and that solved the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 13:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1534080#M87869</guid>
      <dc:creator>YesimSungu-Eryilmaz</dc:creator>
      <dc:date>2024-09-02T13:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer distance inconsistency</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1534081#M87870</link>
      <description>&lt;P&gt;Thank you! I changed the map's coordinate system to State plane as it was set to WGS84 and that solved the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 13:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/buffer-distance-inconsistency/m-p/1534081#M87870</guid>
      <dc:creator>YesimSungu-Eryilmaz</dc:creator>
      <dc:date>2024-09-02T13:57:09Z</dc:date>
    </item>
  </channel>
</rss>

