<?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 perpendicular line to a stream segment and plot elevation profile in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757426#M58450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a python-addin button such that when I click on a stream it will create a perpendicular line to the stream at that point (or if by some error I click very close to the stream it will snap to the stream). I want to be able to specify the length of the line.Once it has created the line as a shape-file, it should then interpolate shape(elevation) from a DEM(Lidar) and plot the elevation profile.My intention is to be able to use GIS to get an idea of the width to depth ratio of a stream before ground truthing and I want to do this with just one click of a mouse button using ArcGIS.I have very little background on coding and this is my first time doing this.If any one out there have done something similar and can help me I will appreciate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 16:52:27 GMT</pubDate>
    <dc:creator>MohamedJalloh1</dc:creator>
    <dc:date>2013-07-25T16:52:27Z</dc:date>
    <item>
      <title>Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757426#M58450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create a python-addin button such that when I click on a stream it will create a perpendicular line to the stream at that point (or if by some error I click very close to the stream it will snap to the stream). I want to be able to specify the length of the line.Once it has created the line as a shape-file, it should then interpolate shape(elevation) from a DEM(Lidar) and plot the elevation profile.My intention is to be able to use GIS to get an idea of the width to depth ratio of a stream before ground truthing and I want to do this with just one click of a mouse button using ArcGIS.I have very little background on coding and this is my first time doing this.If any one out there have done something similar and can help me I will appreciate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 16:52:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757426#M58450</guid>
      <dc:creator>MohamedJalloh1</dc:creator>
      <dc:date>2013-07-25T16:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757427#M58451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This tool will create a perpendicular line at a user defined length from the center ( or end nodes) of the line.&amp;nbsp; It is not exactly what you want but the code is a starting point to solving your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="ftp://lnnr.lummi-nsn.gov/GIS_Scripts/createperpendicularlines.zip"&gt;ftp://lnnr.lummi-nsn.gov/GIS_Scripts/createperpendicularlines.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 14:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757427#M58451</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2013-07-29T14:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757428#M58452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which would give you the line, then you could use StackProfile_3d to get your profile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 18:40:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757428#M58452</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-07-29T18:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757429#M58453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This tool will create a perpendicular line at a user defined length from the center ( or end nodes) of the line.&amp;nbsp; It is not exactly what you want but the code is a starting point to solving your problem.&lt;BR /&gt;&lt;A href="ftp://lnnr.lummi-nsn.gov/GIS_Scripts/createperpendicularlines.zip"&gt;ftp://lnnr.lummi-nsn.gov/GIS_Scripts/createperpendicularlines.zip&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks I started looking at your codes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 03:21:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757429#M58453</guid>
      <dc:creator>MohamedJalloh1</dc:creator>
      <dc:date>2013-09-17T03:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757430#M58454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or you could look at Ianko's tools :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.ian-ko.com/"&gt;http://www.ian-ko.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ET surface module can animate cross section of a surface going down a route (a stream line for example).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 06:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757430#M58454</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2013-09-17T06:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757431#M58455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to everyone that replied to my post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 21:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757431#M58455</guid>
      <dc:creator>MohamedJalloh1</dc:creator>
      <dc:date>2013-09-25T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757432#M58456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to do this too.&amp;nbsp;&amp;nbsp; I want to be able to get perpendicular lines to a stream network at certain pre-defined points.&amp;nbsp; Then get profiles of those.&amp;nbsp; Hmm.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 21:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757432#M58456</guid>
      <dc:creator>DianneYunker1</dc:creator>
      <dc:date>2014-03-06T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757433#M58457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about creating perpendicular intersecting lines at specific points along the line, as defined by actual points that run along the line at arbitrary distances from each other? So I have a line, and along that line there are six points. I want intersecting lines drawn at each of those points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 19:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757433#M58457</guid>
      <dc:creator>JW_Mapguy</dc:creator>
      <dc:date>2016-08-22T19:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757434#M58458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That tool that I created will create a perpendicular line but the "perpendicular line" is perpendicular to an imaginary line that runs from the start node to the end node so some care is required to get what you want. If you want to create perps at specific places why not create a new line file where each line is tangent to your stream course at the intersect of the point locations, buffer the points some reasonable distance, clip the tangent lines so your tangents are centered on the points, then run the perpendicular lines tool creating new perps at the midpoint of your tangent line. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 18:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/757434#M58458</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2016-09-07T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a perpendicular line to a stream segment and plot elevation profile</title>
      <link>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/1094047#M62209</link>
      <description>&lt;P&gt;To All....&lt;BR /&gt;if you're interested in getting a tool that generates perpendicular lines and considers m-values and z-values you may want to support this posted idea --&amp;gt; &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/generate-transects-along-lines-tool-define-spacing/idi-p/934519" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/generate-transects-along-lines-tool-define-spacing/idi-p/934519&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 16:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-perpendicular-line-to-a-stream-segment/m-p/1094047#M62209</guid>
      <dc:creator>BBicking</dc:creator>
      <dc:date>2021-08-31T16:12:07Z</dc:date>
    </item>
  </channel>
</rss>

