<?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: NoData not really NoData? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67027#M922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a recurring question probably related to the file format (but the file format is not indicated below) and the application of a compression type for which I give you my recurring answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;I had a similar problem and first tried to convert my data as well. But, than noticed my Geotiff had a compression applied ('PACKBITS'). After exporting my dataset (right click layer =&amp;gt;Export Data) to an uncompressed Tiff (Compression type: NONE), the problem was solved: NoData cells behave again like expected and you can carry out again common NoData operations. So have a look at your layer properties to see if your Tiff has been compressed as well and if so uncompress it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Good luck and best wishes,&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Alfred Wagtendonk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 12:02:29 GMT</pubDate>
    <dc:creator>AlfredWagtendonk</dc:creator>
    <dc:date>2016-06-09T12:02:29Z</dc:date>
    <item>
      <title>NoData not really NoData?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67024#M919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap 9.3, I have multiple raster datasets which apparently have NoData pixels (that's what Identify shows). But the cells do not behave like NoData, e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* the NoData color doesn't work, instead the pixel has the 'lowest' color in the color range;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* checking for NoData values using Con(IsNull([in_grid])) yields only 0, so no pixels are recognized as NoData&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* when applying a focal mean function (3x3), all 9 pixels get the same "NoData" characteristics as mentioned above, although the other 8 pixels do have (floating point) values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What might be the problem and how can I filter/replace these "NoData" pixels?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rogier de Jong&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 13:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67024#M919</guid>
      <dc:creator>Rogierde_Jong</dc:creator>
      <dc:date>2011-02-02T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: NoData not really NoData?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67025#M920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;would this article help? I refer to it often when I can't remember exactly how to fill those notorious NoData strips inherent in Geobase DEM's that don't edge match completely.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.quantdec.com/SYSEN597/GTKAV/section9/chapter_29d.htm#Patching"&gt;Seams between mosaic'd DEMS (Patching gaps) - Quantdec&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A quick way to visually check what your NoData values is in the Source tab of that rasters properties window:[ATTACH]4552[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then navigate to the Display tab and place that checkmark as seen here and enter the RGB values that you seen in the Source tab earlier:[ATTACH]4553[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/5976-Seams-Between-Mosaiced-DEMs"&gt;related forum (1 of many...)&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 18:06:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67025#M920</guid>
      <dc:creator>DonovanCameron</dc:creator>
      <dc:date>2011-02-02T18:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: NoData not really NoData?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67026#M921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Donovan! I have not figured out yet what went wrong exactly, but in the end it worked. What's strange to me is that the Identify cursor shows NoData for certain pixels, while the test IsNull(in_grid) does not show NoData-pixels (I get a raster with only 0). I looked up the NoData value in the properties source tab (as you mentioned) and it appeared to be the lowest possible signed 32-bit value. Filtering using Con(in_grid &amp;lt; - 30000, 0.00, in_grid) solved the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 14:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67026#M921</guid>
      <dc:creator>Rogierde_Jong</dc:creator>
      <dc:date>2011-02-03T14:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: NoData not really NoData?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67027#M922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a recurring question probably related to the file format (but the file format is not indicated below) and the application of a compression type for which I give you my recurring answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;I had a similar problem and first tried to convert my data as well. But, than noticed my Geotiff had a compression applied ('PACKBITS'). After exporting my dataset (right click layer =&amp;gt;Export Data) to an uncompressed Tiff (Compression type: NONE), the problem was solved: NoData cells behave again like expected and you can carry out again common NoData operations. So have a look at your layer properties to see if your Tiff has been compressed as well and if so uncompress it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Good luck and best wishes,&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Alfred Wagtendonk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 12:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/nodata-not-really-nodata/m-p/67027#M922</guid>
      <dc:creator>AlfredWagtendonk</dc:creator>
      <dc:date>2016-06-09T12:02:29Z</dc:date>
    </item>
  </channel>
</rss>

