<?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 Identifying the north facing edge of a polygon in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1045806#M39561</link>
    <description>&lt;P&gt;I'm trying to identify which edge of a land parcel is facing North.&lt;/P&gt;&lt;P&gt;I have found the 'front' of the parcel by finding the edge of the parcel closet to the road. Now I need to identify which edge of the parcel (labelled 'Front', 'Left', 'Back' and 'Right', clock-wise from the 'Front') is facing North.&lt;/P&gt;&lt;P&gt;I'm a bit stuck on where to even start with this. Any and all help is much appreciated!&lt;/P&gt;</description>
    <pubDate>Mon, 12 Apr 2021 02:28:35 GMT</pubDate>
    <dc:creator>ÓrlaHammond</dc:creator>
    <dc:date>2021-04-12T02:28:35Z</dc:date>
    <item>
      <title>Identifying the north facing edge of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1045806#M39561</link>
      <description>&lt;P&gt;I'm trying to identify which edge of a land parcel is facing North.&lt;/P&gt;&lt;P&gt;I have found the 'front' of the parcel by finding the edge of the parcel closet to the road. Now I need to identify which edge of the parcel (labelled 'Front', 'Left', 'Back' and 'Right', clock-wise from the 'Front') is facing North.&lt;/P&gt;&lt;P&gt;I'm a bit stuck on where to even start with this. Any and all help is much appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 02:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1045806#M39561</guid>
      <dc:creator>ÓrlaHammond</dc:creator>
      <dc:date>2021-04-12T02:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the north facing edge of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1045812#M39563</link>
      <description>&lt;P&gt;Hi OrlaHammond,&lt;/P&gt;&lt;P&gt;If you are looking for the a "Northern facing" line, you need to check each polygon geometry line segment's orthogonal vector in combination with the gradient of the line segment.&lt;/P&gt;&lt;P&gt;The orthogonal vector can be solved using the cross product. You can calculate the bearing by adding the gradient of the line segment. Also be careful of the direction of the gradient as this will affect the calculation of bearing.&lt;/P&gt;&lt;P&gt;I am assuming some of your parcels may not be always rectangular e.g. more than 4 lines. The condition to fine the most&amp;nbsp;"Northern facing"&amp;nbsp;line would be:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The line segment's orthogonal vector's angle +- gradient (depending on direction) is between 315 and 45 bearing,&lt;/LI&gt;&lt;LI&gt;The line segment's orthogonal vector angle is the minimum (closest to 0 bearing) of all line segment orthogonal vector angles.&lt;/LI&gt;&lt;LI&gt;The line segment's vector coordinates are max of other line segment vectors.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 00:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1045812#M39563</guid>
      <dc:creator>LongDinh</dc:creator>
      <dc:date>2021-04-13T00:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the north facing edge of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1051564#M40268</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm not quite following what you mean. Could you break it down a bit more?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 23:36:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1051564#M40268</guid>
      <dc:creator>ÓrlaHammond</dc:creator>
      <dc:date>2021-04-26T23:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the north facing edge of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1051609#M40272</link>
      <description>&lt;P&gt;Apologies for perhaps some confusion with my explanation. There's no need to solve an orthogonal vector using the cross product, rather, we can simply solve the gradient of the line segment and solving the angle of the perpendicular gradient.&lt;/P&gt;&lt;P&gt;I have sketched up a basic example below with all 3 cases mentioned above. Hope this helps&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LongDinh_0-1619489933448.png" style="width: 752px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11910iA904A177F6289143/image-dimensions/752x570?v=v2" width="752" height="570" role="button" title="LongDinh_0-1619489933448.png" alt="LongDinh_0-1619489933448.png" /&gt;&lt;/span&gt;&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>Tue, 27 Apr 2021 02:22:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1051609#M40272</guid>
      <dc:creator>LongDinh</dc:creator>
      <dc:date>2021-04-27T02:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the north facing edge of a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1053640#M40483</link>
      <description>&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 21:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/identifying-the-north-facing-edge-of-a-polygon/m-p/1053640#M40483</guid>
      <dc:creator>ÓrlaHammond</dc:creator>
      <dc:date>2021-05-02T21:29:07Z</dc:date>
    </item>
  </channel>
</rss>

