<?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 How do I choose the most centally located in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133879#M1903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of offices and a set of inspection locations.&amp;nbsp; I would like to equally distribute the inspections to the closest (as the crow flies) field office.&amp;nbsp; (i.e. 4 offices, so each one is assigned the 1/4 of the inspections closest to it).&amp;nbsp; Is there a way to do this that doesn't involve too much hassle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2017 16:48:00 GMT</pubDate>
    <dc:creator>BrandonAdcock1</dc:creator>
    <dc:date>2017-11-02T16:48:00Z</dc:date>
    <item>
      <title>How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133879#M1903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of offices and a set of inspection locations.&amp;nbsp; I would like to equally distribute the inspections to the closest (as the crow flies) field office.&amp;nbsp; (i.e. 4 offices, so each one is assigned the 1/4 of the inspections closest to it).&amp;nbsp; Is there a way to do this that doesn't involve too much hassle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 16:48:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133879#M1903</guid>
      <dc:creator>BrandonAdcock1</dc:creator>
      <dc:date>2017-11-02T16:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133880#M1904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To divide space equally in raster world, just try&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/euclidean-allocation.htm"&gt;&lt;STRONG&gt; Euclidean Allocation&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;with the usual caveat of specifying a reasonable cell size and extend and using a projected coordinate system and saving the resultant raster to a folder without a space or other weird characters, with a *.tiff extension plus anything else I have omitted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 17:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133880#M1904</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-02T17:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133881#M1905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; My data is currently stored as points for both the inspection locations and offices.&amp;nbsp; Not sure that a raster could express the data, but maybe...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 18:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133881#M1905</guid>
      <dc:creator>BrandonAdcock1</dc:creator>
      <dc:date>2017-11-02T18:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133882#M1906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the alternative is to produce a&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/create-thiessen-polygons.htm"&gt; Voronoi Diagram&lt;/A&gt; (aka Thiessen Polygons) around your points... assuming you have an advanced license. orrrrr. the always free at any license level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6e9bc6cbf93d4939b2eb04ff8519be47"&gt;&lt;STRONG&gt;Triangulation tools&lt;/STRONG&gt; &lt;/A&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is always a hassle unless you have the correct license and software and don't need it for a while &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 18:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133882#M1906</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-02T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133883#M1907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't see what software you were using. In ArcMap, if you right click your inspection sites, Joins and Relates, Join, by location to offices and pick nearest, you'll get the answer you want. Alternatively, you can use the Spatial Join tool (ArcMap or Pro) to do this - it's a bit more complicated, but it does work. None of these tools require more than a Basic license.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/finding-the-nearest-feature.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/finding-the-nearest-feature.htm"&gt;Finding the nearest feature—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 19:25:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133883#M1907</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-11-02T19:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133884#M1908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thiessen Polygons are&amp;nbsp;a cool analysis I didn't know was there.&amp;nbsp; Thanks.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't take care of the component of making sure the inspections are equally allocated among the offices though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 20:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133884#M1908</guid>
      <dc:creator>BrandonAdcock1</dc:creator>
      <dc:date>2017-11-02T20:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133885#M1909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ArcMap, but have access to Pro as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This tells me the closest office, but does not allocate them equally.&amp;nbsp; What it comes down to is I have one office with a bunch of inspections close to that office.&amp;nbsp; I want to assign them to the second closest office and keep each of the offices with an equal number of inspections.&amp;nbsp; That second part is the one I'm having trouble with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 20:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133885#M1909</guid>
      <dc:creator>BrandonAdcock1</dc:creator>
      <dc:date>2017-11-02T20:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133886#M1910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is getting more complicated and may involve using the Near tools then parsing your preference/allocation list once one hub is filled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 00:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133886#M1910</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-03T00:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133887#M1911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I want to assign them to the second closest office and keep each of the offices with an equal number of inspections.&amp;nbsp; That second part is the one I'm having trouble with.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Use the Point Distance tool and sort and select the output table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 01:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133887#M1911</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-11-03T01:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I choose the most centally located</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133888#M1912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.esri.com/migrated-users/3355"&gt;Curtis Price&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ for the thoughts.&amp;nbsp; I ended up using the Point Distance Tool and sorted the output table for the top 1/3 of facilities at each of the field offices.&amp;nbsp; That looks to have gotten me what I needed.&amp;nbsp; I was hoping for something more elegant and automated, but got the job done, so that's a win for me.&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>Fri, 03 Nov 2017 19:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-i-choose-the-most-centally-located/m-p/133888#M1912</guid>
      <dc:creator>BrandonAdcock1</dc:creator>
      <dc:date>2017-11-03T19:51:28Z</dc:date>
    </item>
  </channel>
</rss>

