<?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: Extracting Raster Sub Datasets and Converting to Polygon in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499480#M7128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan is 100% right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you could use the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/cut-fill.htm"&gt;CutFill &lt;/A&gt;tool to highlight areas of change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Dec 2015 00:25:37 GMT</pubDate>
    <dc:creator>SteveLynch</dc:creator>
    <dc:date>2015-12-29T00:25:37Z</dc:date>
    <item>
      <title>Extracting Raster Sub Datasets and Converting to Polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499478#M7126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing a comparison between two surfaces, the determining how much of that surface has changed within the floodplain I have delineated in this area.&amp;nbsp;&amp;nbsp; The original was flown in 1998 and the newer one was flown in 2012.&amp;nbsp; I was able to use the Raster Math tool to determine exactly where and by how much the surface has changed above or below the original elevation.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to manually break the symbology to show what portion of the surface has gone down 2 feet or more from the original, but here I get stuck.&amp;nbsp; I need a way to extract only that portion of the raster, then convert it to a polygon and quantify area of -2ft. change within the floodplain.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&amp;nbsp; I am stumped here.&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 22:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499478#M7126</guid>
      <dc:creator>KellyHanne1</dc:creator>
      <dc:date>2015-12-28T22:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Raster Sub Datasets and Converting to Polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499479#M7127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you need to do is query the rasterfor where the value decreased by 2 or more like "diff_raster" &amp;lt;= -2 assuming -2 represents a decrease...&amp;nbsp; You can then convert that raster to a vector representation&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 22:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499479#M7127</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-12-28T22:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Raster Sub Datasets and Converting to Polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499480#M7128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan is 100% right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you could use the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/cut-fill.htm"&gt;CutFill &lt;/A&gt;tool to highlight areas of change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 00:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499480#M7128</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2015-12-29T00:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Raster Sub Datasets and Converting to Polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499481#M7129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Steve.&amp;nbsp; I wound up creating another raster dataset and using the CutFill tool.&amp;nbsp; Worked like a charm.&amp;nbsp; I should have known that was the answer as I used CutFill to create the floodplains as well. ha!&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 20:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-sub-datasets-and-converting-to/m-p/499481#M7129</guid>
      <dc:creator>KellyHanne1</dc:creator>
      <dc:date>2015-12-30T20:26:22Z</dc:date>
    </item>
  </channel>
</rss>

