<?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 Create  circles in/from a point cloud (Scikit-learn)? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/create-circles-in-from-a-point-cloud-scikit-learn/m-p/1090269#M62112</link>
    <description>&lt;P&gt;Good day, Everybody.&lt;/P&gt;&lt;P&gt;I have a task I should create many circles in a point cloud (my file can be .csv) and calculate their diameter in the area 100m x 100 m.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the coordinates of the starting point.&lt;/P&gt;&lt;P&gt;The circles should be created at the height 1.35 m from the initial point. For example, I have z=600 m, so I will create all circles at 601.35 m.&lt;/P&gt;&lt;P&gt;The main issue is there are a lot of points at least 2 million, and some of them are spread.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want my script to move a circle at a height of 601.35 m and change the diameter of the circle to fit the shape of the circle. The main purpose is to find enough points (around 20 points) that fit in the circle and show the diameter of each circle. The diameter will be from 0.1 m to 0.9 m.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnS_0-1629359624831.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21135i05C2A5A0D926E690/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnS_0-1629359624831.png" alt="JohnS_0-1629359624831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I give the figure to demonstrate my idea.&lt;/P&gt;&lt;P&gt;I will be happy to get any help. Probably, somebody has already developed a similar script.&lt;/P&gt;&lt;P&gt;As to the final output, a list with the diameters in .csv will be okay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As to modules, I think about scikit-learn.&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 11:51:09 GMT</pubDate>
    <dc:creator>JohnS</dc:creator>
    <dc:date>2021-08-19T11:51:09Z</dc:date>
    <item>
      <title>Create  circles in/from a point cloud (Scikit-learn)?</title>
      <link>https://community.esri.com/t5/python-questions/create-circles-in-from-a-point-cloud-scikit-learn/m-p/1090269#M62112</link>
      <description>&lt;P&gt;Good day, Everybody.&lt;/P&gt;&lt;P&gt;I have a task I should create many circles in a point cloud (my file can be .csv) and calculate their diameter in the area 100m x 100 m.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the coordinates of the starting point.&lt;/P&gt;&lt;P&gt;The circles should be created at the height 1.35 m from the initial point. For example, I have z=600 m, so I will create all circles at 601.35 m.&lt;/P&gt;&lt;P&gt;The main issue is there are a lot of points at least 2 million, and some of them are spread.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want my script to move a circle at a height of 601.35 m and change the diameter of the circle to fit the shape of the circle. The main purpose is to find enough points (around 20 points) that fit in the circle and show the diameter of each circle. The diameter will be from 0.1 m to 0.9 m.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnS_0-1629359624831.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21135i05C2A5A0D926E690/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohnS_0-1629359624831.png" alt="JohnS_0-1629359624831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I give the figure to demonstrate my idea.&lt;/P&gt;&lt;P&gt;I will be happy to get any help. Probably, somebody has already developed a similar script.&lt;/P&gt;&lt;P&gt;As to the final output, a list with the diameters in .csv will be okay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As to modules, I think about scikit-learn.&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 11:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-circles-in-from-a-point-cloud-scikit-learn/m-p/1090269#M62112</guid>
      <dc:creator>JohnS</dc:creator>
      <dc:date>2021-08-19T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create  circles in/from a point cloud (Scikit-learn)?</title>
      <link>https://community.esri.com/t5/python-questions/create-circles-in-from-a-point-cloud-scikit-learn/m-p/1091644#M62166</link>
      <description>&lt;P&gt;I just searched google for "fitting points to a circle" and it threw up &lt;A href="https://www.mapleprimes.com/questions/201116-How-To-Fit-A-Circle-To-A-Set-Of-Points" target="_self"&gt;this&lt;/A&gt; amongst other pages.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 10:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-circles-in-from-a-point-cloud-scikit-learn/m-p/1091644#M62166</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-08-24T10:29:43Z</dc:date>
    </item>
  </channel>
</rss>

