<?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 a point where line direction change exceeds specified angle in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-a-point-where-line-direction-change-exceeds/m-p/733419#M24169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem i'm trying to solve and was hoping the combined wisdom of the many would prevent me banging my head in frustration!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a line shapfile that contains 242 lines.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The lines represent streams &amp;amp; rivers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i'm looking to do is find all the points along the river/streams where the angle changes by a set value.&amp;nbsp; I see there is a 'set representation control point by angle' tool.&amp;nbsp; However i'm not overly familiar with the cartography tools and am just looking to create a point shapefile at each 'bend' in the river that exceeds a certain angle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible i'd also like to know add a field that contains the actual angle change.&amp;nbsp; But its not essential.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully that makes sense!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2013 10:53:09 GMT</pubDate>
    <dc:creator>MichaelWallis</dc:creator>
    <dc:date>2013-01-02T10:53:09Z</dc:date>
    <item>
      <title>Create a point where line direction change exceeds specified angle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-a-point-where-line-direction-change-exceeds/m-p/733419#M24169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem i'm trying to solve and was hoping the combined wisdom of the many would prevent me banging my head in frustration!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a line shapfile that contains 242 lines.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The lines represent streams &amp;amp; rivers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i'm looking to do is find all the points along the river/streams where the angle changes by a set value.&amp;nbsp; I see there is a 'set representation control point by angle' tool.&amp;nbsp; However i'm not overly familiar with the cartography tools and am just looking to create a point shapefile at each 'bend' in the river that exceeds a certain angle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If possible i'd also like to know add a field that contains the actual angle change.&amp;nbsp; But its not essential.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully that makes sense!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 10:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-a-point-where-line-direction-change-exceeds/m-p/733419#M24169</guid>
      <dc:creator>MichaelWallis</dc:creator>
      <dc:date>2013-01-02T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a point where line direction change exceeds specified angle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-a-point-where-line-direction-change-exceeds/m-p/733420#M24170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't work with shapefiles and the cartographic representation tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the attached Python script is code that calculates the azimuth change at vertices along any line, you may be able to extract what you need from the approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-a-point-where-line-direction-change-exceeds/m-p/733420#M24170</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2013-01-03T14:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a point where line direction change exceeds specified angle</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-a-point-where-line-direction-change-exceeds/m-p/733421#M24171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems we have a similar problem with Mike though we're dealing w/ a &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;represented RoadCasement_L (line feature class). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are creating fillet in every corner of the road to make it look better &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in a large scale map and we're trying to detect corners that are missed &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by the editor (no fillet). We figured the &lt;/SPAN&gt;&lt;STRONG&gt;Set Representation Control &lt;BR /&gt;Point By Angle&lt;/STRONG&gt;&lt;SPAN&gt; would detect angles that are equal or less than 120 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;degrees so that we will find the missed corners.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool worked without errors. We were able to distinguish the control &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;points (rotated vertex) over the normal vertex (square). The problem is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that we would like to export the control points to a point feature class &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so we can correct and audit the errors one by one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do this? Ideas are much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ferdinand Ratum&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Engineer II, Mapping and Geodesy Department&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;National Mapping and Resource Information Authority&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Philippines&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 00:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-a-point-where-line-direction-change-exceeds/m-p/733421#M24171</guid>
      <dc:creator>FerdinandRatum</dc:creator>
      <dc:date>2013-02-08T00:10:44Z</dc:date>
    </item>
  </channel>
</rss>

