<?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: Comparing polygons and showing arrowheads along the polygon boundary in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500571#M39328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi xander_bakker, blake.terhune, dkwiens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. I just found out the Geonet has moved my post to&lt;/P&gt;&lt;P&gt;this page.  My overall goal is to compare the polygons by the population by&lt;/P&gt;&lt;P&gt;showing arrowhead along the boundaries. In my original shapefile, there&lt;/P&gt;&lt;P&gt;were hundreds of polygons. Because I didn't know how to do it at that time,&lt;/P&gt;&lt;P&gt;so, I ended up doing this manually in Auto cad. I overlaid a grid layer on&lt;/P&gt;&lt;P&gt;the polygons, then placed the arrow heads one by one in each grid, so there&lt;/P&gt;&lt;P&gt;were arrow heads along the polygon's boundaries evenly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done something similar to the xander_bakker's suggestion. The only&lt;/P&gt;&lt;P&gt;problem was our client wanted the arrow head in cad format. I had all those&lt;/P&gt;&lt;P&gt;arrow heads pointing to the boundary perpendicularly in the shapefile.&lt;/P&gt;&lt;P&gt;However, when I converted it to cad, something went wrong and the&lt;/P&gt;&lt;P&gt;orientation of those arrow heads were all messed up. I also tried to save&lt;/P&gt;&lt;P&gt;them as the annotation but it didn't work out during the conversion. So I&lt;/P&gt;&lt;P&gt;had to do it manually instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had suggested blake.terhune suggestion to our client when I first started&lt;/P&gt;&lt;P&gt;on this project, however, they only wanted the arrow heads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try dkwiens suggestion. Thanks for showing me how to remove the&lt;/P&gt;&lt;P&gt;duplicated line. When I was brainstorming this earlier, I thought about&lt;/P&gt;&lt;P&gt;doing something like that, but I couldn't figure out how to remove the&lt;/P&gt;&lt;P&gt;duplicated line at that time. We have to deliver the arrowhead whenever&lt;/P&gt;&lt;P&gt;there is a boundary changed. I will denitely try our your approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 03:26:19 GMT</pubDate>
    <dc:creator>DymShiu</dc:creator>
    <dc:date>2015-05-05T03:26:19Z</dc:date>
    <item>
      <title>Comparing polygons and showing arrowheads along the polygon boundary</title>
      <link>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500567#M39324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a polygon shape file with neighborhoods' names and populations. I would like know to if there is a way to show arrow heads along the polygon boundary, pointing to the neighborhoods with the lower populations. Thank you!&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/legacyfs/online/29101_final.jpg"&gt;&lt;IMG alt="final.jpg" class="image-1 jive-image" height="716" src="https://community.esri.com/legacyfs/online/29101_final.jpg" style="width: 620px; height: 593px;" width="749" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 22:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500567#M39324</guid>
      <dc:creator>DymShiu</dc:creator>
      <dc:date>2014-11-10T22:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing polygons and showing arrowheads along the polygon boundary</title>
      <link>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500568#M39325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no standard visualization tools for this particular purpose. However there is a lot you can do with some Python programming and perhaps representations. First of all you should establish adjacency between polygons and compare the population, next the arrows should be defined. To define those arrows you could pick points on the border of a polygon, determine the bearing of the border at the point and create a line perpendicular to the bearing of the border depending on the populations. This line could be drawn with an arrow head.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have moved this thread to the Python place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2015 05:20:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500568#M39325</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-05-02T05:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing polygons and showing arrowheads along the polygon boundary</title>
      <link>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500569#M39326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think symbolizing your polygons by population with a fill using a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/00s5/00s500000029000000.htm"&gt;graduated color ramp&lt;/A&gt; is the easiest way to visually identify which feature is greater or less than the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you describe the overall goal here? Maybe there is a different way to approach your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 17:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500569#M39326</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2015-05-04T17:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing polygons and showing arrowheads along the polygon boundary</title>
      <link>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500570#M39327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on how many polygons you have, this semi-manual method may be suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Run Intersect on the polygons as the only input, specifying line as the output type. This creates boundary lines shared between polygons. Unfortunately, there will be two copies of each line, one for each participating polygon.&lt;/P&gt;&lt;P&gt;2.) Dissolve the duplicate lines, turning off create multipart, and unsplit lines. Now you'll have one boundary line between polygons.&lt;/P&gt;&lt;P&gt;3.) Symbolize the lines as an arrow underneath a line. See below - I added an arrow layer in the line symbology as a character marker symbol from the Arial font (↑).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/94476_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;4.) Inspect your lines. They will be symbolized according to the line orientation saved in the shapefile.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/94477_2.PNG" style="width: 620px; height: 430px;" /&gt;&lt;/P&gt;&lt;P&gt;5.) If a line is not symbolized in the orientation you want, start editing, select the line, edit vertices, right-click the line, and choose Flip.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.PNG" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/94487_3.PNG" style="width: 620px; height: 473px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 18:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500570#M39327</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-05-04T18:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing polygons and showing arrowheads along the polygon boundary</title>
      <link>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500571#M39328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi xander_bakker, blake.terhune, dkwiens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. I just found out the Geonet has moved my post to&lt;/P&gt;&lt;P&gt;this page.  My overall goal is to compare the polygons by the population by&lt;/P&gt;&lt;P&gt;showing arrowhead along the boundaries. In my original shapefile, there&lt;/P&gt;&lt;P&gt;were hundreds of polygons. Because I didn't know how to do it at that time,&lt;/P&gt;&lt;P&gt;so, I ended up doing this manually in Auto cad. I overlaid a grid layer on&lt;/P&gt;&lt;P&gt;the polygons, then placed the arrow heads one by one in each grid, so there&lt;/P&gt;&lt;P&gt;were arrow heads along the polygon's boundaries evenly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done something similar to the xander_bakker's suggestion. The only&lt;/P&gt;&lt;P&gt;problem was our client wanted the arrow head in cad format. I had all those&lt;/P&gt;&lt;P&gt;arrow heads pointing to the boundary perpendicularly in the shapefile.&lt;/P&gt;&lt;P&gt;However, when I converted it to cad, something went wrong and the&lt;/P&gt;&lt;P&gt;orientation of those arrow heads were all messed up. I also tried to save&lt;/P&gt;&lt;P&gt;them as the annotation but it didn't work out during the conversion. So I&lt;/P&gt;&lt;P&gt;had to do it manually instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had suggested blake.terhune suggestion to our client when I first started&lt;/P&gt;&lt;P&gt;on this project, however, they only wanted the arrow heads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try dkwiens suggestion. Thanks for showing me how to remove the&lt;/P&gt;&lt;P&gt;duplicated line. When I was brainstorming this earlier, I thought about&lt;/P&gt;&lt;P&gt;doing something like that, but I couldn't figure out how to remove the&lt;/P&gt;&lt;P&gt;duplicated line at that time. We have to deliver the arrowhead whenever&lt;/P&gt;&lt;P&gt;there is a boundary changed. I will denitely try our your approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 03:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/comparing-polygons-and-showing-arrowheads-along/m-p/500571#M39328</guid>
      <dc:creator>DymShiu</dc:creator>
      <dc:date>2015-05-05T03:26:19Z</dc:date>
    </item>
  </channel>
</rss>

