<?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: Changing NoData values to zeros (map algebra exoression error) !! in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91679#M1283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did it say something like "myraster.tif does not exist or cannot be found"? I'm not sure why but after one or two times, I have to restart Arc to get it to do more.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2012 13:57:41 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2012-05-08T13:57:41Z</dc:date>
    <item>
      <title>Changing NoData values to zeros (map algebra exoression error) !!</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91675#M1279</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;I am trying to change the NoData to 0 for my raster dataset, but everytime i am typing this expression its giving me an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;con(myraster==NoData,0,myraster) !!! is this expression incorrect??&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>Mon, 07 May 2012 19:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91675#M1279</guid>
      <dc:creator>ZarehDemirdjian</dc:creator>
      <dc:date>2012-05-07T19:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing NoData values to zeros (map algebra exoression error) !!</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91676#M1280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Con(IsNull("myraster"),0,"myraster")&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This works in the Raster Calculator, for v10, with ESRI GRIDs. Not sure if it's the same for v9.3, or for other formats.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 20:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91676#M1280</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-05-07T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing NoData values to zeros (map algebra exoression error) !!</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91677#M1281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also for future reference, here is a link of a Knowledge Base - Technical Article on &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/34932"&gt;HowTo:&amp;nbsp; Convert NoData values to other values for raster data&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 21:02:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91677#M1281</guid>
      <dc:creator>TarunJaiswal</dc:creator>
      <dc:date>2012-05-07T21:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing NoData values to zeros (map algebra exoression error) !!</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91678#M1282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Try this:&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Con(IsNull("myraster"),0,"myraster")&lt;/PRE&gt;&lt;BR /&gt;This works in the Raster Calculator, for v10, with ESRI GRIDs. Not sure if it's the same for v9.3, or for other formats.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks i am using ver 10 as well, i used this it worked without the " ", i just wrote con(isnull(myraster.tif),0,myraster.tif) and it worked one time and that was it, it stoped again, is there any syntax error in my used format?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 05:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91678#M1282</guid>
      <dc:creator>ZarehDemirdjian</dc:creator>
      <dc:date>2012-05-08T05:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing NoData values to zeros (map algebra exoression error) !!</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91679#M1283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did it say something like "myraster.tif does not exist or cannot be found"? I'm not sure why but after one or two times, I have to restart Arc to get it to do more.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 13:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91679#M1283</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-05-08T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing NoData values to zeros (map algebra exoression error) !!</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91680#M1284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks i am using ver 10 as well, i used this it worked without the " ", i just wrote con(isnull(myraster.tif),0,myraster.tif) and it worked one time and that was it, it stoped again, is there any syntax error in my used format?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The quotes are required if you are using the Raster Calculator tool. The text inside the quotes must either be the path to a raster (or simply its name if the raster is in the current workspace) or the name of a raster layer in ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 01:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/changing-nodata-values-to-zeros-map-algebra/m-p/91680#M1284</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-05-09T01:25:32Z</dc:date>
    </item>
  </channel>
</rss>

