<?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: Calculate orthogonal Lines of a given Line in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678350#M52576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the normal (angle, point, distance) from the outputs of &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/near.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/near.htm"&gt;Near—Help | ArcGIS for Desktop&lt;/A&gt; and construct your normal segments accordingly...unless you want to do this in pure python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 12:18:16 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-11-18T12:18:16Z</dc:date>
    <item>
      <title>Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678349#M52575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas to do this. In arcpy?&lt;/P&gt;&lt;P&gt;In a given distance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 11:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678349#M52575</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2015-11-18T11:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678350#M52576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the normal (angle, point, distance) from the outputs of &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/near.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/near.htm"&gt;Near—Help | ArcGIS for Desktop&lt;/A&gt; and construct your normal segments accordingly...unless you want to do this in pure python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 12:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678350#M52576</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-18T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678351#M52577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't really get it? I would like to calculate &lt;A href="#/search=cross&amp;amp;searchLoc=0&amp;amp;resultOrder=basic&amp;amp;multiwordShowSingle=on"&gt;cross&lt;/A&gt; &lt;A href="#/search=direction&amp;amp;searchLoc=0&amp;amp;resultOrder=basic&amp;amp;multiwordShowSingle=on"&gt;direction&lt;/A&gt; &lt;A href="#/search=profile&amp;amp;searchLoc=0&amp;amp;resultOrder=basic&amp;amp;multiwordShowSingle=on"&gt;profile&lt;/A&gt; of one line with a dem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 13:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678351#M52577</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2015-11-18T13:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678352#M52578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to generate cross sections on a river centerline?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 14:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678352#M52578</guid>
      <dc:creator>LukeSturtevant</dc:creator>
      <dc:date>2015-11-18T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678353#M52579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a normal is a line at 90 degrees to another line as in a profile or cross-section etc.&amp;nbsp; Are you trying to create those? or are you just wanting lines across features?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 15:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678353#M52579</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-18T15:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678354#M52580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/71545"&gt;Luke Sturtevant&lt;/A&gt; , I might like to do something like that if you have a link or suggestions.....not wanting to hijack this post though, so if not a simple link and/or that isn't what the OP wanted, I can branch off to another post.&amp;nbsp; That maybe will help on&amp;nbsp; a project I am doing now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 16:08:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678354#M52580</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-11-18T16:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678355#M52581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have ET GeoWizards, the tool to generate perpendicular lines is Create Station Lines.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/144994_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Or, you can use arcpy geometry objects, as outlined in &lt;A _jive_internal="true" href="https://community.esri.com/thread/162987"&gt;this thread&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:16:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678355#M52581</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-11-18T17:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678356#M52582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca the current tool I have is attached. The code definitely works and does the same thing that Darren's code does, but it is not as compact as his code. I'm definitely going to update the tool to incorporate his more concise coding. Anyway, the tool generates perpendicular cross sections and also ensures that all cross sections are pointing from left to right looking downstream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On another note, I hope this kills two birds with one stone, but we have not heard from Johannes.&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678356#M52582</guid>
      <dc:creator>LukeSturtevant</dc:creator>
      <dc:date>2015-11-18T17:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678357#M52583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luke.&amp;nbsp; I'm going to check out both scripts, but my actual need might be more of a drainage/contour "parallel" flight line/transect.&amp;nbsp; I have thoughts on that already....project lead still trying to figure out what hereally wants. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for Johannes....time zone might be different.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:35:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678357#M52583</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-11-18T17:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678358#M52584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your link is no good, it goes to the geonet home page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 00:58:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678358#M52584</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-20T00:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate orthogonal Lines of a given Line</title>
      <link>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678359#M52585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/47947"&gt;Johannes Bierer&lt;/A&gt;​ did any suggestions work? Or should I just change this to a Discussion rather than a question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update&lt;/P&gt;&lt;P&gt;Discussion it is...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 12:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-orthogonal-lines-of-a-given-line/m-p/678359#M52585</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-20T12:37:22Z</dc:date>
    </item>
  </channel>
</rss>

