<?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: Why are all my bands called Band_1 when using arcpy.CompositeBands_management? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128441#M9985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to every one,&lt;/P&gt;&lt;P&gt;I had the same error, but what i did to solving this issue that was the use of the arctool box&amp;nbsp; tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:&amp;nbsp; Open your Arcmap and add the Landsat8 or landsat7 tif images to the arcmap, do not use "image Analysis"&amp;nbsp; instead use the "Composite Bands tool" in the arctoolbox in Data Management. add all your tif images into input and then locate the output folder. it will give you a single composite file with all bands you added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2020 10:03:48 GMT</pubDate>
    <dc:creator>MustafaKhan</dc:creator>
    <dc:date>2020-09-14T10:03:48Z</dc:date>
    <item>
      <title>Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128432#M9976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script that combines three singe-band rasters into an RGB raster. Everything works fine, except that the bands in the output raster are all called Band_1. The&amp;nbsp;data is from&amp;nbsp;the three different bands I used as inputs, and they are assigned to the correct RGB bands, but they're all called Band_1, which is very confusing. If I use the Composite Bands tool in ArcMap with the same input files, they are named appropriately. Does anyone know why this is happening and/or what needs to happen to have the bands named Band_1, Band_2 and Band_3 in the symbology? I'm working in ArcGIS 10.6.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what the outputs look like in the TOC. The top one is the raster generated by the script, the bottom one was generated manually using the tool interface in ArcMap. The rasters are identical in terms of pixel values in the RGB bands.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/474585_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open the properties of the composite raster, you can see that there are 3 different bands to choose from, but they're all called Band_1. If you change the green band to the first Band_1 listed instead of the second, the image behaves as you would expect if you changed the green band (Band_2 in a the tool-generated output) to the red band (Band_1 in the tool-generated output). Likewise, the statistics for each layer (Red, Green, Blue) match those for the appropriate input single-band raster. It really does appear to be only the naming that's off.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/474586_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've even tried naming my variables Band_1, Band_2, Band_3, but, as expected, that didn't make any difference.&lt;/P&gt;&lt;P&gt;Here's the relevant part of the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# Generate Red Band&lt;BR /&gt;rband = (2*rp*(1-blue_mask) + zp*blue_mask)*255&lt;BR /&gt;Band_1 = rband*mask&lt;BR /&gt;bandList.append(Band_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Generate Green Band&lt;BR /&gt;gband = (3*SquareRoot(xp)*(1-blue_mask) + 2*zp*blue_mask)*255&lt;BR /&gt;Band_2 = gband*mask&lt;BR /&gt;bandList.append(Band_2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Generate Blue Band&lt;BR /&gt;bband = (2*bp*(1-blue_mask) + 5*zp*blue_mask)*255&lt;BR /&gt;Band_3 = bband*mask&lt;BR /&gt;bandList.append(Band_3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Combine the bands into an RGB raster&lt;BR /&gt;outpath = outdir+'\\'+outname&lt;BR /&gt;arcpy.CompositeBands_management(bandList, outpath)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 22:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128432#M9976</guid>
      <dc:creator>Heidi_Kristenson</dc:creator>
      <dc:date>2019-11-25T22:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128433#M9977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In their code example, they used&amp;nbsp; semicolon delimited list.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c41a16; font-family: &amp;amp;quot; consolas&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;monaco&amp;amp;quot;,monospace; font-size: 14.46px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;"band1.tif;comp.mdb/band2;comp.gdb/bands/Band_3"&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f8f8f8; color: #595959; font-family: 'Consolas','Andale Mono','Lucida Console','Monaco',monospace; font-size: 0.85em; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.4rem; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I wonder if that makes a difference?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/composite-bands.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/composite-bands.htm"&gt;Composite Bands—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 22:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128433#M9977</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-25T22:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128434#M9978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had tried a semicolon delimited list in a variety of forms, but it would always error out when using temporary layers. I had tried saving each band and using those paths, and it&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;would still error out. I found this list approach&amp;nbsp;mentioned&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;elsewhere, and it has worked well, save for the band naming problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the issue might be in the use of the Con tool in my workflow. The script I posted was simplified; in my actual script there was a step that used the Con tool to change 0s to 1s. I discovered that if I remove that step, the composite bands function generates an RGB with correctly-named bands. It turns out the output Con raster is changed from the previously signed integer raster to an unsigned integer raster, but there must be something else going on, because even if I convert the Con output back to signed, it still will generate a composite that has all bands listed as Band_1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 19:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128434#M9978</guid>
      <dc:creator>Heidi_Kristenson</dc:creator>
      <dc:date>2019-11-26T19:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128435#M9979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heidi, there doesn't seem to be anything in the Environments that would cause this, other than the inputs are Raster Layers and no mention is made of multiband rasters&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/con-.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/con-.htm"&gt;Con—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe &lt;A href="https://community.esri.com/migrated-users/3428"&gt;Steve Lynch&lt;/A&gt;‌ might know of other restrictions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 22:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128435#M9979</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-26T22:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128436#M9980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not just the Con tool, either. I replaced that function with a series of map algebra functions to get to the desired output, and it's still labeling all the bands as Band_1 in the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 23:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128436#M9980</guid>
      <dc:creator>Heidi_Kristenson</dc:creator>
      <dc:date>2019-11-26T23:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128437#M9981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be clear, there's no problem with the actual data output. The bands are being combined appropriately, they're just not being labeled correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 23:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128437#M9981</guid>
      <dc:creator>Heidi_Kristenson</dc:creator>
      <dc:date>2019-11-26T23:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128438#M9982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is clear, but Steve would know, or know someone who would.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 00:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128438#M9982</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-27T00:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128439#M9983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&amp;nbsp;for taking time to look at this issue. It turns out that I can use the CopyRaster_management&amp;nbsp;function to save the&amp;nbsp;output of the CompositeBands function&amp;nbsp;as an 8-bit unsigned integer raster. The copied output has correctly-named bands, and the additional benefit of a much-reduced filesize. That approach should get me where I need to be; I can afford to lose some pixel depth, and the product is much tidier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 00:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128439#M9983</guid>
      <dc:creator>Heidi_Kristenson</dc:creator>
      <dc:date>2019-11-27T00:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128440#M9984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been using the additional copy function but it is really slow and now I have a new issue that has arisen where the 8-bit unsigned isn't being respected so I have to 1) composite the bands, 2) copy to get the names right 3) reexport to 8bit unsigned. With big rasters (~100gb+) this adds several hours per raster having to redo the steps.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 20:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128440#M9984</guid>
      <dc:creator>KenPierce</dc:creator>
      <dc:date>2020-05-19T20:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128441#M9985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to every one,&lt;/P&gt;&lt;P&gt;I had the same error, but what i did to solving this issue that was the use of the arctool box&amp;nbsp; tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:&amp;nbsp; Open your Arcmap and add the Landsat8 or landsat7 tif images to the arcmap, do not use "image Analysis"&amp;nbsp; instead use the "Composite Bands tool" in the arctoolbox in Data Management. add all your tif images into input and then locate the output folder. it will give you a single composite file with all bands you added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 10:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128441#M9985</guid>
      <dc:creator>MustafaKhan</dc:creator>
      <dc:date>2020-09-14T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128442#M9986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 00:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128442#M9986</guid>
      <dc:creator>Don_Bayles</dc:creator>
      <dc:date>2020-09-16T00:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why are all my bands called Band_1 when using arcpy.CompositeBands_management?</title>
      <link>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128443#M9987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find myself revisiting this issue in the process of working on another project, which is timely considering another comment was just added today.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the crux of the issue is the use of virtual rasters.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I actually save the input rasters to a .tif file, and then generate my band list with the path for each of the band .tif files, the bands are labeled correctly.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;If I just use the variables for the virtual outputs (there are a long series of processing steps in the script, all done in memory, resulting in the three single-band rasters that I want to combine to an RGB image), I consistently get the problem where all of the bands are labeled as band_1. This will happen even if I use&amp;nbsp;the Composite Bands tool manually, and select the virtual rasters as the input bands.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the workflow I was using with the virtual rasters as inputs (note that many processing steps came before the final step where&amp;nbsp;values greater than 255 are set to 255 and the values are converted to integers using the Con and Int tools):&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# Create empty list for RGB bands&lt;BR /&gt;bandList = []&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Remove negative values and convert each band to an integer raster&lt;BR /&gt;aR = arcpy.sa.Int(arcpy.sa.Con(iR, "255", iR, "VALUE &amp;gt; 255"))&lt;BR /&gt;bandList.append(aR)&lt;BR /&gt;aG = arcpy.sa.Int(arcpy.sa.Con(iG, "255", iG, "VALUE &amp;gt; 255"))&lt;BR /&gt;bandList.append(aG)&lt;BR /&gt;aB = arcpy.sa.Int(arcpy.sa.Con(iB, "255", iB, "VALUE &amp;gt; 255"))&lt;BR /&gt;bandList.append(aB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Combine the aRGB bands into a composite raster&lt;BR /&gt;outpath = os.path.join(outdir, outname)&lt;BR /&gt;arcpy.CompositeBands_management(bandList, outpath)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And this is the amended workflow, where I actually save the raster objects to a file before combining them:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# Create empty list for RGB bands&lt;BR /&gt;bandList = []&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Remove negative values and convert each band to an integer raster&lt;BR /&gt;aR = arcpy.sa.Int(arcpy.sa.Con(iR, "255", iR, "VALUE &amp;gt; 255"))&lt;BR /&gt;aG = arcpy.sa.Int(arcpy.sa.Con(iG, "255", iG, "VALUE &amp;gt; 255"))&lt;BR /&gt;aB = arcpy.sa.Int(arcpy.sa.Con(iB, "255", iB, "VALUE &amp;gt; 255"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Save bands as GeoTIFF rasters in the scratch folder&lt;BR /&gt;aRpath = os.path.join(scratchpath, "aR.tif")&lt;BR /&gt;aR.save(aRpath)&lt;BR /&gt;bandList.append(aRpath)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aGpath = os.path.join(scratchpath, "aG.tif")&lt;BR /&gt;aG.save(aGpath)&lt;BR /&gt;bandList.append(aGpath)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aBpath = os.path.join(scratchpath, "aB.tif")&lt;BR /&gt;aB.save(aBpath)&lt;BR /&gt;bandList.append(aBpath)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Combine the aRGB bands into a composite raster&lt;BR /&gt;outpath = os.path.join(outdir, outname)&lt;BR /&gt;arcpy.CompositeBands_management(bandList, outpath)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output RGB rasters look pretty similar. When the virtual input bands are used there are more NoData pixels, however - some of the individual bands contain NoData values where there should be values of 1; I'm not sure what's going on there, but that's a problem for another day. The important thing to note is that&amp;nbsp;the one generated with the virtual rasters as inputs lists all bands as Band_1 (even though they're clearly not), while the one generated with the saved GeoTIFF rasters lists the bands correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the same behavior occurs when using the Toolbox manually or using the script. When the virtual rasters are used for the input bands, all the bands are listed as Band_1. When the saved rasters are used for the input bands, the band numbers are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/507029_Virtual_vs_Saved.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 03:03:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-are-all-my-bands-called-band-1-when-using/m-p/128443#M9987</guid>
      <dc:creator>Heidi_Kristenson</dc:creator>
      <dc:date>2020-09-16T03:03:38Z</dc:date>
    </item>
  </channel>
</rss>

