<?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>tema Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are, en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10029908#M1041571</link>
    <description>&lt;P&gt;Thank you guys for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ll try to clean the data with other software like FME and find out if it can resolve all such “dirty” data. This is how the data is received and we are tasked to derive parcels out of them with optimal approach&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 20:21:55 GMT</pubDate>
    <dc:creator>JamaL9722060</dc:creator>
    <dc:date>2021-01-25T20:21:55Z</dc:date>
    <item>
      <title>AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010524#M1040881</link>
      <description>&lt;P&gt;AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Surveyors used to draw parcel lines with circles at each vertex without having these lines connected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What might be the best practice to get these lines connected IN ONE GO such that they can be converted to GIS decently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample data is attached&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="Clip_209.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/867989i7E4BEA442DCD0B84/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_209.jpg" alt="Clip_209.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 18:12:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010524#M1040881</guid>
      <dc:creator>JamaL9722060</dc:creator>
      <dc:date>2021-01-18T18:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010623#M1040888</link>
      <description>&lt;P&gt;I think you need some programming (LISP).&lt;/P&gt;
&lt;P&gt;A rough idea:&lt;/P&gt;
&lt;P&gt;- check for each line, if an endpoint is inside a circle: compare each endpoint with each centerpoint, if the distance is smaller or equal than the radius of the circles (0.75) then&lt;/P&gt;
&lt;P&gt;- change the coordinate of this endpoint to the coordinate of the centerpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But this is only a first thought. I'd suggest to ask in the customization forum if someone can help (or perhaps you can do it yourselfe).&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>Mon, 18 Jan 2021 18:59:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010623#M1040888</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2021-01-18T18:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010692#M1040894</link>
      <description>Any reason you are not using AutoCADMAP (or Civil) instead of plain AutoCAD for this task? I see they are in your signature for older 2014 software, any reason you abandoned them?</description>
      <pubDate>Mon, 18 Jan 2021 19:26:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010692#M1040894</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2021-01-18T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010736#M1040899</link>
      <description>&lt;P&gt;Circles? Surveyors using circles? Why?&lt;/P&gt;&lt;P&gt;BTW, some consider Survey drawings and GIS drawings are like oil and water, they don't mix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get rid of the circles, they can't be used if your end goal is shapefile. To begin, use MAPCLEAN command. Next, you'll need to make the parcel lines &lt;EM&gt;TOUCH &lt;/EM&gt;and touching will&amp;nbsp;create intersections. Depending on your specific drawing, your settings may, or may not look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 711px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/868032i6808B051B0C3C904/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create polygons which can be exported to shapefile, do this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new 'PARCEL' layer. Make the Parcel layer current. Optional: Give this layer a high visibility color.&lt;/LI&gt;&lt;LI&gt;Invoke the BOUNDARY command=&amp;gt;Click the button labeled &lt;U&gt;Pick Points&lt;/U&gt;=&amp;gt;Click the interior of each parcel=&amp;gt;ENTER.&lt;/LI&gt;&lt;LI&gt;The the individual parcels have been generated. Turn off all layers to reveal the new parcel boundaries.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The newly created boundaries are all closed polylines which can be&amp;nbsp; exported to as a feature class in shapefile format.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 19:50:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010736#M1040899</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2021-01-18T19:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010899#M1040921</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5952317"&gt;@j.palmeL29YX&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;... if an endpoint is inside a circle: compare each endpoint with each centerpoint, if the distance is smaller or equal than the radius of the circles (0.75) then&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- change the coordinate of this endpoint to the coordinate of the centerpoint.&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/586963"&gt;@JamaL9722060&lt;/a&gt;&amp;nbsp;, do they ever end &lt;EM&gt;inside&lt;/EM&gt; the Circles, or do they just &lt;EM&gt;touch&lt;/EM&gt; the Circles?&amp;nbsp; The principle is the same, but it could be easier to write code if the endpoints always&amp;nbsp;&lt;EM&gt;lie on&lt;/EM&gt; the Circles.&amp;nbsp; [I did notice some running &lt;EM&gt;through&lt;/EM&gt; Circles, but it looks like they are extras, overlaying others there that do not run through.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, that process will be different for the &lt;EM&gt;Arcs&lt;/EM&gt; at street corners.&amp;nbsp; The change would be to the &lt;EM&gt;starting or ending angle&lt;/EM&gt; of the Arc, since that's what's stored for them, not the coordinates of their endpoints.&amp;nbsp; That is certainly possible, just different from what would be changed for Lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which raises the question:&amp;nbsp; Are the boundary parts that run from Circle to Circle &lt;EM&gt;Lines and Arcs&lt;/EM&gt;, as I have been assuming, or are they &lt;EM&gt;Polylines&lt;/EM&gt; [or maybe something else]?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 20:49:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10010899#M1040921</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-01-18T20:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10029908#M1041571</link>
      <description>&lt;P&gt;Thank you guys for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ll try to clean the data with other software like FME and find out if it can resolve all such “dirty” data. This is how the data is received and we are tasked to derive parcels out of them with optimal approach&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 20:21:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10029908#M1041571</guid>
      <dc:creator>JamaL9722060</dc:creator>
      <dc:date>2021-01-25T20:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10030174#M1041580</link>
      <description>&lt;P&gt;Is your site in Ranits?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A typical format for parcels is shapefile because it is both geospatial and data rich. The parcel data can be loaded into attribute fields and the line work can be referenced to real world locations. Ask the sender if they have the parcel data in shapefile or gdb format.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 22:05:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10030174#M1041580</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2021-01-25T22:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2021: What is best practice to get parcel lines connected where the circles are,</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10064926#M1042883</link>
      <description>&lt;P&gt;Thank you ChicagoLooper&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Jamal&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 18:58:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-2021-what-is-best-practice-to-get-parcel-lines-connected/m-p/10064926#M1042883</guid>
      <dc:creator>JamaL9722060</dc:creator>
      <dc:date>2021-02-07T18:58:23Z</dc:date>
    </item>
  </channel>
</rss>

