<?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: Elevation between two different heights in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/elevation-between-two-different-heights/m-p/541849#M7454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another method (among many more, I'm sure) is to use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_the_Image_Analysis_window/009t000001tm000000/"&gt;Image Analysis Window&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Open Image Analysis Window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Select your elevation raster in the top section of the window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) Click Add Function button under Processing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) Right-click your elevation raster in the Raster Function Editor pop-up. Choose Insert-&amp;gt;Mask function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) Enter the minimum (1200) and maximum (1500) values you're interested in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6.) That's it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 14:57:22 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2012-12-05T14:57:22Z</dc:date>
    <item>
      <title>Elevation between two different heights</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/elevation-between-two-different-heights/m-p/541847#M7452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apologies if this is posted in the incorrect section of the forums. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having difficulties, when trying to determine the heights between 1200m and 1500m, with the coding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried various variations of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"DEM" &amp;gt;= 1200 &amp;amp; "DEM" &amp;lt;= 1500"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry if this isn't clear at all, fairly new to GIS as you can probably tell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 21:13:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/elevation-between-two-different-heights/m-p/541847#M7452</guid>
      <dc:creator>WillBooth</dc:creator>
      <dc:date>2012-12-04T21:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation between two different heights</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/elevation-between-two-different-heights/m-p/541848#M7453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you just want to identify raster cells with those values range use the following expression in Raster Calculator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;("DEM" &amp;gt;= 1200) &amp;amp; ("DEM" &amp;lt;= 1500)&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This gives a raster with values 0 and 1, where 1 indicates cells with values in given range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to extract the part of a raster where cell values are in your range, use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Con(("DEM" &amp;gt;= 1200) &amp;amp; ("DEM" &amp;lt;= 1500), "DEM")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 09:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/elevation-between-two-different-heights/m-p/541848#M7453</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2012-12-05T09:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation between two different heights</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/elevation-between-two-different-heights/m-p/541849#M7454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another method (among many more, I'm sure) is to use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_the_Image_Analysis_window/009t000001tm000000/"&gt;Image Analysis Window&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Open Image Analysis Window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Select your elevation raster in the top section of the window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) Click Add Function button under Processing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) Right-click your elevation raster in the Raster Function Editor pop-up. Choose Insert-&amp;gt;Mask function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) Enter the minimum (1200) and maximum (1500) values you're interested in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6.) That's it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 14:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/elevation-between-two-different-heights/m-p/541849#M7454</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-12-05T14:57:22Z</dc:date>
    </item>
  </channel>
</rss>

