<?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: How to perform an analysis with these criteria in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-perform-an-analysis-with-these-criteria/m-p/1207724#M44205</link>
    <description>&lt;P&gt;Thank you so much!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 15:21:45 GMT</pubDate>
    <dc:creator>NoayavRee</dc:creator>
    <dc:date>2022-08-30T15:21:45Z</dc:date>
    <item>
      <title>How to perform an analysis with these criteria</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-perform-an-analysis-with-these-criteria/m-p/1202783#M44163</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm quite new to ArcGis and everything that comes along with it and struggle with an assignment that I have. It is about finding suitable excavation points for which I have gotten several different types of maps to combine and analyse. For most of the requirements I have found the solution already, however, I'm not really sure what type of data handling/operation to use to find the solution to the following criteria:&lt;/P&gt;&lt;P&gt;- Excavation points are not allowed in areas of forest with a minimum of 10ha adjacent to a specific habitat. A shape file is provided to analyse this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought this should be handled by processing by neighbourhood and buffering, but I'm not sure&lt;/P&gt;&lt;P&gt;- Another criteria is that the thickness of sandlayer needs to be at least 5m. I have been given sampling sites and a table with the findings belonging to these sites&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I could think of was processing by attribute and then joins and relates, but that also seems like the wrong thing to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps there is anyone that can give me a tip or hint? Or maybe some place where I can find more info on these types of analysis?&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 12:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-perform-an-analysis-with-these-criteria/m-p/1202783#M44163</guid>
      <dc:creator>NoayavRee</dc:creator>
      <dc:date>2022-08-15T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform an analysis with these criteria</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-perform-an-analysis-with-these-criteria/m-p/1203177#M44164</link>
      <description>&lt;P&gt;It's hard to give specific tips without knowing your data, but here are some general ones:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Sand layer thickness&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Join the sampling results to the sites. The goal here is to have a point layer with a sand thickness attribute.&lt;/LI&gt;&lt;LI&gt;Now convert this point layer into a polygon layer of areas with thickness &amp;gt;= 5m&lt;UL&gt;&lt;LI&gt;Either &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/create-thiessen-polygons.htm" target="_blank" rel="noopener"&gt;Create Thiessen Polygons&lt;/A&gt;, then select and delete all polygons where thickness &amp;lt; 5m&lt;/LI&gt;&lt;LI&gt;or interpolate a raster of sand thickness with (for example)&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/idw.htm" target="_blank" rel="noopener"&gt;IDW&lt;/A&gt;, use the&amp;nbsp;&lt;A href="https://pro.arcgis.com/de/pro-app/latest/tool-reference/spatial-analyst/raster-calculator.htm" target="_blank" rel="noopener"&gt;Raster Calculator&lt;/A&gt;&amp;nbsp;to create a raster where all cells with sand thickness &amp;gt;= 5m get the same value and all other cells are null, then convert the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/raster-to-polygon.htm" target="_blank" rel="noopener"&gt;Raster to Polygon&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;These polygons are suitable according to the requirement.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Neighboring a specific habitat&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a layer of forests with an area &amp;gt; 10 hectares&lt;/LI&gt;&lt;LI&gt;Select the habitat(s)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/select-layer-by-location.htm" target="_blank" rel="noopener"&gt;Select Layer By Location&lt;/A&gt;, using the habitat layer as selecting features and a relationship of "Intersects", "Within Distance", or "Boundary Touches", depending on your data. Check "Invert Spatial Relationship".&lt;/LI&gt;&lt;LI&gt;The selected forest polygons are suitable according to the requirement.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 16 Aug 2022 11:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-perform-an-analysis-with-these-criteria/m-p/1203177#M44164</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-08-16T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform an analysis with these criteria</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-perform-an-analysis-with-these-criteria/m-p/1207724#M44205</link>
      <description>&lt;P&gt;Thank you so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 15:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-perform-an-analysis-with-these-criteria/m-p/1207724#M44205</guid>
      <dc:creator>NoayavRee</dc:creator>
      <dc:date>2022-08-30T15:21:45Z</dc:date>
    </item>
  </channel>
</rss>

