<?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: Creating wedge-shaped territories in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216358#M7445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may or may not be what you're looking for, but I had a similar problem a couple of years ago.&amp;nbsp; The solution was a custom script written by someone else.&amp;nbsp; Basically it creates a circular buffer around a central point (or points) split into wedges using user defined angles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/65888"&gt;Creating Wedge/Pie Shaped &amp;amp;amp;amp;quot;Buffers&amp;amp;amp;amp;quot; Around Points&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I remember it works with the basic license, though I don't recall which extensions are required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 09:06:42 GMT</pubDate>
    <dc:creator>JonathanGillespie</dc:creator>
    <dc:date>2016-01-22T09:06:42Z</dc:date>
    <item>
      <title>Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216334#M7421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning, I am trying to create new territories for our inspectors based on the number of locations to be inspected. Our office is centrally located in the county. We are wanting to have wedge-shaped territories radiating from our office, like pieces of a pie. Any suggestions on how to have the GIS assist with the division?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juanette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216334#M7421</guid>
      <dc:creator>JuanetteWillis</dc:creator>
      <dc:date>2016-01-19T15:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216335#M7422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have an advanced license? You could put a point at the center of each proposed area then use &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/create-thiessen-polygons.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/create-thiessen-polygons.htm"&gt;Create Thiessen Polygons—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; to create the polys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:10:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216335#M7422</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-01-19T15:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216336#M7423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately no, I do not have an advanced license. Just basic ArcMap 10.1 with the Spatial Analyst extension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216336#M7423</guid>
      <dc:creator>JuanetteWillis</dc:creator>
      <dc:date>2016-01-19T15:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216337#M7424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to toss out a couple of ideas, though it may be more elaborate than you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Most of the inspections will likely require transiting a street network.&amp;nbsp; If points could be established at the center of each "territory" (see the idea by &lt;A href="https://community.esri.com/migrated-users/16710"&gt;Wes Miller&lt;/A&gt;&amp;nbsp; , then if you have access to the &lt;EM&gt;Network Analyst&lt;/EM&gt; Extension, you could run a &lt;EM&gt;Location Allocation &lt;/EM&gt;to refine the territories.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//004700000032000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//004700000032000000"&gt;ArcGIS Help 10.1 - Network Analyst&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; In terms of figuring out where to place the "center" of each territory, there may possibly be a way to derive those centers using the &lt;EM&gt;Geostatsical Analyst&lt;/EM&gt; Extension.&amp;nbsp; However, I'm not super-familair with this extension, so we'd need someone who is to chime in here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/A_quick_tour_of_Geostatistical_Analyst/003100000004000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/A_quick_tour_of_Geostatistical_Analyst/003100000004000000/"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216337#M7424</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-01-19T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216338#M7425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i did districts for my codes enforcement inspectors i used the &lt;A href="http://www.esri.com/software/arcgis/extensions/districting/" title="http://www.esri.com/software/arcgis/extensions/districting/"&gt;Districting for ArcGIS | Overview&lt;/A&gt;&amp;nbsp; the tool is intended for political boundaries but i used five years of historical inspection data to create a balanced set of districts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216338#M7425</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-01-19T15:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216339#M7426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't tried the tool yet, but &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;​ published a tool to calculate Thiessen polygons with a Basic license: &lt;A href="http://www.arcgis.com/home/item.html?id=6e9bc6cbf93d4939b2eb04ff8519be47" title="http://www.arcgis.com/home/item.html?id=6e9bc6cbf93d4939b2eb04ff8519be47"&gt;http://www.arcgis.com/home/item.html?id=6e9bc6cbf93d4939b2eb04ff8519be47&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216339#M7426</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-19T15:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216340#M7427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question - what data is available to use in dividing up the territories?&amp;nbsp; Any chance you have point data showing each inspection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, let me add in who probably has several ideas on how to solve your original proposal:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&amp;nbsp; &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;&amp;nbsp; beat me to it.&amp;nbsp; I need to learn how to type faster...... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216340#M7427</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-01-19T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216341#M7428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not know about this add-on. It shows potential. Since this is for inspecting restaurants, hotels, pools etc. I do have a specific set of locations. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216341#M7428</guid>
      <dc:creator>JuanetteWillis</dc:creator>
      <dc:date>2016-01-19T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216342#M7429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris. This is for inspecting restaurants, pools, hotels etc so I will have point data as soon as I finish cleaning up the geocoding.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216342#M7429</guid>
      <dc:creator>JuanetteWillis</dc:creator>
      <dc:date>2016-01-19T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216343#M7430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Several possibilities...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If you have an origin point (office) and destination points (the other stuff), you can create points that radiate from the origin to the destination quite easily.&amp;nbsp; BUT, your map may look like this which isn't too helpful but looks really cool in color.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;IMG alt="EMST_desire2.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/170805_EMST_desire2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.&amp;nbsp; You could artificially create a circle to overlay your area and divide into the desired number of sectors needed and sample your points within each sector&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3.&amp;nbsp; You could use the network analyst extension (aka the not free extension) and produce a service area AND shortest route to the destinations from the office and divide it up as in step 2.&amp;nbsp; It might look like the above, but there might be fewer lines since the same road could be used to go from the different points (ie from point 59 to 99 to 26 might be the shortest, so you reduce 3 lines to 1, if they were connected by a road.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4.&amp;nbsp; other ideas pending... a nice screen grab would help fine-tune the above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216343#M7430</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-19T16:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216344#M7431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a quick screen grab. The star is our office and the dots are locations to be inspected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/170407_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216344#M7431</guid>
      <dc:creator>JuanetteWillis</dc:creator>
      <dc:date>2016-01-19T16:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216345#M7432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A circle division would be unduly cruel to just about everyone particularly if the slices of the circle were equal.&amp;nbsp; Since the intent...I hope... is to be fair and minimize clients, drive times and total costs, I am leaning more towards a Network Analyst solution. &lt;/P&gt;&lt;P&gt;In any event, it would be fairly easy and quick to solve if you just wanted to do something like quarter the distribution knowing full well that each quarter would have an unequal number of places to visit and the aspects of drive time and cost would be pretty well thrown out the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So back to you again...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;do you have the network analyst extension?&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;could you live with straight line distances and directions as in my previous figure?&lt;/LI&gt;&lt;LI&gt;how many slices do you need?&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216345#M7432</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-19T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216346#M7433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... and if you don't have access to the Network Analyst, you could do this in ArcGIS Online, if you have some credits to burn. &lt;A href="https://doc.arcgis.com/en/arcgis-online/use-maps/plan-routes.htm" title="https://doc.arcgis.com/en/arcgis-online/use-maps/plan-routes.htm"&gt;Plan Routes—ArcGIS Online Help | ArcGIS&lt;/A&gt; can help to assign each point to an inspector. This will not create polygons, but will assign each point to a route (or vehicle = inspector). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that a max of 200 points will be assigned per vehicle and each "vehicle/inspector" will burn 1 credit. If there are 1000 points and you have 5 inspectors, 5 routes will be calculated and you will consume 5 credits. So that's not a big thing (no need to take a second mortgage on your house)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:26:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216346#M7433</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-19T17:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216347#M7434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer your questions, Dan.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I do not have Network Analyst. &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Just basic ArcMap 10.1 with the Spatial Analyst extension.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I can live with the straight line distances and directions. The main goal is to distribute the number of locations to visit. We know that the distances and routes will vary but it is hoped that each inspector will get some locations near the office and some farther. That is hoped to even out the driving burden. Some will have further to drive but others will have to deal with more traffic.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I am looking for 19 territories plus 6 which will only be about half the number of locations. &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I do appreciate all your thoughts and insight into this problem. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 18:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216347#M7434</guid>
      <dc:creator>JuanetteWillis</dc:creator>
      <dc:date>2016-01-19T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216348#M7435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The earlier suggestion of Theissen polygons or voronoi diagrams you didn't respond to (see Xander's earlier post). Is another potential route to take.&amp;nbsp; It would require some work to cluster you data into logical areas rather than just the individual points.&amp;nbsp; The &lt;STRONG&gt;Triangulation tools&lt;/STRONG&gt; I wrote produces for Voronoi diagram and Delauney triangulation which may be of use.&amp;nbsp; &lt;A href="http://www.arcgis.com/home/item.html?id=6e9bc6cbf93d4939b2eb04ff8519be47" title="http://www.arcgis.com/home/item.html?id=6e9bc6cbf93d4939b2eb04ff8519be47"&gt;http://www.arcgis.com/home/item.html?id=6e9bc6cbf93d4939b2eb04ff8519be47&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 21:39:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216348#M7435</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-19T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216349#M7436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting what you can do with wedges... &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/170952_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Precision is off (not much intelligence in the definition of the cut-off angles), but I'm getting somewhere... Will try to post some code tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 03:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216349#M7436</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-20T03:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216350#M7437</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/3100" target="_blank"&gt;Xander Bakker&lt;/A&gt; forgot about this one... only got so far... I am sure you are using numpy too &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; and could use a distraction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import numpy as np
import pylab as plt
angle = [np.deg2rad(i) for i in range(-180,180,30)]
R= 100
Xs = R*np.cos(angle)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # X values
Ys = R*np.sin(angle)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Y values
pnts = np.round(np.array(zip(Xs,Ys)), 3)&amp;nbsp; # create the points
print("{}".format(pnts))
# center point and mean distance
XY_c = np.array([0.0,0.0])&amp;nbsp; # create a center point
Xc, Yc = XY_c.flatten()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # pull out values separately
#
fig = plt.figure()
ax = fig.add_subplot(1, 1, 1)
circ = plt.Circle((Xc, Yc), radius=R, color='w',lw=2,alpha=.5)
ax.add_patch(circ)
plt.axis('equal')
plt.scatter(Xs,Ys)
plt.show()&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now just change the radius, give it a real center, connect the center to the points as triangles and you have a big circle for intersection or select by attributes &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; (distractions... distractions... )&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;[[-100.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -0.&amp;nbsp;&amp;nbsp; ]
[ -86.603&amp;nbsp; -50.&amp;nbsp;&amp;nbsp; ]
[ -50.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -86.603]
[&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp;&amp;nbsp; -100.&amp;nbsp;&amp;nbsp; ]
[&amp;nbsp; 50.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -86.603]
[&amp;nbsp; 86.603&amp;nbsp; -50.&amp;nbsp;&amp;nbsp; ]
[ 100.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp; ]
[&amp;nbsp; 86.603&amp;nbsp;&amp;nbsp; 50.&amp;nbsp;&amp;nbsp; ]
[&amp;nbsp; 50.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 86.603]
[&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100.&amp;nbsp;&amp;nbsp; ]
[ -50.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 86.603]
[ -86.603&amp;nbsp;&amp;nbsp; 50.&amp;nbsp;&amp;nbsp; ]]&lt;/PRE&gt;&lt;P&gt;&lt;IMG __jive_id="170782" alt="image.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/170782_image.png" style="width: 310px; height: 215px;" /&gt;&lt;/P&gt;&lt;P&gt;ADDENDUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;c =np.array([0,0])
p = np.array([[c,pnts[i-1],pnts&lt;I&gt;,c] for i in range(1,len(pnts))])&lt;/I&gt;
&amp;gt;&amp;gt;&amp;gt; print(p)
[[[&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; [-100.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -0.&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; [ -86.603&amp;nbsp; -50.&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; [&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp; ]]

 [[&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; [ -86.603&amp;nbsp; -50.&amp;nbsp;&amp;nbsp; ]
&amp;nbsp; [ -50.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -86.603]
&amp;nbsp; [&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.&amp;nbsp;&amp;nbsp; ]]
etc&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should get you polys which can be "Arc'ed" into shape&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216350#M7437</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T10:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216351#M7438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool! I should have used numpy, but didn't, since I'm not that experienced in it as you are &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/cry.png" /&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I did still has a lot of room for enhancement and fails to create the last wedge. Not sure why, and I don't have the time to look into it. I will post what I have and if anyone wants to play around with it, please do and post back if you get a decent result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I drew a polygon with the area and created some random points (4400). Additionally I create another point featureclass with the point representing the office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code works as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;pnt_off is the point geometry of the office&lt;/LI&gt;&lt;LI&gt;it creates a list of slices (19*2 and 6*1) representing the 19 large and 6 smaller areas to be created&lt;/LI&gt;&lt;LI&gt;It loops through the slices&lt;UL&gt;&lt;LI&gt;for each slice it starts to create the wedge using small angle steps&lt;/LI&gt;&lt;LI&gt;it creates a polygon of the wedge and counts the points inside&lt;/LI&gt;&lt;LI&gt;it is is close enough or higher than the number of points searched for it breaks and add the polygon to a list&lt;/LI&gt;&lt;LI&gt;at the end it writes the list of wedges (polygons) to a featureclass&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I manually did a union with the area, selected those records where the FID_Area &amp;lt;&amp;gt; -1 and joined the points to the wedges to count the results.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m getting an error when I try to activate the advanced editor, so I will post the code later... &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/171105_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 12:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216351#M7438</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-20T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216352#M7439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Code used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
import math
import os

def main():
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.env.overwriteOutput = True

&amp;nbsp;&amp;nbsp;&amp;nbsp; fc_off = r"D:\Xander\GeoNet\Wedges2\data.gdb\Office"
&amp;nbsp;&amp;nbsp;&amp;nbsp; fc_pnt = r"D:\Xander\GeoNet\Wedges2\data.gdb\RandomPoints"
&amp;nbsp;&amp;nbsp;&amp;nbsp; fc_tst = r"D:\Xander\GeoNet\Wedges2\data.gdb\test07"

&amp;nbsp;&amp;nbsp;&amp;nbsp; sr = arcpy.Describe(fc_pnt).spatialReference
&amp;nbsp;&amp;nbsp;&amp;nbsp; ws, name = os.path.split(fc_pnt)

&amp;nbsp;&amp;nbsp;&amp;nbsp; pnt_off = arcpy.da.SearchCursor(fc_off, ("SHAPE@")).next()[0]
&amp;nbsp;&amp;nbsp;&amp;nbsp; cnt_pts = Count(fc_pnt)

&amp;nbsp;&amp;nbsp;&amp;nbsp; radius = 6000 # value higher than the max distance of point to office
&amp;nbsp;&amp;nbsp;&amp;nbsp; slices = [2] * 19 + [1] * 6 # create the slices and corresponding sizes
&amp;nbsp;&amp;nbsp;&amp;nbsp; tol = 3 # a tolerance value (will stop if current value &amp;gt;= serach value - tolerance)
&amp;nbsp;&amp;nbsp;&amp;nbsp; steps = 1000 # number of steps (each bearing is 360 / steps)

&amp;nbsp;&amp;nbsp;&amp;nbsp; lst, lst_pols&amp;nbsp; = [], []
&amp;nbsp;&amp;nbsp;&amp;nbsp; i = 0
&amp;nbsp;&amp;nbsp;&amp;nbsp; last_step = 0
&amp;nbsp;&amp;nbsp;&amp;nbsp; for s in slices:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i += 1
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Slice: {0},&amp;nbsp;&amp;nbsp; Size: {1}".format(i, s)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Percentage: {0}%,&amp;nbsp; Points: {1}".format(round(float(s)/sum(slices)*100, 2), round(float(s)/sum(slices) * cnt_pts,0))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max_pnts = round(float(s)/sum(slices) * cnt_pts,0)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for step in range(last_step, steps):
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bearing = float(step) / float(steps) * 360
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print " - bearing: {0}".format(round(bearing,2))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pnt = getPoint(pnt_off.firstPoint, bearing, radius)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if step == last_step:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # create list of first points
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pnt0 = arcpy.Point(pnt.X, pnt.Y)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst = [pnt_off.firstPoint, arcpy.Point(pnt.X, pnt.Y), pnt_off.firstPoint]
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # update list, create polygon and count points in polygon
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst.insert(len(lst)-1, arcpy.Point(pnt.X, pnt.Y))
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; polygon = arcpy.Polygon(arcpy.Array(lst), sr)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cnt = CountInPolygon(fc_pnt, polygon, ws)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "&amp;nbsp;&amp;nbsp; - point count: {0}".format(cnt)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; last_step = step
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if cnt &amp;gt;= max_pnts - tol:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - add wedge"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_pols.append(polygon)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break

&amp;nbsp;&amp;nbsp;&amp;nbsp; # add last polygon
&amp;nbsp;&amp;nbsp;&amp;nbsp; lst.insert(len(lst)-1, arcpy.Point(pnt0.X, pnt0.Y))
&amp;nbsp;&amp;nbsp;&amp;nbsp; polygon = arcpy.Polygon(arcpy.Array(lst), sr)
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - add last wedge"
&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_pols.append(polygon)

&amp;nbsp;&amp;nbsp;&amp;nbsp; # create polygon and count
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.CopyFeatures_management(lst_pols, fc_tst)

def getPoint(pnt, bearing, radius):
&amp;nbsp;&amp;nbsp;&amp;nbsp; angle = math.radians(90 - bearing)
&amp;nbsp;&amp;nbsp;&amp;nbsp; dist_x, dist_y = (radius * math.cos(angle), radius * math.sin(angle))
&amp;nbsp;&amp;nbsp;&amp;nbsp; return arcpy.Point(pnt.X + dist_x, pnt.Y + dist_y)

def Count(fc):
&amp;nbsp;&amp;nbsp;&amp;nbsp; return int(arcpy.GetCount_management(fc).getOutput(0))

def CountInPolygon(fc_pnt, polygon, ws):
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.env.overwriteOutput = True
&amp;nbsp;&amp;nbsp;&amp;nbsp; fc_tmp = "IN_MEMORY\polygon"
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.CopyFeatures_management([polygon], fc_tmp)
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.MakeFeatureLayer_management(fc_tmp, "pol", None, ws)
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.MakeFeatureLayer_management(fc_pnt, "pnts", None, ws)
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.SelectLayerByLocation_management("pnts", "INTERSECT", "pol")
&amp;nbsp;&amp;nbsp;&amp;nbsp; return Count("pnts")

if __name__ == '__main__':
&amp;nbsp;&amp;nbsp;&amp;nbsp; main()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216352#M7439</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T10:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating wedge-shaped territories</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216353#M7440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh my...this is all great and has my mind spinning with the various possibilities.&amp;nbsp; I am still deep in the depths of hand placing the last couple of hundred locations that didn't geocode. But I am really looking forward to trying at least a couple of these ideas. I have not used code before in ArcMap but am excited about the possibilities. Unfortunately GIS is only a tiny portion of my job duties (and one that I specifically sought out myself) so I don't get near enough time to work on much beyond the basics. I do really appreciate all this input and frankly am a bit in awe of the great responses. Thank you so much.&amp;nbsp; (And feel free to keep additional ideas coming if you are so inspired.)&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 14:03:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-wedge-shaped-territories/m-p/216353#M7440</guid>
      <dc:creator>JuanetteWillis</dc:creator>
      <dc:date>2016-01-20T14:03:09Z</dc:date>
    </item>
  </channel>
</rss>

