<?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: Wrong minimum bounding circle in UTM in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139736#M4726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=3D230972-1422-2418-34A5-2F3FFF97C238"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=3D230972-1422-2418-34A5-2F3FFF97C238&lt;/A&gt;&lt;SPAN&gt; and compare results&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 11:16:44 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2012-12-05T11:16:44Z</dc:date>
    <item>
      <title>Wrong minimum bounding circle in UTM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139734#M4724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003q000000"&gt;Minimum bounding circles&lt;/A&gt;&lt;SPAN&gt; for some polygon features.Most often I find that some features lying outside the resulting circle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a bug in ESRI ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used an alternative method of finding bounding circle...Find the envelope&amp;gt;Get the centroid&amp;gt;Get the farthest vertex from centroid and&amp;nbsp; use&amp;nbsp; ICircularArc interface to draw circle.This seems to provide correct result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 08:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139734#M4724</guid>
      <dc:creator>Durga_PrasadD</dc:creator>
      <dc:date>2012-12-05T08:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong minimum bounding circle in UTM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139735#M4725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Durga,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What version of ArcGIS Desktop are you running (including service packs)?&amp;nbsp; Do you have a sample dataset you could upload that exhibits this behavior?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 11:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139735#M4725</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-05T11:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong minimum bounding circle in UTM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139736#M4726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=3D230972-1422-2418-34A5-2F3FFF97C238"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=3D230972-1422-2418-34A5-2F3FFF97C238&lt;/A&gt;&lt;SPAN&gt; and compare results&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 11:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139736#M4726</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2012-12-05T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong minimum bounding circle in UTM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139737#M4727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using 9.3.1. Attaching the shape files that I used in UTM projection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)Points.shp---My features of interest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)BoundingBox.shp----Envelope for above points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)BoundingBox_Centroid.shp---Centroiod of this envelope&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4)BoundingBox_Centroid_Generat.dbf---Near table created by Proximity Analysis tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5)BoundingCircle.shp---Buffer created using largest distance(3582.146565 meters in this case)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FID 1275 is the farthest vertex in Points.shp from centroid ..this seems to lie oust side the BoundingCircle&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed an interesting thing...I have used 'Smooth' tool from Advanced Editing feature,with a threshold of 0.09(which is the measured deviation from circle boundary to the outlier point).This is resulting in a circle that passes through the outlier point just as I need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately,this is true only during editing session.The changes get lost when I save the changes brought in by 'smooth' .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 03:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/wrong-minimum-bounding-circle-in-utm/m-p/139737#M4727</guid>
      <dc:creator>Durga_PrasadD</dc:creator>
      <dc:date>2012-12-06T03:31:26Z</dc:date>
    </item>
  </channel>
</rss>

