Re: Open Santinel 2 archives with Rasterio
Luke
GDALs Sentinel2 driver exposes the data as subdatasets, with (sort of) one for each resolution - https://gdal.org/drivers/raster/sentinel2.html#level-2a
To access the subdataset that contains the 10m bands, you could use something like the following: import rasterio
|
|