<?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: Change multiple line segments from circular arc to straight? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/change-multiple-line-segments-from-circular-arc-to/m-p/582540#M32943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please correct me if I am wrong, but I believe circular arcs are Bezier curves.&amp;nbsp; You can use the arcpy.Densify_edit method in python to remove these curves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the ESRI documentation for this method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001v00000003000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001v00000003000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this is what you are looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2012 12:28:18 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2012-05-15T12:28:18Z</dc:date>
    <item>
      <title>Change multiple line segments from circular arc to straight?</title>
      <link>https://community.esri.com/t5/data-management-questions/change-multiple-line-segments-from-circular-arc-to/m-p/582539#M32942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a data set where many arcs need to be changed to straight lines. I have a report of the data set, showing which lines have anwanted radiuses, on the following form:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;OID 3, Målemetode '&amp;lt;Ukjent&amp;gt;', Nøyaktighet '&amp;lt;Ukjent&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Partnummer Punktnummer Nord �?st Høyde Radius&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; 1 6651396,500 612318,560&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; 2 6651399,907 612312,964&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; 3 6651403,210 612307,540&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;OID 5, Målemetode '&amp;lt;Ukjent&amp;gt;', Nøyaktighet '&amp;lt;Ukjent&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Partnummer Punktnummer Nord �?st Høyde Radius&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; 1 6647679,520 617209,770&amp;nbsp; 99,452&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; 2 6647676,374 617231,726&amp;nbsp; 99,452&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;OID 6, Målemetode '&amp;lt;Ukjent&amp;gt;', Nøyaktighet '&amp;lt;Ukjent&amp;gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Partnummer Punktnummer Nord �?st Høyde Radius&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; 1 6650282,000 609674,690&amp;nbsp; 0,000&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; 2 6650283,000 609673,440&amp;nbsp; 0,000&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The report gives object ID of the line feature (OID), "Målemetode ukjent" = surveying method unknown, "Nøyaktighet ukjent" = Unknown accuracy, "Partsnummer" (part number in a multipart feature, there should not be any in this data set), "punktnummer" = vertex number, "nord" = north, "øst" = east, "høyde" = height (the data does not have z values), and "radius" I assume you understand. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see in the example, for straight lines, no radius is given after the east coordinate, and for circular arcs that we want to keep, the radius is a number not equal to 0,000. The radius of on a circular arc is given for both the start- and endpoint of a line segment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to make ArcMAP go through the report, find lines where the radius = 0,000, and then change the corresponding line segments to straight? I am not familiar with Python, but I have a feeling that might come in handy here. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas are appreciated! Regards, Turid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 08:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/change-multiple-line-segments-from-circular-arc-to/m-p/582539#M32942</guid>
      <dc:creator>TuridBrox</dc:creator>
      <dc:date>2012-05-15T08:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change multiple line segments from circular arc to straight?</title>
      <link>https://community.esri.com/t5/data-management-questions/change-multiple-line-segments-from-circular-arc-to/m-p/582540#M32943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please correct me if I am wrong, but I believe circular arcs are Bezier curves.&amp;nbsp; You can use the arcpy.Densify_edit method in python to remove these curves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the ESRI documentation for this method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001v00000003000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001v00000003000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this is what you are looking for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/change-multiple-line-segments-from-circular-arc-to/m-p/582540#M32943</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-05-15T12:28:18Z</dc:date>
    </item>
  </channel>
</rss>

