<?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 Load Sentinel 2 images on ArcGIS Pro python notebook in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/load-sentinel-2-images-on-arcgis-pro-python/m-p/1142079#M7100</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I downloaded a Sentinel-2A tile. The folder structure is shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVAC_0-1644414448553.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33481iC63883F865A1746D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVAC_0-1644414448553.png" alt="MVAC_0-1644414448553.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to open this images on my ArcGIS Pro notebook. I've tried with rasterio and gdal but it doesnt work. So, I tried&amp;nbsp; with Raster() but it doesnt work either. I might be doing something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# images path
imagePath = r'C:\TEST\sentinel\S2A_MSIL2A_20220102T095411_N0301_R079_T33SVV_20220102T114458.SAFE\GRANULE\L2A_T33SVV_A034110_20220102T095409\IMG_DATA\R10m'

# open sentinel images
sentinel = [gdal.Open(imagePath) for img in imagePath]
sentinel&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 13:53:31 GMT</pubDate>
    <dc:creator>MVAC</dc:creator>
    <dc:date>2022-02-09T13:53:31Z</dc:date>
    <item>
      <title>Load Sentinel 2 images on ArcGIS Pro python notebook</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/load-sentinel-2-images-on-arcgis-pro-python/m-p/1142079#M7100</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I downloaded a Sentinel-2A tile. The folder structure is shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVAC_0-1644414448553.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/33481iC63883F865A1746D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVAC_0-1644414448553.png" alt="MVAC_0-1644414448553.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to open this images on my ArcGIS Pro notebook. I've tried with rasterio and gdal but it doesnt work. So, I tried&amp;nbsp; with Raster() but it doesnt work either. I might be doing something wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# images path
imagePath = r'C:\TEST\sentinel\S2A_MSIL2A_20220102T095411_N0301_R079_T33SVV_20220102T114458.SAFE\GRANULE\L2A_T33SVV_A034110_20220102T095409\IMG_DATA\R10m'

# open sentinel images
sentinel = [gdal.Open(imagePath) for img in imagePath]
sentinel&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 13:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/load-sentinel-2-images-on-arcgis-pro-python/m-p/1142079#M7100</guid>
      <dc:creator>MVAC</dc:creator>
      <dc:date>2022-02-09T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Sentinel 2 images on ArcGIS Pro python notebook</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/load-sentinel-2-images-on-arcgis-pro-python/m-p/1142364#M7104</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've used composite bands to create a raster first. The variables in band_string are paths to the image for each band you require. Perhaps not the most efficient solution.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;band_string = f"{SA2_10m_B02};{SA2_10m_B03};{SA2_10m_B04};{SA2_20m_B05};{SA2_20m_B06};{SA2_20m_B07};{SA2_10m_B08};{SA2_20m_B8A};{SA2_20m_B11};{SA2_20m_B12}"
output_raster = os.path.join(project_path, "export_raster.gdb", sub_dir)
arcpy.CompositeBands_management(band_string, output_raster)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 21:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/load-sentinel-2-images-on-arcgis-pro-python/m-p/1142364#M7104</guid>
      <dc:creator>AndrewBartle</dc:creator>
      <dc:date>2022-02-09T21:08:58Z</dc:date>
    </item>
  </channel>
</rss>

