<?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: Setting a Raster Band to Null in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577534#M32715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, although that would only affect the display of the raster after it has been created. I'm faced with trying to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;create &lt;/SPAN&gt;&lt;SPAN&gt;multi-band rasters with, say, 10 bands. Each band represents an environmental variable. I will later want to apply an Extract Band Raster Function to these rasters in order to pull out specific environmental variables, and so &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;each variable must correspond to a constant band number&lt;/SPAN&gt;&lt;SPAN&gt;. But if, when I'm creating the raster, I have a missing variable, then omitting it could affect the band numbers of all the other bands, UNLESS I can in some way have a "missing" band (or a quick and simple way of filling it with NODATA).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And as stated above, I have the difficulty that if the variable for the first band is missing, then I don't yet know the extent or cell size of my raster in order to create a suitable constant raster that is filled with NODATA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 May 2013 05:35:53 GMT</pubDate>
    <dc:creator>DavidMartin</dc:creator>
    <dc:date>2013-05-04T05:35:53Z</dc:date>
    <item>
      <title>Setting a Raster Band to Null</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577530#M32711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am creating a series of multi-band rasters. Each band represents a variable and so band number is important - it will be used to identify the variable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But sometimes, data for a variable might be completely missing (i.e. I have no raster for the variable, and so have nothing with which to create the relevant band). Missing out this band would mean that the order of the subsequent bands would be altered, which compromises identification of the variable by band number.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So can I set a band to Null? Or would I have to generate a Null Raster and use that? If the latter, what would be the most efficient way to generate the Null Raster Band?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 11:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577530#M32711</guid>
      <dc:creator>DavidMartin</dc:creator>
      <dc:date>2013-05-03T11:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Raster Band to Null</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577531#M32712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not really a raster "guru" so maybe giving you bad advice but for the record I've just tested this scenario. I created 4 constant value rasters first was 1, second was 2, third was NODATA and fourth was 3. I used the Composite Bands tool to combine them and it created a 4 band raster where the 3 band was just NODATA values, so it can be done. I just don't know what implications this would have on display or processing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 12:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577531#M32712</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2013-05-03T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Raster Band to Null</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577532#M32713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for testing it! However, one of my issues is that I don't know until runtime what the extent of the multi-band raster will be. Meanwhile, to create my NODATA raster, I'd clearly need an extent (and I guess I might also need to ensure that its cell size is the same as the other bands??). If the variable that should go in Band 1 is missing, then I don't yet have any other bands to refer to in order to get the extent or cell size... which is why I was hoping that it might be possible simply to have a "missing" band...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 13:09:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577532#M32713</guid>
      <dc:creator>DavidMartin</dc:creator>
      <dc:date>2013-05-03T13:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Raster Band to Null</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577533#M32714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Open the layer properties for your raster layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Click the symbology tab&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you raster is displayed as RGB Composite&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where is says display background value :(R,G,B)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the box.&amp;nbsp; There are values there for RGB, either select 0,0,0 or where is shows as and the color selector choose no color.&amp;nbsp; Where is shows Display NoData as choose no color.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is diplayed as Stretched check the Display Background Value make it 0 and the rest is the same&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that way you won't have the banding where there is not data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am creating a series of multi-band rasters. Each band represents a variable and so band number is important - it will be used to identify the variable.&lt;BR /&gt;&lt;BR /&gt;But sometimes, data for a variable might be completely missing (i.e. I have no raster for the variable, and so have nothing with which to create the relevant band). Missing out this band would mean that the order of the subsequent bands would be altered, which compromises identification of the variable by band number.&lt;BR /&gt;&lt;BR /&gt;So can I set a band to Null? Or would I have to generate a Null Raster and use that? If the latter, what would be the most efficient way to generate the Null Raster Band?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 17:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577533#M32714</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-03T17:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Raster Band to Null</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577534#M32715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, although that would only affect the display of the raster after it has been created. I'm faced with trying to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;create &lt;/SPAN&gt;&lt;SPAN&gt;multi-band rasters with, say, 10 bands. Each band represents an environmental variable. I will later want to apply an Extract Band Raster Function to these rasters in order to pull out specific environmental variables, and so &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;each variable must correspond to a constant band number&lt;/SPAN&gt;&lt;SPAN&gt;. But if, when I'm creating the raster, I have a missing variable, then omitting it could affect the band numbers of all the other bands, UNLESS I can in some way have a "missing" band (or a quick and simple way of filling it with NODATA).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And as stated above, I have the difficulty that if the variable for the first band is missing, then I don't yet know the extent or cell size of my raster in order to create a suitable constant raster that is filled with NODATA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2013 05:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-a-raster-band-to-null/m-p/577534#M32715</guid>
      <dc:creator>DavidMartin</dc:creator>
      <dc:date>2013-05-04T05:35:53Z</dc:date>
    </item>
  </channel>
</rss>

