<?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: Selecting defined area by suitability in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49494#M656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's assume&amp;nbsp;the total area is 120 sq. miles. To achieve the best 30 sq. miles (approx.), I would&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/reclassify.htm"&gt;&amp;nbsp;Reclassify&lt;/A&gt;&amp;nbsp;the raster using Quantile classification with 4 classes. The class having the highest range of values is the most suitable ~30 sq. miles (top 25%).&lt;/P&gt;&lt;P&gt;The area won't be exact since many pixels would have same value (which could be the threshold value of a particular class).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Nov 2016 06:02:19 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2016-11-06T06:02:19Z</dc:date>
    <item>
      <title>Selecting defined area by suitability</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49490#M652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have calculated a raster layer on a scale of 0 to 1 defining suitability for a certain activity where 0 is least suitable and 1 is most suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to make a selection on the layer of the "best" 30 square miles for the activity? This isn't all going to take the value 1 and will go down to I imagine about 0.85 but I need to extract the sites that are most effective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 21:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49490#M652</guid>
      <dc:creator>JamesWolstenholme</dc:creator>
      <dc:date>2016-11-05T21:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting defined area by suitability</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49491#M653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have a grid/raster ranging from 0 to 1 and you think that 0.85 is your threshold, you can follow this.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;query the grid for cells &amp;gt;-= 0.85&lt;/LI&gt;&lt;LI&gt;you will now have an indicator grid classed as 0 and 1 (don't confuse that with your previous 0 and 1) 0 representing False and 1 representing True.&lt;/LI&gt;&lt;LI&gt;use RegionGroup&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/region-group.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/region-group.htm"&gt;Region Group—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;This tool will do just that.. it will produce groups of your '1s', each grouping will be given a number representing the clustering that was found as the process went along. &amp;nbsp;The number of the cluster means nothing more than that&lt;/LI&gt;&lt;LI&gt;query your regiongroup raster for you condition matching the equivalent to 'area &amp;gt; x' &amp;nbsp;you will need to now how many cells represent your threshold area, remembering that cell area = cell size**2&lt;/LI&gt;&lt;LI&gt;you will now have your candidate area meeting your threshold size based upon your threshold proportional suitability&lt;/LI&gt;&lt;LI&gt;by the time you have read this.... you could be done...&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 22:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49491#M653</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-11-05T22:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting defined area by suitability</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49492#M654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response, my issue is more that I have no idea if 0.85 is the cutoff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I set this up without that knowledge just through selecting the highest values of the grid up to 30 square miles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 22:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49492#M654</guid>
      <dc:creator>JamesWolstenholme</dc:creator>
      <dc:date>2016-11-05T22:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting defined area by suitability</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49493#M655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, you just need to get some criteria... You have come up with a suitability and chances that people would agree to the same threshold value would be slim. &amp;nbsp;So &amp;nbsp; if you examine your histogram for the raster in the symbology you should see approximately where the midpoint is. &amp;nbsp;You could also do statistics on the raster and get the means and std deviations... perhaps the most suitable areas... in your opinion or others... have a threshold of mean + 1std (ie &amp;gt; 0.66).&lt;/P&gt;&lt;P&gt;So this small, process-stopping detail, is where you enter the realm of modelling. &amp;nbsp;Do it manually so you know what you are doing. &amp;nbsp;If you suspect that you are going to have to do this a number of times to get it right... you could automate the whole process in modelbuilder or a python script.&lt;/P&gt;&lt;P&gt;Have fun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS a quick look at the initial map with an appropriate symbology and clicking around with the info tool would help... as would the contour tool... at least you have a starting point to see whether there is any 'clustering' of areas within the higher range... and it doesn't look lie a speckaled mess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 22:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49493#M655</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-11-05T22:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting defined area by suitability</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49494#M656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's assume&amp;nbsp;the total area is 120 sq. miles. To achieve the best 30 sq. miles (approx.), I would&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/reclassify.htm"&gt;&amp;nbsp;Reclassify&lt;/A&gt;&amp;nbsp;the raster using Quantile classification with 4 classes. The class having the highest range of values is the most suitable ~30 sq. miles (top 25%).&lt;/P&gt;&lt;P&gt;The area won't be exact since many pixels would have same value (which could be the threshold value of a particular class).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 06:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49494#M656</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-11-06T06:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting defined area by suitability</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49495#M657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Esri have just very recently released a geoprocessing tool, Locate Regions, that will assist in selecting the best areas from the output of a suitability or similar analysis. It is currently only available in Pro 1.3 but I believe it would also be available in ArcMap 10.5, due for release at the end of this year. &amp;nbsp;This tool is part of the Spatial Analyst toolbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the tool you can ask it to select the best site, or any number of best sites, of any given size, shape, distance from other best sites, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like a fantastic tool, do see&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/locate-regions.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/locate-regions.htm"&gt;Locate Regions—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; and&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-locate-regions-works.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-locate-regions-works.htm"&gt;How the Locate Regions tool works—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 06:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/selecting-defined-area-by-suitability/m-p/49495#M657</guid>
      <dc:creator>MervynLotter</dc:creator>
      <dc:date>2016-11-06T06:03:16Z</dc:date>
    </item>
  </channel>
</rss>

