<?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: mosaic to new raster - weird values in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714143#M40469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;**EDIT: I figured out what was going on. My original rasters did not come with an attribute table, and the High /Low values listed below were the stretched symbology values. I created attribute tables for each (by right-clicking on the raster &amp;gt; Symbology &amp;gt; Unique Values) and then looked at the actual attribute tables for the raster. Turns out 3897 is the max value of one of the attribute tables. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope this helps someone else out. **&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey all! Sorry I'm digging up this topic from a year ago. I am running into the same problem of the Mosaic To New Raster generating a new unrecognizable High value. I am trying to combine four DEM rasters to create a new mosaic so I can extract the values to a points shapefile which spans all four rasters. The High and Low values for all four rasters are as such:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 1: (High) 0, (Low) 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 2: 2076, 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 3: 1661, 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 4: 1774, 8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new mosaic has a high value of 3897 (the Low is 0)??? I have no idea where this number is coming from!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All four rasters are in 16 bit-signed-integer, which I make sure to specify in the Pixel Type field. I have also tried specifying Spatial reference info and cell size, but it doesn't make a difference. I have tried almost every mosaic operator which applies (first, last, max), and still no luck. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Please help! Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 16:41:35 GMT</pubDate>
    <dc:creator>PiyaliKundu</dc:creator>
    <dc:date>2014-04-03T16:41:35Z</dc:date>
    <item>
      <title>mosaic to new raster - weird values</title>
      <link>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714141#M40467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using Mosaic to New Raster to merge a number of dem tiles into one raster, but am having problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to use the merged raster in a specialised software program in linux, so the merged raster needs to cover a rectangle (ie. each pixel in the rectangle needs to have a value), but the dem tiles don't form a nice rectangle. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To fix this, I've created a polygon that covers the gaps and coverted that to a raster (Polygon to Raster). This raster has 0 value, which is what I want for the gaps it's filling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've then used Mosaic to New Raster with the dem tiles and the polygon raster, and it works, but the high and low values for the new merged raster are wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The highest value for the dem tiles is 4810 and the lowest value is -95. Instead the values are 65535 and -92.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on what's going on here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 23:17:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714141#M40467</guid>
      <dc:creator>SarahLawrie</dc:creator>
      <dc:date>2013-02-11T23:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: mosaic to new raster - weird values</title>
      <link>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714142#M40468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you specifying the Pixel Type in the tool?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you haven't done so already, I would suggest opening the Properties window of your mosaic dataset via ArcCatalog.&amp;nbsp; Under the General tab, under Raster Information.&amp;nbsp; Look at the Pixel Depth and Pixel Type.&amp;nbsp; Try using these values as the input for the Pixel Type in the tool.&amp;nbsp; I noticed the 16-bit unsigned ranges up to 65,535 so maybe you were choosing that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your data is 16-bit unsigned, then it could be that it shows the min and max values for that pixel type in your table of contents in ArcMap.&amp;nbsp; However, the values in your DEM may not meet the min and max, it's just telling you the range associated with the colour ramp.&amp;nbsp; Do you have pixels that you can find in your DEM with a value of 65,535?&amp;nbsp; If it is just showing the min and max values possible (not necessarily the min and max values in your DEM), then you may be able to do a custom classification in your symbology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jenn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 16:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714142#M40468</guid>
      <dc:creator>JenniferMcCall4</dc:creator>
      <dc:date>2013-02-12T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: mosaic to new raster - weird values</title>
      <link>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714143#M40469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;**EDIT: I figured out what was going on. My original rasters did not come with an attribute table, and the High /Low values listed below were the stretched symbology values. I created attribute tables for each (by right-clicking on the raster &amp;gt; Symbology &amp;gt; Unique Values) and then looked at the actual attribute tables for the raster. Turns out 3897 is the max value of one of the attribute tables. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope this helps someone else out. **&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey all! Sorry I'm digging up this topic from a year ago. I am running into the same problem of the Mosaic To New Raster generating a new unrecognizable High value. I am trying to combine four DEM rasters to create a new mosaic so I can extract the values to a points shapefile which spans all four rasters. The High and Low values for all four rasters are as such:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 1: (High) 0, (Low) 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 2: 2076, 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 3: 1661, 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster 4: 1774, 8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new mosaic has a high value of 3897 (the Low is 0)??? I have no idea where this number is coming from!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All four rasters are in 16 bit-signed-integer, which I make sure to specify in the Pixel Type field. I have also tried specifying Spatial reference info and cell size, but it doesn't make a difference. I have tried almost every mosaic operator which applies (first, last, max), and still no luck. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Please help! Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 16:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714143#M40469</guid>
      <dc:creator>PiyaliKundu</dc:creator>
      <dc:date>2014-04-03T16:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: mosaic to new raster - weird values</title>
      <link>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714144#M40470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the new empty raster dataset that you wish to mosaic your rasters into 16-bit just like your rasters? As well, are all your rasters 16-bit? Something to be aware of that might be causing those strange min/max values...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 16:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/mosaic-to-new-raster-weird-values/m-p/714144#M40470</guid>
      <dc:creator>PaulLefaive1</dc:creator>
      <dc:date>2014-04-07T16:26:16Z</dc:date>
    </item>
  </channel>
</rss>

