Note
Click here to download the full example code
Reading and plotting
Reading is done via a top-level async function.
import rustac
items = await rustac.read("https://github.com/stac-utils/rustac-py/raw/refs/heads/main/data/100-sentinel-2-items.parquet")
items
Out:
{'type': 'FeatureCollection', 'features': [{'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241203T174629_R098_T13TDE_20241203T211406', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3654289, 39.6593802], [-105.3415281, 39.7414433], [-105.296892, 39.888435], [-105.2544234, 40.0360937], [-105.21028, 40.1832912], [-105.1657423, 40.330441], [-105.1211244, 40.4776103], [-105.0763243, 40.6248143], [-105.0685699, 40.649948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3654289, 39.6593802]]]}, 'bbox': (-105.3654289, 39.6593802, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-12-03T17:46:29.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.046354, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241203T211406_A040450_T13TDE_N05.11', 'eo:cloud_cover': 0.146308, 's2:datatake_id': 'GS2B_20241203T174629_040450_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241203T211406_S20241203T174733_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-12-03T21:14:06.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.972031, 's2:mean_solar_zenith': 63.9019818088301, 's2:mean_solar_azimuth': 164.732834220395, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 3.488287, 's2:vegetation_percentage': 5.786894, 's2:thin_cirrus_percentage': 0.094967, 's2:cloud_shadow_percentage': 0.017309, 's2:nodata_pixel_percentage': 74.583524, 's2:unclassified_percentage': 0.051223, 's2:not_vegetated_percentage': 86.687672, 's2:degraded_msi_data_percentage': 0.0, 's2:high_proba_clouds_percentage': 0.004987, 's2:reflectance_conversion_factor': 1.02837144820992}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241203T174629_R098_T13TDE_20241203T211406', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241203T174629_R098_T13TDE_20241203T211406', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R10m/T13TDE_20241203T174629_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R20m/T13TDE_20241203T174629_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241203T174629_R098_T13TDE_20241203T211406&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R10m/T13TDE_20241203T174629_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R20m/T13TDE_20241203T174629_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R10m/T13TDE_20241203T174629_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R20m/T13TDE_20241203T174629_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R20m/T13TDE_20241203T174629_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R10m/T13TDE_20241203T174629_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/DATASTRIP/DS_2BPS_20241203T211406_S20241203T174733/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R20m/T13TDE_20241203T174629_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R60m/T13TDE_20241203T174629_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R20m/T13TDE_20241203T174629_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R10m/T13TDE_20241203T174629_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R10m/T13TDE_20241203T174629_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R20m/T13TDE_20241203T174629_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R60m/T13TDE_20241203T174629_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/03/S2B_MSIL2A_20241203T174629_N0511_R098_T13TDE_20241203T211406.SAFE/GRANULE/L2A_T13TDE_A040450_20241203T174733/IMG_DATA/R10m/T13TDE_20241203T174629_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241203T174629_R098_T13TDE_20241203T211406&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241201T175721_R141_T13TDE_20241201T213150', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-12-01T17:57:21.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.099084, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241201T213150_A049330_T13TDE_N05.11', 'eo:cloud_cover': 0.105836, 's2:datatake_id': 'GS2A_20241201T175721_049330_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241201T213150_S20241201T175716_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-12-01T21:31:50.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.229668, 's2:mean_solar_zenith': 63.1315229232135, 's2:mean_solar_azimuth': 167.39430369923, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 47.351283, 's2:vegetation_percentage': 6.645259, 's2:thin_cirrus_percentage': 0.001921, 's2:cloud_shadow_percentage': 0.183928, 's2:nodata_pixel_percentage': 3e-05, 's2:unclassified_percentage': 0.021612, 's2:not_vegetated_percentage': 38.077685, 's2:degraded_msi_data_percentage': 0.0083, 's2:high_proba_clouds_percentage': 0.004831, 's2:reflectance_conversion_factor': 1.0276884453787}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241201T175721_R141_T13TDE_20241201T213150', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241201T175721_R141_T13TDE_20241201T213150', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241201T175721_R141_T13TDE_20241201T213150&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R10m/T13TDE_20241201T175721_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R20m/T13TDE_20241201T175721_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R10m/T13TDE_20241201T175721_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R20m/T13TDE_20241201T175721_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R20m/T13TDE_20241201T175721_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R10m/T13TDE_20241201T175721_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R10m/T13TDE_20241201T175721_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/DATASTRIP/DS_2APS_20241201T213150_S20241201T175716/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R10m/T13TDE_20241201T175721_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R60m/T13TDE_20241201T175721_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R10m/T13TDE_20241201T175721_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R10m/T13TDE_20241201T175721_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241201T175721_R141_T13TDE_20241201T213150&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R20m/T13TDE_20241201T175721_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R20m/T13TDE_20241201T175721_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R20m/T13TDE_20241201T175721_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R20m/T13TDE_20241201T175721_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/IMG_DATA/R60m/T13TDE_20241201T175721_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/12/01/S2A_MSIL2A_20241201T175721_N0511_R141_T13TDE_20241201T213150.SAFE/GRANULE/L2A_T13TDE_A049330_20241201T175716/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241128T174701_R098_T13TDE_20241128T213939', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3534514, 39.6594344], [-105.3338858, 39.7262809], [-105.2894226, 39.8733835], [-105.246836, 40.0210182], [-105.2024281, 40.1682782], [-105.157525, 40.3154476], [-105.1127466, 40.4626565], [-105.0680378, 40.6098589], [-105.0556712, 40.6500077], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3534514, 39.6594344]]]}, 'bbox': (-105.3534514, 39.6594344, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-28T17:47:01.025Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 1.029717, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241128T213939_A049287_T13TDE_N05.11', 'eo:cloud_cover': 1.39237, 's2:datatake_id': 'GS2A_20241128T174701_049287_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241128T213939_S20241128T174941_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-28T21:39:39.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 3.107161, 's2:mean_solar_zenith': 63.0678199910239, 's2:mean_solar_azimuth': 165.019923779231, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 56.806326, 's2:vegetation_percentage': 2.359416, 's2:thin_cirrus_percentage': 0.000521, 's2:cloud_shadow_percentage': 0.740176, 's2:nodata_pixel_percentage': 75.186694, 's2:unclassified_percentage': 0.085295, 's2:not_vegetated_percentage': 35.068396, 's2:degraded_msi_data_percentage': 0.0446, 's2:high_proba_clouds_percentage': 0.362132, 's2:reflectance_conversion_factor': 1.02659641010396}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241128T174701_R098_T13TDE_20241128T213939', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241128T174701_R098_T13TDE_20241128T213939', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R20m/T13TDE_20241128T174701_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R20m/T13TDE_20241128T174701_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R10m/T13TDE_20241128T174701_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R10m/T13TDE_20241128T174701_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241128T174701_R098_T13TDE_20241128T213939&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R20m/T13TDE_20241128T174701_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R60m/T13TDE_20241128T174701_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R10m/T13TDE_20241128T174701_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R20m/T13TDE_20241128T174701_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R10m/T13TDE_20241128T174701_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R10m/T13TDE_20241128T174701_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R20m/T13TDE_20241128T174701_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R10m/T13TDE_20241128T174701_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R20m/T13TDE_20241128T174701_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/DATASTRIP/DS_2APS_20241128T213939_S20241128T174941/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R10m/T13TDE_20241128T174701_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R60m/T13TDE_20241128T174701_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/GRANULE/L2A_T13TDE_A049287_20241128T174941/IMG_DATA/R20m/T13TDE_20241128T174701_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/28/S2A_MSIL2A_20241128T174701_N0511_R098_T13TDE_20241128T213939.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241128T174701_R098_T13TDE_20241128T213939&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241126T175609_R141_T13TDE_20241126T201239', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-26T17:56:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 58.925575, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241126T201239_A040350_T13TDE_N05.11', 'eo:cloud_cover': 93.550229, 's2:datatake_id': 'GS2B_20241126T175609_040350_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241126T201239_S20241126T180147_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-26T20:12:39.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.097826, 's2:mean_solar_zenith': 62.2416613858113, 's2:mean_solar_azimuth': 167.695308300442, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.588352, 's2:vegetation_percentage': 0.032229, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.000123, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.03574, 's2:not_vegetated_percentage': 5.695499, 's2:degraded_msi_data_percentage': 0.0029, 's2:high_proba_clouds_percentage': 34.624654, 's2:reflectance_conversion_factor': 1.02583324789237}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241126T175609_R141_T13TDE_20241126T201239', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241126T175609_R141_T13TDE_20241126T201239', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241126T175609_R141_T13TDE_20241126T201239&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R60m/T13TDE_20241126T175609_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R20m/T13TDE_20241126T175609_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/DATASTRIP/DS_2BPS_20241126T201239_S20241126T180147/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R10m/T13TDE_20241126T175609_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R60m/T13TDE_20241126T175609_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R20m/T13TDE_20241126T175609_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R20m/T13TDE_20241126T175609_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241126T175609_R141_T13TDE_20241126T201239&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R20m/T13TDE_20241126T175609_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R10m/T13TDE_20241126T175609_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R10m/T13TDE_20241126T175609_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R20m/T13TDE_20241126T175609_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R10m/T13TDE_20241126T175609_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R10m/T13TDE_20241126T175609_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R20m/T13TDE_20241126T175609_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R20m/T13TDE_20241126T175609_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R10m/T13TDE_20241126T175609_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/GRANULE/L2A_T13TDE_A040350_20241126T180147/IMG_DATA/R10m/T13TDE_20241126T175609_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/26/S2B_MSIL2A_20241126T175609_N0511_R141_T13TDE_20241126T201239.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241123T174559_R098_T13TDE_20241123T212115', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3708318, 39.6593557], [-105.342927, 39.753058], [-105.2988375, 39.9002348], [-105.2564174, 40.0478926], [-105.2122381, 40.1950898], [-105.1676216, 40.3422299], [-105.1230996, 40.4894358], [-105.0783417, 40.6366276], [-105.0742347, 40.6499219], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3708318, 39.6593557]]]}, 'bbox': (-105.3708318, 39.6593557, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-23T17:45:59.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 40.009427, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241123T212115_A040307_T13TDE_N05.11', 'eo:cloud_cover': 93.229878, 's2:datatake_id': 'GS2B_20241123T174559_040307_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241123T212115_S20241123T174607_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-23T21:21:15.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.135399, 's2:mean_solar_zenith': 62.0787352185363, 's2:mean_solar_azimuth': 165.222857224429, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.048005, 's2:vegetation_percentage': 0.002106, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 5.935238, 's2:nodata_pixel_percentage': 74.157894, 's2:unclassified_percentage': 0.293998, 's2:not_vegetated_percentage': 0.279567, 's2:degraded_msi_data_percentage': 0.0, 's2:high_proba_clouds_percentage': 53.220451, 's2:reflectance_conversion_factor': 1.02462560219241}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241123T174559_R098_T13TDE_20241123T212115', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241123T174559_R098_T13TDE_20241123T212115', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R10m/T13TDE_20241123T174559_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R10m/T13TDE_20241123T174559_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R20m/T13TDE_20241123T174559_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R10m/T13TDE_20241123T174559_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R20m/T13TDE_20241123T174559_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R20m/T13TDE_20241123T174559_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R20m/T13TDE_20241123T174559_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R10m/T13TDE_20241123T174559_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241123T174559_R098_T13TDE_20241123T212115&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R20m/T13TDE_20241123T174559_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R60m/T13TDE_20241123T174559_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R10m/T13TDE_20241123T174559_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R10m/T13TDE_20241123T174559_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R10m/T13TDE_20241123T174559_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R20m/T13TDE_20241123T174559_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R60m/T13TDE_20241123T174559_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/DATASTRIP/DS_2BPS_20241123T212115_S20241123T174607/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241123T174559_R098_T13TDE_20241123T212115&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/23/S2B_MSIL2A_20241123T174559_N0511_R098_T13TDE_20241123T212115.SAFE/GRANULE/L2A_T13TDE_A040307_20241123T174607/IMG_DATA/R20m/T13TDE_20241123T174559_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241121T175641_R141_T13TDE_20241121T212100', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-21T17:56:41.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 3.45033, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241121T212100_A049187_T13TDE_N05.11', 'eo:cloud_cover': 16.778064, 's2:datatake_id': 'GS2A_20241121T175641_049187_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241121T212100_S20241121T175642_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-21T21:21:00.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.053351, 's2:mean_solar_zenith': 61.2048243899668, 's2:mean_solar_azimuth': 167.876915835259, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 31.979784, 's2:vegetation_percentage': 5.80523, 's2:thin_cirrus_percentage': 0.333532, 's2:cloud_shadow_percentage': 0.089429, 's2:nodata_pixel_percentage': 7e-06, 's2:unclassified_percentage': 1.713495, 's2:not_vegetated_percentage': 38.101137, 's2:degraded_msi_data_percentage': 0.0081, 's2:high_proba_clouds_percentage': 12.994201, 's2:reflectance_conversion_factor': 1.02378944343215}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241121T175641_R141_T13TDE_20241121T212100', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241121T175641_R141_T13TDE_20241121T212100', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R10m/T13TDE_20241121T175641_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R20m/T13TDE_20241121T175641_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R20m/T13TDE_20241121T175641_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R20m/T13TDE_20241121T175641_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/DATASTRIP/DS_2APS_20241121T212100_S20241121T175642/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R10m/T13TDE_20241121T175641_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R60m/T13TDE_20241121T175641_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R20m/T13TDE_20241121T175641_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R10m/T13TDE_20241121T175641_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R20m/T13TDE_20241121T175641_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241121T175641_R141_T13TDE_20241121T212100&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R10m/T13TDE_20241121T175641_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241121T175641_R141_T13TDE_20241121T212100&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R10m/T13TDE_20241121T175641_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R20m/T13TDE_20241121T175641_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R60m/T13TDE_20241121T175641_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R10m/T13TDE_20241121T175641_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R20m/T13TDE_20241121T175641_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/GRANULE/L2A_T13TDE_A049187_20241121T175642/IMG_DATA/R10m/T13TDE_20241121T175641_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/21/S2A_MSIL2A_20241121T175641_N0511_R141_T13TDE_20241121T212100.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241118T174631_R098_T13TDE_20241118T213954', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3614826, 39.659398], [-105.3272177, 39.7736924], [-105.2834982, 39.9210641], [-105.2405376, 40.06862], [-105.1961806, 40.2157867], [-105.1516321, 40.3630215], [-105.1066991, 40.5102178], [-105.0638062, 40.6499701], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3614826, 39.659398]]]}, 'bbox': (-105.3614826, 39.659398, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-18T17:46:31.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.521363, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241118T213954_A049144_T13TDE_N05.11', 'eo:cloud_cover': 1.529537, 's2:datatake_id': 'GS2A_20241118T174631_049144_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241118T213954_S20241118T174754_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-18T21:39:54.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.834288, 's2:mean_solar_zenith': 60.9539688813563, 's2:mean_solar_azimuth': 165.295350027718, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 1.261123, 's2:vegetation_percentage': 8.526763, 's2:thin_cirrus_percentage': 0.424017, 's2:cloud_shadow_percentage': 1.923865, 's2:nodata_pixel_percentage': 74.553794, 's2:unclassified_percentage': 0.216415, 's2:not_vegetated_percentage': 83.373046, 's2:degraded_msi_data_percentage': 0.0436, 's2:high_proba_clouds_percentage': 0.584157, 's2:reflectance_conversion_factor': 1.02247608828746}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241118T174631_R098_T13TDE_20241118T213954', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241118T174631_R098_T13TDE_20241118T213954', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R10m/T13TDE_20241118T174631_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R20m/T13TDE_20241118T174631_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R20m/T13TDE_20241118T174631_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R10m/T13TDE_20241118T174631_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R10m/T13TDE_20241118T174631_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R10m/T13TDE_20241118T174631_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R60m/T13TDE_20241118T174631_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241118T174631_R098_T13TDE_20241118T213954&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R10m/T13TDE_20241118T174631_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R10m/T13TDE_20241118T174631_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R20m/T13TDE_20241118T174631_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R60m/T13TDE_20241118T174631_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R20m/T13TDE_20241118T174631_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241118T174631_R098_T13TDE_20241118T213954&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/DATASTRIP/DS_2APS_20241118T213954_S20241118T174754/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R20m/T13TDE_20241118T174631_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R10m/T13TDE_20241118T174631_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R20m/T13TDE_20241118T174631_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/18/S2A_MSIL2A_20241118T174631_N0511_R098_T13TDE_20241118T213954.SAFE/GRANULE/L2A_T13TDE_A049144_20241118T174754/IMG_DATA/R20m/T13TDE_20241118T174631_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241116T175529_R141_T13TDE_20241116T212950', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-16T17:55:29.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 10.297132, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241116T212950_A040207_T13TDE_N05.11', 'eo:cloud_cover': 21.98948, 's2:datatake_id': 'GS2B_20241116T175529_040207_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241116T212950_S20241116T180234_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-16T21:29:50.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.572812, 's2:mean_solar_zenith': 60.0304291979586, 's2:mean_solar_azimuth': 167.948422756379, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 20.965743, 's2:vegetation_percentage': 7.285845, 's2:thin_cirrus_percentage': 3e-06, 's2:cloud_shadow_percentage': 6.041164, 's2:nodata_pixel_percentage': 3e-06, 's2:unclassified_percentage': 0.716175, 's2:not_vegetated_percentage': 39.211452, 's2:degraded_msi_data_percentage': 0.0027, 's2:high_proba_clouds_percentage': 11.692344, 's2:reflectance_conversion_factor': 1.02157280845866}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241116T175529_R141_T13TDE_20241116T212950', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241116T175529_R141_T13TDE_20241116T212950', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R10m/T13TDE_20241116T175529_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R10m/T13TDE_20241116T175529_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R20m/T13TDE_20241116T175529_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R10m/T13TDE_20241116T175529_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R10m/T13TDE_20241116T175529_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R10m/T13TDE_20241116T175529_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R10m/T13TDE_20241116T175529_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241116T175529_R141_T13TDE_20241116T212950&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R20m/T13TDE_20241116T175529_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R20m/T13TDE_20241116T175529_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R20m/T13TDE_20241116T175529_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R20m/T13TDE_20241116T175529_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R10m/T13TDE_20241116T175529_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R60m/T13TDE_20241116T175529_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R60m/T13TDE_20241116T175529_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241116T175529_R141_T13TDE_20241116T212950&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R20m/T13TDE_20241116T175529_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/DATASTRIP/DS_2BPS_20241116T212950_S20241116T180234/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/16/S2B_MSIL2A_20241116T175529_N0511_R141_T13TDE_20241116T212950.SAFE/GRANULE/L2A_T13TDE_A040207_20241116T180234/IMG_DATA/R20m/T13TDE_20241116T175529_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241113T174509_R098_T13TDE_20241113T215527', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3584356, 39.6594118], [-105.3560481, 39.667609], [-105.3117884, 39.8148915], [-105.2687617, 39.9625437], [-105.2246831, 40.1099362], [-105.1801641, 40.2572362], [-105.1356786, 40.4045079], [-105.0910917, 40.5516839], [-105.0611606, 40.6499823], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3584356, 39.6594118]]]}, 'bbox': (-105.3584356, 39.6594118, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-13T17:45:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.055219, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241113T215527_A040164_T13TDE_N05.11', 'eo:cloud_cover': 0.140332, 's2:datatake_id': 'GS2B_20241113T174509_040164_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241113T215527_S20241113T174506_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-13T21:55:27.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.920941, 's2:mean_solar_zenith': 59.7056008141884, 's2:mean_solar_azimuth': 165.233949232905, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 9.232413, 's2:vegetation_percentage': 8.768205, 's2:thin_cirrus_percentage': 0.081239, 's2:cloud_shadow_percentage': 0.072651, 's2:nodata_pixel_percentage': 75.160915, 's2:unclassified_percentage': 0.051867, 's2:not_vegetated_percentage': 78.405887, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 0.003874, 's2:reflectance_conversion_factor': 1.0201643574074}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241113T174509_R098_T13TDE_20241113T215527', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241113T174509_R098_T13TDE_20241113T215527', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R20m/T13TDE_20241113T174509_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R20m/T13TDE_20241113T174509_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R60m/T13TDE_20241113T174509_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R20m/T13TDE_20241113T174509_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R10m/T13TDE_20241113T174509_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R10m/T13TDE_20241113T174509_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R10m/T13TDE_20241113T174509_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R20m/T13TDE_20241113T174509_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R20m/T13TDE_20241113T174509_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R60m/T13TDE_20241113T174509_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R20m/T13TDE_20241113T174509_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R10m/T13TDE_20241113T174509_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R10m/T13TDE_20241113T174509_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241113T174509_R098_T13TDE_20241113T215527&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R10m/T13TDE_20241113T174509_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R20m/T13TDE_20241113T174509_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/DATASTRIP/DS_2BPS_20241113T215527_S20241113T174506/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241113T174509_R098_T13TDE_20241113T215527&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/13/S2B_MSIL2A_20241113T174509_N0511_R098_T13TDE_20241113T215527.SAFE/GRANULE/L2A_T13TDE_A040164_20241113T174506/IMG_DATA/R10m/T13TDE_20241113T174509_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241111T175601_R141_T13TDE_20241111T212850', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-11T17:56:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.023573, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241111T212850_A049044_T13TDE_N05.11', 'eo:cloud_cover': 0.078125, 's2:datatake_id': 'GS2A_20241111T175601_049044_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241111T212850_S20241111T180115_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-11T21:28:50.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.297893, 's2:mean_solar_zenith': 58.7292851340986, 's2:mean_solar_azimuth': 167.916561513096, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 56.524146, 's2:vegetation_percentage': 6.209009, 's2:thin_cirrus_percentage': 1e-05, 's2:cloud_shadow_percentage': 0.002926, 's2:nodata_pixel_percentage': 2.3e-05, 's2:unclassified_percentage': 0.004307, 's2:not_vegetated_percentage': 32.334128, 's2:degraded_msi_data_percentage': 0.0081, 's2:high_proba_clouds_percentage': 0.054542, 's2:reflectance_conversion_factor': 1.01920241826901}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241111T175601_R141_T13TDE_20241111T212850', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241111T175601_R141_T13TDE_20241111T212850', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R20m/T13TDE_20241111T175601_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R20m/T13TDE_20241111T175601_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R60m/T13TDE_20241111T175601_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R10m/T13TDE_20241111T175601_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R20m/T13TDE_20241111T175601_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R20m/T13TDE_20241111T175601_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241111T175601_R141_T13TDE_20241111T212850&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R20m/T13TDE_20241111T175601_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R10m/T13TDE_20241111T175601_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R60m/T13TDE_20241111T175601_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R20m/T13TDE_20241111T175601_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/DATASTRIP/DS_2APS_20241111T212850_S20241111T180115/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R10m/T13TDE_20241111T175601_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R10m/T13TDE_20241111T175601_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241111T175601_R141_T13TDE_20241111T212850&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R10m/T13TDE_20241111T175601_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R20m/T13TDE_20241111T175601_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R10m/T13TDE_20241111T175601_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/11/S2A_MSIL2A_20241111T175601_N0511_R141_T13TDE_20241111T212850.SAFE/GRANULE/L2A_T13TDE_A049044_20241111T180115/IMG_DATA/R10m/T13TDE_20241111T175601_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241108T174541_R098_T13TDE_20241108T212949', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3534799, 39.6594343], [-105.3507764, 39.6687091], [-105.3067066, 39.8159662], [-105.2636968, 39.9635201], [-105.2199883, 40.110776], [-105.1755227, 40.257996], [-105.1309646, 40.4052371], [-105.0858845, 40.5524073], [-105.0559082, 40.6500066], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3534799, 39.6594343]]]}, 'bbox': (-105.3534799, 39.6594343, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-08T17:45:41.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 89.449829, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241108T212949_A049001_T13TDE_N05.11', 'eo:cloud_cover': 99.985653, 's2:datatake_id': 'GS2A_20241108T174541_049001_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241108T212949_S20241108T174552_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-08T21:29:49.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.007547, 's2:mean_solar_zenith': 58.3393630650803, 's2:mean_solar_azimuth': 165.071461549843, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 4e-05, 's2:vegetation_percentage': 0.0, 's2:thin_cirrus_percentage': 0.984944, 's2:cloud_shadow_percentage': 0.006572, 's2:nodata_pixel_percentage': 75.161266, 's2:unclassified_percentage': 0.0, 's2:not_vegetated_percentage': 0.000187, 's2:degraded_msi_data_percentage': 0.0445, 's2:high_proba_clouds_percentage': 9.550881, 's2:reflectance_conversion_factor': 1.01771030397457}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241108T174541_R098_T13TDE_20241108T212949', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241108T174541_R098_T13TDE_20241108T212949', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R10m/T13TDE_20241108T174541_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R10m/T13TDE_20241108T174541_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R20m/T13TDE_20241108T174541_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R20m/T13TDE_20241108T174541_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R60m/T13TDE_20241108T174541_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R10m/T13TDE_20241108T174541_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R10m/T13TDE_20241108T174541_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241108T174541_R098_T13TDE_20241108T212949&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R20m/T13TDE_20241108T174541_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241108T174541_R098_T13TDE_20241108T212949&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/DATASTRIP/DS_2APS_20241108T212949_S20241108T174552/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R10m/T13TDE_20241108T174541_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R10m/T13TDE_20241108T174541_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R20m/T13TDE_20241108T174541_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R20m/T13TDE_20241108T174541_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R20m/T13TDE_20241108T174541_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R20m/T13TDE_20241108T174541_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R10m/T13TDE_20241108T174541_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/GRANULE/L2A_T13TDE_A049001_20241108T174552/IMG_DATA/R60m/T13TDE_20241108T174541_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/08/S2A_MSIL2A_20241108T174541_N0511_R098_T13TDE_20241108T212949.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241106T175439_R141_T13TDE_20241106T202610', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-06T17:54:39.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 28.994715, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241106T202610_A040064_T13TDE_N05.11', 'eo:cloud_cover': 85.797668, 's2:datatake_id': 'GS2B_20241106T175439_040064_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241106T202610_S20241106T175818_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-06T20:26:10.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.066274, 's2:mean_solar_zenith': 57.3194679948384, 's2:mean_solar_azimuth': 167.737827920303, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 13.453956, 's2:vegetation_percentage': 0.000375, 's2:thin_cirrus_percentage': 0.077342, 's2:cloud_shadow_percentage': 0.320122, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.097352, 's2:not_vegetated_percentage': 0.262634, 's2:degraded_msi_data_percentage': 0.0023, 's2:high_proba_clouds_percentage': 56.725609, 's2:reflectance_conversion_factor': 1.0166961567723}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241106T175439_R141_T13TDE_20241106T202610', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241106T175439_R141_T13TDE_20241106T202610', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R20m/T13TDE_20241106T175439_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241106T175439_R141_T13TDE_20241106T202610&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/DATASTRIP/DS_2BPS_20241106T202610_S20241106T175818/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R10m/T13TDE_20241106T175439_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R10m/T13TDE_20241106T175439_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R20m/T13TDE_20241106T175439_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R10m/T13TDE_20241106T175439_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R20m/T13TDE_20241106T175439_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R20m/T13TDE_20241106T175439_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R60m/T13TDE_20241106T175439_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R20m/T13TDE_20241106T175439_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R20m/T13TDE_20241106T175439_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R10m/T13TDE_20241106T175439_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R10m/T13TDE_20241106T175439_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241106T175439_R141_T13TDE_20241106T202610&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R10m/T13TDE_20241106T175439_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R60m/T13TDE_20241106T175439_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R20m/T13TDE_20241106T175439_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/06/S2B_MSIL2A_20241106T175439_N0511_R141_T13TDE_20241106T202610.SAFE/GRANULE/L2A_T13TDE_A040064_20241106T175818/IMG_DATA/R10m/T13TDE_20241106T175439_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241103T174419_R098_T13TDE_20241103T212710', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3610751, 39.6593999], [-105.3589357, 39.6667161], [-105.3146671, 39.8139194], [-105.2716609, 39.9614711], [-105.2279374, 40.1088086], [-105.1835896, 40.2560003], [-105.1391507, 40.403196], [-105.0944102, 40.5503257], [-105.0639779, 40.6499693], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3610751, 39.6593999]]]}, 'bbox': (-105.3610751, 39.6593999, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-03T17:44:19.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 9.295443, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241103T212710_A040021_T13TDE_N05.11', 'eo:cloud_cover': 15.553764, 's2:datatake_id': 'GS2B_20241103T174419_040021_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241103T212710_S20241103T174415_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-03T21:27:10.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.196383, 's2:mean_solar_zenith': 56.8738984328255, 's2:mean_solar_azimuth': 164.7746170921, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.001258, 's2:vegetation_percentage': 6.290109, 's2:thin_cirrus_percentage': 0.150711, 's2:cloud_shadow_percentage': 8.798414, 's2:nodata_pixel_percentage': 74.940789, 's2:unclassified_percentage': 4.068319, 's2:not_vegetated_percentage': 63.075429, 's2:degraded_msi_data_percentage': 0.0, 's2:high_proba_clouds_percentage': 6.10761, 's2:reflectance_conversion_factor': 1.01513227207566}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241103T174419_R098_T13TDE_20241103T212710', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241103T174419_R098_T13TDE_20241103T212710', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R20m/T13TDE_20241103T174419_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R10m/T13TDE_20241103T174419_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R20m/T13TDE_20241103T174419_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R60m/T13TDE_20241103T174419_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241103T174419_R098_T13TDE_20241103T212710&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R20m/T13TDE_20241103T174419_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R60m/T13TDE_20241103T174419_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R10m/T13TDE_20241103T174419_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R20m/T13TDE_20241103T174419_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R20m/T13TDE_20241103T174419_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R10m/T13TDE_20241103T174419_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R10m/T13TDE_20241103T174419_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R10m/T13TDE_20241103T174419_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R20m/T13TDE_20241103T174419_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R20m/T13TDE_20241103T174419_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R10m/T13TDE_20241103T174419_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/GRANULE/L2A_T13TDE_A040021_20241103T174415/IMG_DATA/R10m/T13TDE_20241103T174419_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/03/S2B_MSIL2A_20241103T174419_N0511_R098_T13TDE_20241103T212710.SAFE/DATASTRIP/DS_2BPS_20241103T212710_S20241103T174415/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241103T174419_R098_T13TDE_20241103T212710&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241101T175511_R141_T13TDE_20241102T121050', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-11-01T17:55:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 1.282036, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241102T121050_A048901_T13TDE_N05.11', 'eo:cloud_cover': 3.466807, 's2:datatake_id': 'GS2A_20241101T175511_048901_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241102T121050_S20241101T175842_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-11-02T12:10:50.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.098401, 's2:mean_solar_zenith': 55.8043108872228, 's2:mean_solar_azimuth': 167.481987224746, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 18.407062, 's2:vegetation_percentage': 10.991594, 's2:thin_cirrus_percentage': 1.67746, 's2:cloud_shadow_percentage': 0.376651, 's2:nodata_pixel_percentage': 1.7e-05, 's2:unclassified_percentage': 0.377026, 's2:not_vegetated_percentage': 63.17091, 's2:degraded_msi_data_percentage': 0.0087, 's2:high_proba_clouds_percentage': 0.507311, 's2:reflectance_conversion_factor': 1.01407530801255}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241101T175511_R141_T13TDE_20241102T121050', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241101T175511_R141_T13TDE_20241102T121050', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R60m/T13TDE_20241101T175511_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R20m/T13TDE_20241101T175511_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R10m/T13TDE_20241101T175511_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R10m/T13TDE_20241101T175511_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R20m/T13TDE_20241101T175511_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R10m/T13TDE_20241101T175511_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R20m/T13TDE_20241101T175511_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241101T175511_R141_T13TDE_20241102T121050&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R20m/T13TDE_20241101T175511_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R20m/T13TDE_20241101T175511_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R10m/T13TDE_20241101T175511_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R10m/T13TDE_20241101T175511_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241101T175511_R141_T13TDE_20241102T121050&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R10m/T13TDE_20241101T175511_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/DATASTRIP/DS_2APS_20241102T121050_S20241101T175842/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R10m/T13TDE_20241101T175511_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R20m/T13TDE_20241101T175511_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R20m/T13TDE_20241101T175511_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/11/01/S2A_MSIL2A_20241101T175511_N0511_R141_T13TDE_20241102T121050.SAFE/GRANULE/L2A_T13TDE_A048901_20241101T175842/IMG_DATA/R60m/T13TDE_20241101T175511_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241029T174441_R098_T13TDE_20241029T225350', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3705241, 39.6593571], [-105.3563166, 39.7080221], [-105.3120375, 39.8553758], [-105.2689134, 40.0031388], [-105.2242873, 40.1504779], [-105.1793926, 40.2976912], [-105.1347456, 40.44491], [-105.0901285, 40.5921], [-105.0724719, 40.64993], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3705241, 39.6593571]]]}, 'bbox': (-105.3705241, 39.6593571, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-29T17:44:41.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 9.654771, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241029T225350_A048858_T13TDE_N05.11', 'eo:cloud_cover': 39.619952, 's2:datatake_id': 'GS2A_20241029T174441_048858_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241029T225350_S20241029T175146_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-29T22:53:50.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.935707, 's2:mean_solar_zenith': 55.3206936851989, 's2:mean_solar_azimuth': 164.358656698645, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.000534, 's2:vegetation_percentage': 6.142405, 's2:thin_cirrus_percentage': 0.322, 's2:cloud_shadow_percentage': 4.942082, 's2:nodata_pixel_percentage': 73.889005, 's2:unclassified_percentage': 2.432502, 's2:not_vegetated_percentage': 45.845649, 's2:degraded_msi_data_percentage': 0.0424, 's2:high_proba_clouds_percentage': 29.643181, 's2:reflectance_conversion_factor': 1.01245195978648}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241029T174441_R098_T13TDE_20241029T225350', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241029T174441_R098_T13TDE_20241029T225350', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R20m/T13TDE_20241029T174441_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R20m/T13TDE_20241029T174441_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R20m/T13TDE_20241029T174441_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R10m/T13TDE_20241029T174441_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R20m/T13TDE_20241029T174441_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R60m/T13TDE_20241029T174441_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R10m/T13TDE_20241029T174441_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R20m/T13TDE_20241029T174441_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R10m/T13TDE_20241029T174441_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241029T174441_R098_T13TDE_20241029T225350&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/DATASTRIP/DS_2APS_20241029T225350_S20241029T175146/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R20m/T13TDE_20241029T174441_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R10m/T13TDE_20241029T174441_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R60m/T13TDE_20241029T174441_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R10m/T13TDE_20241029T174441_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R20m/T13TDE_20241029T174441_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R10m/T13TDE_20241029T174441_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241029T174441_R098_T13TDE_20241029T225350&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/29/S2A_MSIL2A_20241029T174441_N0511_R098_T13TDE_20241029T225350.SAFE/GRANULE/L2A_T13TDE_A048858_20241029T175146/IMG_DATA/R10m/T13TDE_20241029T174441_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241027T175339_R141_T13TDE_20241027T203304', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-27T17:53:39.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 16.775598, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241027T203304_A039921_T13TDE_N05.11', 'eo:cloud_cover': 73.142278, 's2:datatake_id': 'GS2B_20241027T175339_039921_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241027T203304_S20241027T175619_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-27T20:33:04.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.208496, 's2:mean_solar_zenith': 54.2089443851947, 's2:mean_solar_azimuth': 167.074774994213, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 1.11696, 's2:vegetation_percentage': 1.117926, 's2:thin_cirrus_percentage': 0.004044, 's2:cloud_shadow_percentage': 0.0, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 2.884456, 's2:not_vegetated_percentage': 21.283244, 's2:degraded_msi_data_percentage': 0.003, 's2:high_proba_clouds_percentage': 56.362641, 's2:reflectance_conversion_factor': 1.01135908606193}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241027T175339_R141_T13TDE_20241027T203304', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241027T175339_R141_T13TDE_20241027T203304', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R10m/T13TDE_20241027T175339_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R20m/T13TDE_20241027T175339_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R10m/T13TDE_20241027T175339_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241027T175339_R141_T13TDE_20241027T203304&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241027T175339_R141_T13TDE_20241027T203304&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R20m/T13TDE_20241027T175339_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R60m/T13TDE_20241027T175339_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R20m/T13TDE_20241027T175339_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R10m/T13TDE_20241027T175339_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R20m/T13TDE_20241027T175339_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R10m/T13TDE_20241027T175339_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R20m/T13TDE_20241027T175339_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R60m/T13TDE_20241027T175339_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R10m/T13TDE_20241027T175339_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R10m/T13TDE_20241027T175339_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R10m/T13TDE_20241027T175339_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R20m/T13TDE_20241027T175339_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/GRANULE/L2A_T13TDE_A039921_20241027T175619/IMG_DATA/R20m/T13TDE_20241027T175339_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/27/S2B_MSIL2A_20241027T175339_N0511_R141_T13TDE_20241027T203304.SAFE/DATASTRIP/DS_2BPS_20241027T203304_S20241027T175619/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241024T174319_R098_T13TDE_20241024T220600', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3737416, 39.6593425], [-105.3427232, 39.7640045], [-105.2984105, 39.9111249], [-105.2559799, 40.0587724], [-105.2117117, 40.2059544], [-105.1671058, 40.3530992], [-105.1225011, 40.5002696], [-105.0777585, 40.6474541], [-105.0770036, 40.6499091], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3737416, 39.6593425]]]}, 'bbox': (-105.3737416, 39.6593425, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-24T17:43:19.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 10.359021, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241024T220600_A039878_T13TDE_N05.11', 'eo:cloud_cover': 61.255628, 's2:datatake_id': 'GS2B_20241024T174319_039878_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241024T220600_S20241024T174534_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-24T22:06:00.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.553433, 's2:mean_solar_zenith': 53.7005517445887, 's2:mean_solar_azimuth': 163.789259312238, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 6.063076, 's2:thin_cirrus_percentage': 0.171974, 's2:cloud_shadow_percentage': 3.910704, 's2:nodata_pixel_percentage': 73.943281, 's2:unclassified_percentage': 1.663203, 's2:not_vegetated_percentage': 26.381564, 's2:degraded_msi_data_percentage': 0.0, 's2:high_proba_clouds_percentage': 50.724632, 's2:reflectance_conversion_factor': 1.00968906306132}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241024T174319_R098_T13TDE_20241024T220600', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241024T174319_R098_T13TDE_20241024T220600', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R10m/T13TDE_20241024T174319_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R10m/T13TDE_20241024T174319_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R20m/T13TDE_20241024T174319_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R60m/T13TDE_20241024T174319_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R10m/T13TDE_20241024T174319_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R20m/T13TDE_20241024T174319_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R20m/T13TDE_20241024T174319_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R20m/T13TDE_20241024T174319_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R20m/T13TDE_20241024T174319_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241024T174319_R098_T13TDE_20241024T220600&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R20m/T13TDE_20241024T174319_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R20m/T13TDE_20241024T174319_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/DATASTRIP/DS_2BPS_20241024T220600_S20241024T174534/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R10m/T13TDE_20241024T174319_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R10m/T13TDE_20241024T174319_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R10m/T13TDE_20241024T174319_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241024T174319_R098_T13TDE_20241024T220600&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R10m/T13TDE_20241024T174319_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/24/S2B_MSIL2A_20241024T174319_N0511_R098_T13TDE_20241024T220600.SAFE/GRANULE/L2A_T13TDE_A039878_20241024T174534/IMG_DATA/R60m/T13TDE_20241024T174319_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241022T175411_R141_T13TDE_20241022T213858', 'geometry': {'type': 'Polygon', 'coordinates': [[[-104.933877, 39.6613353], [-104.9727736, 39.6705115], [-104.97248, 39.6713692], [-104.9727825, 39.6714387], [-104.9727138, 39.6716388], [-104.9727459, 39.6716462], [-104.9725994, 39.672074], [-104.9751509, 39.6726651], [-104.9750158, 39.6730601], [-104.9750326, 39.673064], [-104.9750274, 39.6730793], [-105.0150519, 39.6823639], [-105.2315033, 39.7326642], [-105.2315318, 39.7325814], [-105.2315428, 39.732584], [-105.2323617, 39.730214], [-105.5166194, 39.7916854], [-105.5162008, 39.792946], [-105.5163507, 39.7929774], [-105.5160329, 39.7939358], [-105.5184751, 39.7944501], [-105.5182957, 39.7949903], [-105.7713303, 39.8483436], [-105.7714149, 39.8480891], [-105.7714447, 39.8480954], [-105.7722187, 39.8457704], [-106.05421, 39.9019321], [-106.05366, 39.9036193], [-106.056314, 39.9041196], [-106.0560805, 39.9048356], [-106.1707954, 39.9264326], [-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-104.933877, 39.6613353]]]}, 'bbox': (-106.1831726, 39.6613353, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-22T17:54:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.585794, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241022T213858_A048758_T13TDE_N05.11', 'eo:cloud_cover': 0.863965, 's2:datatake_id': 'GS2A_20241022T175411_048758_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241022T213858_S20241022T175447_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-22T21:38:58.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.45423, 's2:mean_solar_zenith': 52.5473305252238, 's2:mean_solar_azimuth': 166.522085582468, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 22.029984, 's2:vegetation_percentage': 23.383881, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.374114, 's2:nodata_pixel_percentage': 13.408546, 's2:unclassified_percentage': 0.060022, 's2:not_vegetated_percentage': 50.671285, 's2:degraded_msi_data_percentage': 0.0096, 's2:high_proba_clouds_percentage': 0.27817, 's2:reflectance_conversion_factor': 1.00857020670465}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241022T175411_R141_T13TDE_20241022T213858', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241022T175411_R141_T13TDE_20241022T213858', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241022T175411_R141_T13TDE_20241022T213858&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R10m/T13TDE_20241022T175411_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R20m/T13TDE_20241022T175411_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R60m/T13TDE_20241022T175411_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/DATASTRIP/DS_2APS_20241022T213858_S20241022T175447/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R20m/T13TDE_20241022T175411_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R10m/T13TDE_20241022T175411_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R20m/T13TDE_20241022T175411_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R10m/T13TDE_20241022T175411_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R10m/T13TDE_20241022T175411_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R60m/T13TDE_20241022T175411_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R20m/T13TDE_20241022T175411_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241022T175411_R141_T13TDE_20241022T213858&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R20m/T13TDE_20241022T175411_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R10m/T13TDE_20241022T175411_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R10m/T13TDE_20241022T175411_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R10m/T13TDE_20241022T175411_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R20m/T13TDE_20241022T175411_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/22/S2A_MSIL2A_20241022T175411_N0511_R141_T13TDE_20241022T213858.SAFE/GRANULE/L2A_T13TDE_A048758_20241022T175447/IMG_DATA/R20m/T13TDE_20241022T175411_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241019T174341_R098_T13TDE_20241019T232747', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3650241, 39.659382], [-105.3327898, 39.7680523], [-105.2881708, 39.9153352], [-105.2450429, 40.0630822], [-105.2004515, 40.2103434], [-105.1557054, 40.3575495], [-105.1109155, 40.5047252], [-105.0666393, 40.649957], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3650241, 39.659382]]]}, 'bbox': (-105.3650241, 39.659382, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-19T17:43:41.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 30.496234, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241019T232747_A048715_T13TDE_N05.11', 'eo:cloud_cover': 81.815565, 's2:datatake_id': 'GS2A_20241019T174341_048715_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241019T232747_S20241019T174809_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-19T23:27:47.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.536426, 's2:mean_solar_zenith': 52.0268154441152, 's2:mean_solar_azimuth': 163.07527893164, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.071473, 's2:vegetation_percentage': 2.275076, 's2:thin_cirrus_percentage': 0.381678, 's2:cloud_shadow_percentage': 1.438229, 's2:nodata_pixel_percentage': 74.333757, 's2:unclassified_percentage': 2.066333, 's2:not_vegetated_percentage': 11.796897, 's2:degraded_msi_data_percentage': 0.0432, 's2:high_proba_clouds_percentage': 50.937659, 's2:reflectance_conversion_factor': 1.00686628117418}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241019T174341_R098_T13TDE_20241019T232747', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241019T174341_R098_T13TDE_20241019T232747', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R60m/T13TDE_20241019T174341_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/DATASTRIP/DS_2APS_20241019T232747_S20241019T174809/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R10m/T13TDE_20241019T174341_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R20m/T13TDE_20241019T174341_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R10m/T13TDE_20241019T174341_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R10m/T13TDE_20241019T174341_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R10m/T13TDE_20241019T174341_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R10m/T13TDE_20241019T174341_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R20m/T13TDE_20241019T174341_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R20m/T13TDE_20241019T174341_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241019T174341_R098_T13TDE_20241019T232747&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R20m/T13TDE_20241019T174341_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R20m/T13TDE_20241019T174341_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241019T174341_R098_T13TDE_20241019T232747&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R10m/T13TDE_20241019T174341_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R20m/T13TDE_20241019T174341_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R10m/T13TDE_20241019T174341_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R20m/T13TDE_20241019T174341_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/GRANULE/L2A_T13TDE_A048715_20241019T174809/IMG_DATA/R60m/T13TDE_20241019T174341_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/19/S2A_MSIL2A_20241019T174341_N0511_R098_T13TDE_20241019T232747.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241017T175239_R141_T13TDE_20241017T202613', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-17T17:52:39.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 12.717456, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241017T202613_A039778_T13TDE_N05.11', 'eo:cloud_cover': 78.025252, 's2:datatake_id': 'GS2B_20241017T175239_039778_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241017T202613_S20241017T175426_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-17T20:26:13.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.289206, 's2:mean_solar_zenith': 50.8316049470601, 's2:mean_solar_azimuth': 165.842387905073, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 2.702795, 's2:thin_cirrus_percentage': 3e-06, 's2:cloud_shadow_percentage': 1.118062, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 3.696584, 's2:not_vegetated_percentage': 14.089446, 's2:degraded_msi_data_percentage': 0.0628, 's2:high_proba_clouds_percentage': 65.307784, 's2:reflectance_conversion_factor': 1.00572854910398}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241017T175239_R141_T13TDE_20241017T202613', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241017T175239_R141_T13TDE_20241017T202613', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R20m/T13TDE_20241017T175239_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R60m/T13TDE_20241017T175239_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R10m/T13TDE_20241017T175239_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R10m/T13TDE_20241017T175239_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R20m/T13TDE_20241017T175239_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R10m/T13TDE_20241017T175239_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R10m/T13TDE_20241017T175239_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R10m/T13TDE_20241017T175239_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R10m/T13TDE_20241017T175239_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R20m/T13TDE_20241017T175239_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/DATASTRIP/DS_2BPS_20241017T202613_S20241017T175426/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R10m/T13TDE_20241017T175239_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R20m/T13TDE_20241017T175239_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R20m/T13TDE_20241017T175239_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241017T175239_R141_T13TDE_20241017T202613&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R20m/T13TDE_20241017T175239_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R20m/T13TDE_20241017T175239_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241017T175239_R141_T13TDE_20241017T202613&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/GRANULE/L2A_T13TDE_A039778_20241017T175426/IMG_DATA/R60m/T13TDE_20241017T175239_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/17/S2B_MSIL2A_20241017T175239_N0511_R141_T13TDE_20241017T202613.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241014T174209_R098_T13TDE_20241014T220709', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3652179, 39.6593811], [-105.3624511, 39.6688688], [-105.318145, 39.8160999], [-105.2749983, 39.9636303], [-105.2313019, 40.1109445], [-105.1870482, 40.2581053], [-105.1426618, 40.4052753], [-105.098118, 40.5524041], [-105.0685207, 40.6499483], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3652179, 39.6593811]]]}, 'bbox': (-105.3652179, 39.6593811, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-14T17:42:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.110089, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241014T220709_A039735_T13TDE_N05.11', 'eo:cloud_cover': 0.206128, 's2:datatake_id': 'GS2B_20241014T174209_039735_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241014T220709_S20241014T174540_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-14T22:07:09.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.781024, 's2:mean_solar_zenith': 50.3127333100702, 's2:mean_solar_azimuth': 162.222790730803, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.000667, 's2:vegetation_percentage': 22.429815, 's2:thin_cirrus_percentage': 0.000131, 's2:cloud_shadow_percentage': 0.546669, 's2:nodata_pixel_percentage': 74.614996, 's2:unclassified_percentage': 0.049078, 's2:not_vegetated_percentage': 73.893118, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 0.095908, 's2:reflectance_conversion_factor': 1.00400376954077}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241014T174209_R098_T13TDE_20241014T220709', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241014T174209_R098_T13TDE_20241014T220709', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R20m/T13TDE_20241014T174209_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R20m/T13TDE_20241014T174209_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R60m/T13TDE_20241014T174209_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/DATASTRIP/DS_2BPS_20241014T220709_S20241014T174540/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R20m/T13TDE_20241014T174209_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R10m/T13TDE_20241014T174209_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R10m/T13TDE_20241014T174209_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241014T174209_R098_T13TDE_20241014T220709&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R20m/T13TDE_20241014T174209_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R20m/T13TDE_20241014T174209_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R10m/T13TDE_20241014T174209_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R10m/T13TDE_20241014T174209_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241014T174209_R098_T13TDE_20241014T220709&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R20m/T13TDE_20241014T174209_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R10m/T13TDE_20241014T174209_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R20m/T13TDE_20241014T174209_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R60m/T13TDE_20241014T174209_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R10m/T13TDE_20241014T174209_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/14/S2B_MSIL2A_20241014T174209_N0511_R098_T13TDE_20241014T220709.SAFE/GRANULE/L2A_T13TDE_A039735_20241014T174540/IMG_DATA/R10m/T13TDE_20241014T174209_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241012T175301_R141_T13TDE_20241012T232550', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-12T17:53:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 10.51263, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241012T232550_A048615_T13TDE_N05.11', 'eo:cloud_cover': 36.362398, 's2:datatake_id': 'GS2A_20241012T175301_048615_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241012T232550_S20241012T180009_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-12T23:25:50.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.760628, 's2:mean_solar_zenith': 49.0786106369667, 's2:mean_solar_azimuth': 165.01466270062, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.001908, 's2:vegetation_percentage': 11.228699, 's2:thin_cirrus_percentage': 0.221423, 's2:cloud_shadow_percentage': 4.553671, 's2:nodata_pixel_percentage': 7e-06, 's2:unclassified_percentage': 4.655874, 's2:not_vegetated_percentage': 41.944492, 's2:degraded_msi_data_percentage': 0.008, 's2:high_proba_clouds_percentage': 25.628343, 's2:reflectance_conversion_factor': 1.00285728271328}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241012T175301_R141_T13TDE_20241012T232550', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241012T175301_R141_T13TDE_20241012T232550', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R60m/T13TDE_20241012T175301_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241012T175301_R141_T13TDE_20241012T232550&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R10m/T13TDE_20241012T175301_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R20m/T13TDE_20241012T175301_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R60m/T13TDE_20241012T175301_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R10m/T13TDE_20241012T175301_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R10m/T13TDE_20241012T175301_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R10m/T13TDE_20241012T175301_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R20m/T13TDE_20241012T175301_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R10m/T13TDE_20241012T175301_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R20m/T13TDE_20241012T175301_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R20m/T13TDE_20241012T175301_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R20m/T13TDE_20241012T175301_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R10m/T13TDE_20241012T175301_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R20m/T13TDE_20241012T175301_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241012T175301_R141_T13TDE_20241012T232550&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R20m/T13TDE_20241012T175301_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/DATASTRIP/DS_2APS_20241012T232550_S20241012T180009/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/12/S2A_MSIL2A_20241012T175301_N0511_R141_T13TDE_20241012T232550.SAFE/GRANULE/L2A_T13TDE_A048615_20241012T180009/IMG_DATA/R10m/T13TDE_20241012T175301_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241009T174231_R098_T13TDE_20241009T232251', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3496601, 39.6594516], [-105.3358697, 39.7065657], [-105.2922897, 39.8539749], [-105.2490914, 40.0016206], [-105.2045402, 40.1489608], [-105.1597235, 40.2962684], [-105.1148184, 40.4435594], [-105.0698387, 40.5908349], [-105.0515999, 40.6500265], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3496601, 39.6594516]]]}, 'bbox': (-105.3496601, 39.6594516, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-09T17:42:31.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 1.024152, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241009T232251_A048572_T13TDE_N05.11', 'eo:cloud_cover': 2.248795, 's2:datatake_id': 'GS2A_20241009T174231_048572_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241009T232251_S20241009T174421_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-09T23:22:51.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.717659, 's2:mean_solar_zenith': 48.5731923363409, 's2:mean_solar_azimuth': 161.221989039974, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.000216, 's2:vegetation_percentage': 18.516782, 's2:thin_cirrus_percentage': 0.004355, 's2:cloud_shadow_percentage': 1.126724, 's2:nodata_pixel_percentage': 75.468469, 's2:unclassified_percentage': 0.263382, 's2:not_vegetated_percentage': 75.108445, 's2:degraded_msi_data_percentage': 0.0452, 's2:high_proba_clouds_percentage': 1.220288, 's2:reflectance_conversion_factor': 1.00112463987261}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241009T174231_R098_T13TDE_20241009T232251', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241009T174231_R098_T13TDE_20241009T232251', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/DATASTRIP/DS_2APS_20241009T232251_S20241009T174421/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241009T174231_R098_T13TDE_20241009T232251&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R60m/T13TDE_20241009T174231_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R20m/T13TDE_20241009T174231_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R10m/T13TDE_20241009T174231_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R20m/T13TDE_20241009T174231_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R10m/T13TDE_20241009T174231_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R10m/T13TDE_20241009T174231_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241009T174231_R098_T13TDE_20241009T232251&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R10m/T13TDE_20241009T174231_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R60m/T13TDE_20241009T174231_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R10m/T13TDE_20241009T174231_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R20m/T13TDE_20241009T174231_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R10m/T13TDE_20241009T174231_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R10m/T13TDE_20241009T174231_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R20m/T13TDE_20241009T174231_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R20m/T13TDE_20241009T174231_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R20m/T13TDE_20241009T174231_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/GRANULE/L2A_T13TDE_A048572_20241009T174421/IMG_DATA/R20m/T13TDE_20241009T174231_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/09/S2A_MSIL2A_20241009T174231_N0511_R098_T13TDE_20241009T232251.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241007T175129_R141_T13TDE_20241007T213533', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-07T17:51:29.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.003003, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241007T213533_A039635_T13TDE_N05.11', 'eo:cloud_cover': 0.003616, 's2:datatake_id': 'GS2B_20241007T175129_039635_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241007T213533_S20241007T175718_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-07T21:35:33.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.282086, 's2:mean_solar_zenith': 47.2961372154452, 's2:mean_solar_azimuth': 164.073692427238, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.007011, 's2:vegetation_percentage': 37.993875, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.008723, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.00223, 's2:not_vegetated_percentage': 60.131574, 's2:degraded_msi_data_percentage': 0.0029, 's2:high_proba_clouds_percentage': 0.000614, 's2:reflectance_conversion_factor': 0.999976463524307}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241007T175129_R141_T13TDE_20241007T213533', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241007T175129_R141_T13TDE_20241007T213533', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R20m/T13TDE_20241007T175129_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R10m/T13TDE_20241007T175129_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R20m/T13TDE_20241007T175129_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R10m/T13TDE_20241007T175129_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R20m/T13TDE_20241007T175129_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R10m/T13TDE_20241007T175129_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R20m/T13TDE_20241007T175129_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R10m/T13TDE_20241007T175129_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241007T175129_R141_T13TDE_20241007T213533&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/DATASTRIP/DS_2BPS_20241007T213533_S20241007T175718/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241007T175129_R141_T13TDE_20241007T213533&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R10m/T13TDE_20241007T175129_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R60m/T13TDE_20241007T175129_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R60m/T13TDE_20241007T175129_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R20m/T13TDE_20241007T175129_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R20m/T13TDE_20241007T175129_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R10m/T13TDE_20241007T175129_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R20m/T13TDE_20241007T175129_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/GRANULE/L2A_T13TDE_A039635_20241007T175718/IMG_DATA/R10m/T13TDE_20241007T175129_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/07/S2B_MSIL2A_20241007T175129_N0511_R141_T13TDE_20241007T213533.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20241004T174109_R098_T13TDE_20241004T220141', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3708501, 39.6593556], [-105.3359566, 39.7770309], [-105.2920128, 39.9244401], [-105.2484243, 40.0719474], [-105.2036244, 40.2190912], [-105.1592143, 40.3662894], [-105.1150202, 40.512533], [-104.8848469, 40.4783331], [-104.8862201, 39.6615512], [-105.3708501, 39.6593556]]]}, 'bbox': (-105.3708501, 39.6593556, -104.8848469, 40.512533), 'properties': {'datetime': '2024-10-04T17:41:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.004005, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20241004T220141_A039592_T13TDE_N05.11', 'eo:cloud_cover': 0.008964, 's2:datatake_id': 'GS2B_20241004T174109_039592_N05.11', 's2:product_uri': 'S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20241004T220141_S20241004T175248_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-04T22:01:41.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.637922, 's2:mean_solar_zenith': 46.811772268586, 's2:mean_solar_azimuth': 160.125987062523, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.001283, 's2:vegetation_percentage': 26.765615, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.000741, 's2:nodata_pixel_percentage': 76.719975, 's2:unclassified_percentage': 0.035558, 's2:not_vegetated_percentage': 70.488632, 's2:degraded_msi_data_percentage': 0.0003, 's2:high_proba_clouds_percentage': 0.00496, 's2:reflectance_conversion_factor': 0.998248903872296}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20241004T174109_R098_T13TDE_20241004T220141', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241004T174109_R098_T13TDE_20241004T220141', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R10m/T13TDE_20241004T174109_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241004T174109_R098_T13TDE_20241004T220141&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R20m/T13TDE_20241004T174109_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R20m/T13TDE_20241004T174109_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/DATASTRIP/DS_2BPS_20241004T220141_S20241004T175248/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R10m/T13TDE_20241004T174109_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R10m/T13TDE_20241004T174109_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R20m/T13TDE_20241004T174109_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R20m/T13TDE_20241004T174109_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R20m/T13TDE_20241004T174109_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R10m/T13TDE_20241004T174109_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R60m/T13TDE_20241004T174109_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R60m/T13TDE_20241004T174109_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R10m/T13TDE_20241004T174109_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R10m/T13TDE_20241004T174109_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20241004T174109_R098_T13TDE_20241004T220141&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R20m/T13TDE_20241004T174109_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R20m/T13TDE_20241004T174109_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/04/S2B_MSIL2A_20241004T174109_N0511_R098_T13TDE_20241004T220141.SAFE/GRANULE/L2A_T13TDE_A039592_20241004T175248/IMG_DATA/R10m/T13TDE_20241004T174109_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20241002T175151_R141_T13TDE_20241002T235200', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-10-02T17:51:51.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.000182, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20241002T235200_A048472_T13TDE_N05.11', 'eo:cloud_cover': 0.000319, 's2:datatake_id': 'GS2A_20241002T175151_048472_N05.11', 's2:product_uri': 'S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20241002T235200_S20241002T175522_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-10-02T23:52:00.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.253081, 's2:mean_solar_zenith': 45.4997728938116, 's2:mean_solar_azimuth': 163.00912273122, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0085, 's2:vegetation_percentage': 41.302475, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.000192, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.001241, 's2:not_vegetated_percentage': 57.063103, 's2:degraded_msi_data_percentage': 0.0088, 's2:high_proba_clouds_percentage': 0.000136, 's2:reflectance_conversion_factor': 0.997108966256027}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20241002T175151_R141_T13TDE_20241002T235200', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241002T175151_R141_T13TDE_20241002T235200', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R10m/T13TDE_20241002T175151_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R60m/T13TDE_20241002T175151_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R20m/T13TDE_20241002T175151_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241002T175151_R141_T13TDE_20241002T235200&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R10m/T13TDE_20241002T175151_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/DATASTRIP/DS_2APS_20241002T235200_S20241002T175522/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R20m/T13TDE_20241002T175151_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R20m/T13TDE_20241002T175151_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20241002T175151_R141_T13TDE_20241002T235200&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R10m/T13TDE_20241002T175151_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R10m/T13TDE_20241002T175151_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R10m/T13TDE_20241002T175151_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R10m/T13TDE_20241002T175151_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R20m/T13TDE_20241002T175151_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R60m/T13TDE_20241002T175151_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R20m/T13TDE_20241002T175151_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R20m/T13TDE_20241002T175151_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R10m/T13TDE_20241002T175151_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/10/02/S2A_MSIL2A_20241002T175151_N0511_R141_T13TDE_20241002T235200.SAFE/GRANULE/L2A_T13TDE_A048472_20241002T175522/IMG_DATA/R20m/T13TDE_20241002T175151_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240929T174131_R098_T13TDE_20240929T232353', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3704997, 39.6593572], [-105.3321488, 39.7862885], [-105.2886619, 39.9336433], [-105.2457461, 40.0810785], [-105.2010699, 40.2280273], [-105.1570017, 40.3752304], [-105.1122349, 40.5223331], [-105.0731675, 40.6499268], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3704997, 39.6593572]]]}, 'bbox': (-105.3704997, 39.6593572, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-29T17:41:31.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 3.759057, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240929T232353_A048429_T13TDE_N05.11', 'eo:cloud_cover': 12.607262, 's2:datatake_id': 'GS2A_20240929T174131_048429_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240929T232353_S20240929T174916_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-29T23:23:53.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.422356, 's2:mean_solar_zenith': 45.0523222078942, 's2:mean_solar_azimuth': 158.884700439558, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.001079, 's2:vegetation_percentage': 21.953736, 's2:thin_cirrus_percentage': 0.009239, 's2:cloud_shadow_percentage': 2.88767, 's2:nodata_pixel_percentage': 73.855931, 's2:unclassified_percentage': 0.392419, 's2:not_vegetated_percentage': 59.728324, 's2:degraded_msi_data_percentage': 0.0561, 's2:high_proba_clouds_percentage': 8.838965, 's2:reflectance_conversion_factor': 0.995399097894673}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240929T174131_R098_T13TDE_20240929T232353', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240929T174131_R098_T13TDE_20240929T232353', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R10m/T13TDE_20240929T174131_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R20m/T13TDE_20240929T174131_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240929T174131_R098_T13TDE_20240929T232353&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R20m/T13TDE_20240929T174131_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R60m/T13TDE_20240929T174131_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R20m/T13TDE_20240929T174131_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240929T174131_R098_T13TDE_20240929T232353&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R10m/T13TDE_20240929T174131_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R60m/T13TDE_20240929T174131_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R20m/T13TDE_20240929T174131_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R20m/T13TDE_20240929T174131_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R10m/T13TDE_20240929T174131_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R20m/T13TDE_20240929T174131_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R20m/T13TDE_20240929T174131_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R10m/T13TDE_20240929T174131_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R10m/T13TDE_20240929T174131_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R10m/T13TDE_20240929T174131_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/GRANULE/L2A_T13TDE_A048429_20240929T174916/IMG_DATA/R10m/T13TDE_20240929T174131_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/29/S2A_MSIL2A_20240929T174131_N0511_R098_T13TDE_20240929T232353.SAFE/DATASTRIP/DS_2APS_20240929T232353_S20240929T174916/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240927T175019_R141_T13TDE_20240927T214127', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-27T17:50:19.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 6.366963, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240927T214127_A039492_T13TDE_N05.11', 'eo:cloud_cover': 19.53021, 's2:datatake_id': 'GS2B_20240927T175019_039492_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240927T214127_S20240927T175607_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-27T21:41:27.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.135593, 's2:mean_solar_zenith': 43.7074186951644, 's2:mean_solar_azimuth': 161.79892354875, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.006904, 's2:vegetation_percentage': 23.618063, 's2:thin_cirrus_percentage': 0.000683, 's2:cloud_shadow_percentage': 4.847303, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 3.76585, 's2:not_vegetated_percentage': 43.275681, 's2:degraded_msi_data_percentage': 0.009, 's2:high_proba_clouds_percentage': 13.162564, 's2:reflectance_conversion_factor': 0.994274272997694}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240927T175019_R141_T13TDE_20240927T214127', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240927T175019_R141_T13TDE_20240927T214127', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R60m/T13TDE_20240927T175019_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R10m/T13TDE_20240927T175019_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R20m/T13TDE_20240927T175019_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R10m/T13TDE_20240927T175019_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R20m/T13TDE_20240927T175019_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R20m/T13TDE_20240927T175019_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240927T175019_R141_T13TDE_20240927T214127&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R20m/T13TDE_20240927T175019_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R10m/T13TDE_20240927T175019_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240927T175019_R141_T13TDE_20240927T214127&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R60m/T13TDE_20240927T175019_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R10m/T13TDE_20240927T175019_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R20m/T13TDE_20240927T175019_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/DATASTRIP/DS_2BPS_20240927T214127_S20240927T175607/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R20m/T13TDE_20240927T175019_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R10m/T13TDE_20240927T175019_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R20m/T13TDE_20240927T175019_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R10m/T13TDE_20240927T175019_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/27/S2B_MSIL2A_20240927T175019_N0511_R141_T13TDE_20240927T214127.SAFE/GRANULE/L2A_T13TDE_A039492_20240927T175607/IMG_DATA/R10m/T13TDE_20240927T175019_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240924T173959_R098_T13TDE_20240924T230711', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3628899, 39.6593917], [-105.3487297, 39.707889], [-105.3050269, 39.8552105], [-105.2618422, 40.0027599], [-105.217501, 40.1500499], [-105.1726614, 40.2972681], [-105.1277183, 40.444505], [-105.0828366, 40.5917453], [-105.0648877, 40.6499651], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3628899, 39.6593917]]]}, 'bbox': (-105.3628899, 39.6593917, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-24T17:39:59.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.044669, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240924T230711_A039449_T13TDE_N05.11', 'eo:cloud_cover': 0.136893, 's2:datatake_id': 'GS2B_20240924T173959_039449_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240924T230711_S20240924T174821_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-24T23:07:11.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.764475, 's2:mean_solar_zenith': 43.3109084146117, 's2:mean_solar_azimuth': 157.490288226754, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.000461, 's2:vegetation_percentage': 29.786378, 's2:thin_cirrus_percentage': 4e-05, 's2:cloud_shadow_percentage': 0.019931, 's2:nodata_pixel_percentage': 74.813235, 's2:unclassified_percentage': 0.496633, 's2:not_vegetated_percentage': 66.598135, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 0.092184, 's2:reflectance_conversion_factor': 0.992594488355072}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240924T173959_R098_T13TDE_20240924T230711', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240924T173959_R098_T13TDE_20240924T230711', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R20m/T13TDE_20240924T173959_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R20m/T13TDE_20240924T173959_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R20m/T13TDE_20240924T173959_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R60m/T13TDE_20240924T173959_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R10m/T13TDE_20240924T173959_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240924T173959_R098_T13TDE_20240924T230711&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R20m/T13TDE_20240924T173959_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240924T173959_R098_T13TDE_20240924T230711&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R10m/T13TDE_20240924T173959_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R10m/T13TDE_20240924T173959_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R10m/T13TDE_20240924T173959_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R60m/T13TDE_20240924T173959_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R20m/T13TDE_20240924T173959_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R10m/T13TDE_20240924T173959_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R20m/T13TDE_20240924T173959_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R20m/T13TDE_20240924T173959_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R10m/T13TDE_20240924T173959_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/GRANULE/L2A_T13TDE_A039449_20240924T174821/IMG_DATA/R10m/T13TDE_20240924T173959_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/24/S2B_MSIL2A_20240924T173959_N0511_R098_T13TDE_20240924T230711.SAFE/DATASTRIP/DS_2BPS_20240924T230711_S20240924T174821/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240922T175041_R141_T13TDE_20240922T232752', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-22T17:50:41.025Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 19.174385, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240922T232752_A048329_T13TDE_N05.11', 'eo:cloud_cover': 67.979163, 's2:datatake_id': 'GS2A_20240922T175041_048329_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240922T232752_S20240922T180013_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-22T23:27:52.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.449099, 's2:mean_solar_zenith': 41.9258897227694, 's2:mean_solar_azimuth': 160.485879157192, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 2.14213, 's2:vegetation_percentage': 3.57751, 's2:thin_cirrus_percentage': 0.50113, 's2:cloud_shadow_percentage': 0.413572, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 7.93582, 's2:not_vegetated_percentage': 15.012176, 's2:degraded_msi_data_percentage': 0.0086, 's2:high_proba_clouds_percentage': 48.303649, 's2:reflectance_conversion_factor': 0.991494354846924}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240922T175041_R141_T13TDE_20240922T232752', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240922T175041_R141_T13TDE_20240922T232752', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R10m/T13TDE_20240922T175041_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R20m/T13TDE_20240922T175041_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/DATASTRIP/DS_2APS_20240922T232752_S20240922T180013/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R20m/T13TDE_20240922T175041_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R10m/T13TDE_20240922T175041_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R10m/T13TDE_20240922T175041_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R20m/T13TDE_20240922T175041_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R20m/T13TDE_20240922T175041_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R10m/T13TDE_20240922T175041_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R20m/T13TDE_20240922T175041_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R20m/T13TDE_20240922T175041_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240922T175041_R141_T13TDE_20240922T232752&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R10m/T13TDE_20240922T175041_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R60m/T13TDE_20240922T175041_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240922T175041_R141_T13TDE_20240922T232752&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R10m/T13TDE_20240922T175041_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R60m/T13TDE_20240922T175041_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R10m/T13TDE_20240922T175041_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/GRANULE/L2A_T13TDE_A048329_20240922T180013/IMG_DATA/R20m/T13TDE_20240922T175041_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/22/S2A_MSIL2A_20240922T175041_N0511_R141_T13TDE_20240922T232752.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240912T174931_R141_T13TDE_20240913T003658', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-12T17:49:31.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 3.971739, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240913T003658_A048186_T13TDE_N05.11', 'eo:cloud_cover': 8.903454, 's2:datatake_id': 'GS2A_20240912T174931_048186_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240913T003658_S20240912T180223_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-13T00:36:58.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.00348, 's2:mean_solar_zenith': 38.4572927201636, 's2:mean_solar_azimuth': 157.487628329939, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.007973, 's2:vegetation_percentage': 46.385351, 's2:thin_cirrus_percentage': 0.232975, 's2:cloud_shadow_percentage': 1.535914, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.848925, 's2:not_vegetated_percentage': 38.862443, 's2:degraded_msi_data_percentage': 0.0079, 's2:high_proba_clouds_percentage': 4.69874, 's2:reflectance_conversion_factor': 0.986174429682391}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240912T174931_R141_T13TDE_20240913T003658', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240912T174931_R141_T13TDE_20240913T003658', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R10m/T13TDE_20240912T174931_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R20m/T13TDE_20240912T174931_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240912T174931_R141_T13TDE_20240913T003658&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R60m/T13TDE_20240912T174931_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240912T174931_R141_T13TDE_20240913T003658&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R10m/T13TDE_20240912T174931_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R10m/T13TDE_20240912T174931_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R60m/T13TDE_20240912T174931_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R10m/T13TDE_20240912T174931_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R20m/T13TDE_20240912T174931_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R20m/T13TDE_20240912T174931_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R20m/T13TDE_20240912T174931_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R20m/T13TDE_20240912T174931_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R10m/T13TDE_20240912T174931_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R20m/T13TDE_20240912T174931_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/DATASTRIP/DS_2APS_20240913T003658_S20240912T180223/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R10m/T13TDE_20240912T174931_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R20m/T13TDE_20240912T174931_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/12/S2A_MSIL2A_20240912T174931_N0511_R141_T13TDE_20240913T003658.SAFE/GRANULE/L2A_T13TDE_A048186_20240912T180223/IMG_DATA/R10m/T13TDE_20240912T174931_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240909T173901_R098_T13TDE_20240910T005106', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3657986, 39.6593785], [-105.3467744, 39.7246293], [-105.3022363, 39.871791], [-105.2595957, 40.0195826], [-105.2151398, 40.1669155], [-105.1703462, 40.3141819], [-105.1254556, 40.4614102], [-105.0805651, 40.6086435], [-105.0678547, 40.6499514], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3657986, 39.6593785]]]}, 'bbox': (-105.3657986, 39.6593785, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-09T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 18.293811, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240910T005106_A048143_T13TDE_N05.11', 'eo:cloud_cover': 41.579747, 's2:datatake_id': 'GS2A_20240909T173901_048143_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240910T005106_S20240909T175112_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-10T00:51:06.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.378013, 's2:mean_solar_zenith': 38.2583949598088, 's2:mean_solar_azimuth': 152.708751898583, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.001313, 's2:vegetation_percentage': 12.470305, 's2:thin_cirrus_percentage': 0.115961, 's2:cloud_shadow_percentage': 10.962964, 's2:nodata_pixel_percentage': 74.235231, 's2:unclassified_percentage': 1.836437, 's2:not_vegetated_percentage': 31.699648, 's2:degraded_msi_data_percentage': 0.1299, 's2:high_proba_clouds_percentage': 23.169976, 's2:reflectance_conversion_factor': 0.984655022927553}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240909T173901_R098_T13TDE_20240910T005106', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240909T173901_R098_T13TDE_20240910T005106', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240909T173901_R098_T13TDE_20240910T005106&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R10m/T13TDE_20240909T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R60m/T13TDE_20240909T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R20m/T13TDE_20240909T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R20m/T13TDE_20240909T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R10m/T13TDE_20240909T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R20m/T13TDE_20240909T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R10m/T13TDE_20240909T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R10m/T13TDE_20240909T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R20m/T13TDE_20240909T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R20m/T13TDE_20240909T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R10m/T13TDE_20240909T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R20m/T13TDE_20240909T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R10m/T13TDE_20240909T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R60m/T13TDE_20240909T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/DATASTRIP/DS_2APS_20240910T005106_S20240909T175112/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R10m/T13TDE_20240909T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240909T173901_R098_T13TDE_20240910T005106&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/09/S2A_MSIL2A_20240909T173901_N0511_R098_T13TDE_20240910T005106.SAFE/GRANULE/L2A_T13TDE_A048143_20240909T175112/IMG_DATA/R20m/T13TDE_20240909T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240907T174909_R141_T13TDE_20240907T221238', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-07T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 3.692788, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240907T221238_A039206_T13TDE_N05.11', 'eo:cloud_cover': 7.741304, 's2:datatake_id': 'GS2B_20240907T174909_039206_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240907T221238_S20240907T175259_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-07T22:12:38.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.275331, 's2:mean_solar_zenith': 36.7756727055472, 's2:mean_solar_azimuth': 155.894413286422, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.00997, 's2:vegetation_percentage': 42.579243, 's2:thin_cirrus_percentage': 0.000206, 's2:cloud_shadow_percentage': 3.812091, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.253065, 's2:not_vegetated_percentage': 41.445598, 's2:degraded_msi_data_percentage': 0.0032, 's2:high_proba_clouds_percentage': 4.048311, 's2:reflectance_conversion_factor': 0.983672103353088}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240907T174909_R141_T13TDE_20240907T221238', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240907T174909_R141_T13TDE_20240907T221238', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R10m/T13TDE_20240907T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R20m/T13TDE_20240907T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R10m/T13TDE_20240907T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R60m/T13TDE_20240907T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R20m/T13TDE_20240907T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R20m/T13TDE_20240907T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R10m/T13TDE_20240907T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R20m/T13TDE_20240907T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R10m/T13TDE_20240907T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R10m/T13TDE_20240907T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R20m/T13TDE_20240907T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R20m/T13TDE_20240907T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R60m/T13TDE_20240907T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R10m/T13TDE_20240907T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240907T174909_R141_T13TDE_20240907T221238&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R20m/T13TDE_20240907T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/GRANULE/L2A_T13TDE_A039206_20240907T175259/IMG_DATA/R10m/T13TDE_20240907T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/DATASTRIP/DS_2BPS_20240907T221238_S20240907T175259/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240907T174909_R141_T13TDE_20240907T221238&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/07/S2B_MSIL2A_20240907T174909_N0511_R141_T13TDE_20240907T221238.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240904T173909_R098_T13TDE_20240904T220756', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3760246, 39.6593322], [-105.3551976, 39.7299834], [-105.31104, 39.877279], [-105.268081, 40.0249479], [-105.2237409, 40.1721732], [-105.1791574, 40.3192905], [-105.1345037, 40.4664007], [-105.0900399, 40.6136323], [-105.0788836, 40.6499004], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3760246, 39.6593322]]]}, 'bbox': (-105.3760246, 39.6593322, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-04T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 31.720957, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240904T220756_A039163_T13TDE_N05.11', 'eo:cloud_cover': 73.763931, 's2:datatake_id': 'GS2B_20240904T173909_039163_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240904T220756_S20240904T174307_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-04T22:07:56.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.471647, 's2:mean_solar_zenith': 36.6596185631542, 's2:mean_solar_azimuth': 150.960944600706, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.000367, 's2:vegetation_percentage': 5.288658, 's2:thin_cirrus_percentage': 0.418146, 's2:cloud_shadow_percentage': 0.163845, 's2:nodata_pixel_percentage': 73.792642, 's2:unclassified_percentage': 1.344297, 's2:not_vegetated_percentage': 18.929771, 's2:degraded_msi_data_percentage': 0.0091, 's2:high_proba_clouds_percentage': 41.624826, 's2:reflectance_conversion_factor': 0.98222802179681}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240904T173909_R098_T13TDE_20240904T220756', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240904T173909_R098_T13TDE_20240904T220756', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R10m/T13TDE_20240904T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R20m/T13TDE_20240904T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R20m/T13TDE_20240904T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240904T173909_R098_T13TDE_20240904T220756&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R20m/T13TDE_20240904T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R20m/T13TDE_20240904T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R10m/T13TDE_20240904T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R10m/T13TDE_20240904T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R20m/T13TDE_20240904T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R60m/T13TDE_20240904T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R60m/T13TDE_20240904T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R10m/T13TDE_20240904T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R10m/T13TDE_20240904T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R10m/T13TDE_20240904T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R20m/T13TDE_20240904T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240904T173909_R098_T13TDE_20240904T220756&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R20m/T13TDE_20240904T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/IMG_DATA/R10m/T13TDE_20240904T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/DATASTRIP/DS_2BPS_20240904T220756_S20240904T174307/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/04/S2B_MSIL2A_20240904T173909_N0511_R098_T13TDE_20240904T220756.SAFE/GRANULE/L2A_T13TDE_A039163_20240904T174307/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240902T174911_R141_T13TDE_20240903T012155', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-09-02T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 7.77801, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240903T012155_A048043_T13TDE_N05.11', 'eo:cloud_cover': 18.254097, 's2:datatake_id': 'GS2A_20240902T174911_048043_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240903T012155_S20240902T175625_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-09-03T01:21:55.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.259654, 's2:mean_solar_zenith': 35.1565600443497, 's2:mean_solar_azimuth': 154.179091056283, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.016868, 's2:vegetation_percentage': 36.148617, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 3.883577, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.687526, 's2:not_vegetated_percentage': 37.150431, 's2:degraded_msi_data_percentage': 0.1097, 's2:high_proba_clouds_percentage': 10.476087, 's2:reflectance_conversion_factor': 0.981298191876122}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240902T174911_R141_T13TDE_20240903T012155', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240902T174911_R141_T13TDE_20240903T012155', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R10m/T13TDE_20240902T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R20m/T13TDE_20240902T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R20m/T13TDE_20240902T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R20m/T13TDE_20240902T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R20m/T13TDE_20240902T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R10m/T13TDE_20240902T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240902T174911_R141_T13TDE_20240903T012155&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R20m/T13TDE_20240902T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R20m/T13TDE_20240902T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R10m/T13TDE_20240902T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R10m/T13TDE_20240902T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R10m/T13TDE_20240902T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R60m/T13TDE_20240902T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R20m/T13TDE_20240902T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R10m/T13TDE_20240902T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/DATASTRIP/DS_2APS_20240903T012155_S20240902T175625/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R60m/T13TDE_20240902T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240902T174911_R141_T13TDE_20240903T012155&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/09/02/S2A_MSIL2A_20240902T174911_N0511_R141_T13TDE_20240903T012155.SAFE/GRANULE/L2A_T13TDE_A048043_20240902T175625/IMG_DATA/R10m/T13TDE_20240902T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240830T173901_R098_T13TDE_20240831T004052', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3568083, 39.6594192], [-105.315114, 39.7982083], [-105.2725171, 39.9456851], [-105.2288838, 40.0929517], [-105.1844032, 40.2400806], [-105.1400251, 40.3873286], [-105.0951434, 40.5345371], [-105.0597924, 40.6499886], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3568083, 39.6594192]]]}, 'bbox': (-105.3568083, 39.6594192, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-30T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.00457, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240831T004052_A048000_T13TDE_N05.11', 'eo:cloud_cover': 0.010422, 's2:datatake_id': 'GS2A_20240830T173901_048000_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240831T004052_S20240830T175223_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-31T00:40:52.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.770734, 's2:mean_solar_zenith': 35.1315809430033, 's2:mean_solar_azimuth': 149.10474887153, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 31.415242, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.000264, 's2:nodata_pixel_percentage': 74.882829, 's2:unclassified_percentage': 0.372203, 's2:not_vegetated_percentage': 65.354347, 's2:degraded_msi_data_percentage': 0.0442, 's2:high_proba_clouds_percentage': 0.005852, 's2:reflectance_conversion_factor': 0.979939034916035}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240830T173901_R098_T13TDE_20240831T004052', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240830T173901_R098_T13TDE_20240831T004052', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R10m/T13TDE_20240830T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R10m/T13TDE_20240830T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R20m/T13TDE_20240830T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240830T173901_R098_T13TDE_20240831T004052&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R60m/T13TDE_20240830T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R20m/T13TDE_20240830T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R20m/T13TDE_20240830T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R60m/T13TDE_20240830T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/DATASTRIP/DS_2APS_20240831T004052_S20240830T175223/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R20m/T13TDE_20240830T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240830T173901_R098_T13TDE_20240831T004052&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R10m/T13TDE_20240830T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R10m/T13TDE_20240830T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R20m/T13TDE_20240830T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R10m/T13TDE_20240830T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R10m/T13TDE_20240830T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R20m/T13TDE_20240830T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R10m/T13TDE_20240830T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/30/S2A_MSIL2A_20240830T173901_N0511_R098_T13TDE_20240831T004052.SAFE/GRANULE/L2A_T13TDE_A048000_20240830T175223/IMG_DATA/R20m/T13TDE_20240830T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240828T174909_R141_T13TDE_20240828T214916', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-28T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.387152, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240828T214916_A039063_T13TDE_N05.11', 'eo:cloud_cover': 0.712327, 's2:datatake_id': 'GS2B_20240828T174909_039063_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240828T214916_S20240828T180134_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-28T21:49:16.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.262687, 's2:mean_solar_zenith': 33.5926143330989, 's2:mean_solar_azimuth': 152.439387617571, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.021991, 's2:vegetation_percentage': 52.933985, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.520294, 's2:nodata_pixel_percentage': 3e-06, 's2:unclassified_percentage': 0.400612, 's2:not_vegetated_percentage': 43.074036, 's2:degraded_msi_data_percentage': 0.003, 's2:high_proba_clouds_percentage': 0.325175, 's2:reflectance_conversion_factor': 0.97906865236147}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240828T174909_R141_T13TDE_20240828T214916', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240828T174909_R141_T13TDE_20240828T214916', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R10m/T13TDE_20240828T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R20m/T13TDE_20240828T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240828T174909_R141_T13TDE_20240828T214916&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R20m/T13TDE_20240828T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R20m/T13TDE_20240828T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/DATASTRIP/DS_2BPS_20240828T214916_S20240828T180134/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R20m/T13TDE_20240828T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R10m/T13TDE_20240828T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R60m/T13TDE_20240828T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R10m/T13TDE_20240828T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R10m/T13TDE_20240828T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R10m/T13TDE_20240828T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R60m/T13TDE_20240828T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R10m/T13TDE_20240828T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R20m/T13TDE_20240828T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R20m/T13TDE_20240828T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R20m/T13TDE_20240828T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/28/S2B_MSIL2A_20240828T174909_N0511_R141_T13TDE_20240828T214916.SAFE/GRANULE/L2A_T13TDE_A039063_20240828T180134/IMG_DATA/R10m/T13TDE_20240828T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240828T174909_R141_T13TDE_20240828T214916&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240825T173909_R098_T13TDE_20240825T215747', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3636533, 39.6593882], [-105.3194891, 39.8060109], [-105.2765332, 39.9536675], [-105.2327063, 40.1011169], [-105.1880901, 40.2483738], [-105.1436644, 40.3956704], [-105.0990149, 40.5428492], [-105.0663671, 40.6499582], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3636533, 39.6593882]]]}, 'bbox': (-105.3636533, 39.6593882, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-25T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 27.708223, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240825T215747_A039020_T13TDE_N05.11', 'eo:cloud_cover': 48.747352, 's2:datatake_id': 'GS2B_20240825T173909_039020_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240825T215747_S20240825T174804_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-25T21:57:47.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.627593, 's2:mean_solar_zenith': 33.6615274396343, 's2:mean_solar_azimuth': 147.243556565213, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 11.635023, 's2:thin_cirrus_percentage': 1.487926, 's2:cloud_shadow_percentage': 0.598632, 's2:nodata_pixel_percentage': 74.752849, 's2:unclassified_percentage': 5.732427, 's2:not_vegetated_percentage': 31.641838, 's2:degraded_msi_data_percentage': 0.0, 's2:high_proba_clouds_percentage': 19.551201, 's2:reflectance_conversion_factor': 0.977803669193003}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240825T173909_R098_T13TDE_20240825T215747', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240825T173909_R098_T13TDE_20240825T215747', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R20m/T13TDE_20240825T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240825T173909_R098_T13TDE_20240825T215747&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R10m/T13TDE_20240825T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R20m/T13TDE_20240825T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/DATASTRIP/DS_2BPS_20240825T215747_S20240825T174804/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R60m/T13TDE_20240825T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R10m/T13TDE_20240825T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R20m/T13TDE_20240825T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R20m/T13TDE_20240825T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240825T173909_R098_T13TDE_20240825T215747&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R10m/T13TDE_20240825T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R20m/T13TDE_20240825T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R10m/T13TDE_20240825T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R10m/T13TDE_20240825T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R10m/T13TDE_20240825T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R20m/T13TDE_20240825T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R60m/T13TDE_20240825T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R10m/T13TDE_20240825T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/25/S2B_MSIL2A_20240825T173909_N0511_R098_T13TDE_20240825T215747.SAFE/GRANULE/L2A_T13TDE_A039020_20240825T174804/IMG_DATA/R20m/T13TDE_20240825T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240823T174901_R141_T13TDE_20240824T013055', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-23T17:49:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 29.33895, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240824T013055_A047900_T13TDE_N05.11', 'eo:cloud_cover': 66.843867, 's2:datatake_id': 'GS2A_20240823T174901_047900_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240824T013055_S20240823T175543_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-24T01:30:55.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.699692, 's2:mean_solar_zenith': 32.1087599655615, 's2:mean_solar_azimuth': 150.613954587322, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.028779, 's2:vegetation_percentage': 8.731826, 's2:thin_cirrus_percentage': 0.145696, 's2:cloud_shadow_percentage': 1.653979, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 2.464116, 's2:not_vegetated_percentage': 19.438161, 's2:degraded_msi_data_percentage': 0.1844, 's2:high_proba_clouds_percentage': 37.35922, 's2:reflectance_conversion_factor': 0.976998451581717}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240823T174901_R141_T13TDE_20240824T013055', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240823T174901_R141_T13TDE_20240824T013055', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R10m/T13TDE_20240823T174901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R10m/T13TDE_20240823T174901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R10m/T13TDE_20240823T174901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R10m/T13TDE_20240823T174901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R20m/T13TDE_20240823T174901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R20m/T13TDE_20240823T174901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R20m/T13TDE_20240823T174901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R20m/T13TDE_20240823T174901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R20m/T13TDE_20240823T174901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240823T174901_R141_T13TDE_20240824T013055&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R10m/T13TDE_20240823T174901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R60m/T13TDE_20240823T174901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R60m/T13TDE_20240823T174901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/DATASTRIP/DS_2APS_20240824T013055_S20240823T175543/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240823T174901_R141_T13TDE_20240824T013055&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R20m/T13TDE_20240823T174901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R10m/T13TDE_20240823T174901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R10m/T13TDE_20240823T174901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/23/S2A_MSIL2A_20240823T174901_N0511_R141_T13TDE_20240824T013055.SAFE/GRANULE/L2A_T13TDE_A047900_20240823T175543/IMG_DATA/R20m/T13TDE_20240823T174901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240820T173901_R098_T13TDE_20240821T000250', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3487807, 39.6594556], [-105.3333402, 39.7116003], [-105.2893952, 39.8587798], [-105.2468691, 40.0063442], [-105.2027172, 40.1534771], [-105.1583083, 40.3005739], [-105.1137789, 40.4477081], [-105.069093, 40.5949201], [-105.0521218, 40.6500241], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3487807, 39.6594556]]]}, 'bbox': (-105.3487807, 39.6594556, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-20T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.14958, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240821T000250_A047857_T13TDE_N05.11', 'eo:cloud_cover': 0.254229, 's2:datatake_id': 'GS2A_20240820T173901_047857_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240821T000250_S20240820T174100_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-21T00:02:50.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.850949, 's2:mean_solar_zenith': 32.2721622981921, 's2:mean_solar_azimuth': 145.334842424231, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 32.187435, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.241638, 's2:nodata_pixel_percentage': 75.492245, 's2:unclassified_percentage': 0.401507, 's2:not_vegetated_percentage': 64.00699, 's2:degraded_msi_data_percentage': 0.0454, 's2:high_proba_clouds_percentage': 0.104648, 's2:reflectance_conversion_factor': 0.975836014978102}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240820T173901_R098_T13TDE_20240821T000250', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240820T173901_R098_T13TDE_20240821T000250', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R60m/T13TDE_20240820T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R10m/T13TDE_20240820T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R20m/T13TDE_20240820T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R20m/T13TDE_20240820T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R10m/T13TDE_20240820T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240820T173901_R098_T13TDE_20240821T000250&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R10m/T13TDE_20240820T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R20m/T13TDE_20240820T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R20m/T13TDE_20240820T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/DATASTRIP/DS_2APS_20240821T000250_S20240820T174100/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240820T173901_R098_T13TDE_20240821T000250&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R20m/T13TDE_20240820T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R10m/T13TDE_20240820T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R10m/T13TDE_20240820T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R60m/T13TDE_20240820T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R10m/T13TDE_20240820T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R20m/T13TDE_20240820T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R20m/T13TDE_20240820T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/20/S2A_MSIL2A_20240820T173901_N0511_R098_T13TDE_20240821T000250.SAFE/GRANULE/L2A_T13TDE_A047857_20240820T174100/IMG_DATA/R10m/T13TDE_20240820T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240818T174909_R141_T13TDE_20240818T220731', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-18T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 2.669713, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240818T220731_A038920_T13TDE_N05.11', 'eo:cloud_cover': 8.106463, 's2:datatake_id': 'GS2B_20240818T174909_038920_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240818T220731_S20240818T175815_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-18T22:07:31.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.265268, 's2:mean_solar_zenith': 30.6865736221393, 's2:mean_solar_azimuth': 148.839847836817, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.011131, 's2:vegetation_percentage': 45.46302, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 1.854718, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 2.342729, 's2:not_vegetated_percentage': 39.565322, 's2:degraded_msi_data_percentage': 0.0029, 's2:high_proba_clouds_percentage': 5.436751, 's2:reflectance_conversion_factor': 0.975101445581727}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240818T174909_R141_T13TDE_20240818T220731', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240818T174909_R141_T13TDE_20240818T220731', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/DATASTRIP/DS_2BPS_20240818T220731_S20240818T175815/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R10m/T13TDE_20240818T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R60m/T13TDE_20240818T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R10m/T13TDE_20240818T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R20m/T13TDE_20240818T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R20m/T13TDE_20240818T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R20m/T13TDE_20240818T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R20m/T13TDE_20240818T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R60m/T13TDE_20240818T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R10m/T13TDE_20240818T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R10m/T13TDE_20240818T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240818T174909_R141_T13TDE_20240818T220731&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R10m/T13TDE_20240818T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R20m/T13TDE_20240818T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R20m/T13TDE_20240818T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240818T174909_R141_T13TDE_20240818T220731&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R20m/T13TDE_20240818T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R10m/T13TDE_20240818T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/GRANULE/L2A_T13TDE_A038920_20240818T175815/IMG_DATA/R10m/T13TDE_20240818T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/18/S2B_MSIL2A_20240818T174909_N0511_R141_T13TDE_20240818T220731.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240815T173909_R098_T13TDE_20240815T215531', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3701524, 39.6593588], [-105.351752, 39.7221016], [-105.3071562, 39.8692494], [-105.2646061, 40.0170685], [-105.2201495, 40.1643672], [-105.1753822, 40.311606], [-105.1306644, 40.4588574], [-105.0860846, 40.6061072], [-105.0726366, 40.6499292], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3701524, 39.6593588]]]}, 'bbox': (-105.3701524, 39.6593588, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-15T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 10.693528, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240815T215531_A038877_T13TDE_N05.11', 'eo:cloud_cover': 40.648091, 's2:datatake_id': 'GS2B_20240815T173909_038877_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240815T215531_S20240815T174811_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-15T21:55:31.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.437282, 's2:mean_solar_zenith': 30.9463817899851, 's2:mean_solar_azimuth': 143.484854669716, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 14.440644, 's2:thin_cirrus_percentage': 1.186199, 's2:cloud_shadow_percentage': 6.199208, 's2:nodata_pixel_percentage': 74.2589, 's2:unclassified_percentage': 1.768472, 's2:not_vegetated_percentage': 35.488388, 's2:degraded_msi_data_percentage': 0.0196, 's2:high_proba_clouds_percentage': 28.768364, 's2:reflectance_conversion_factor': 0.974049214971047}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240815T173909_R098_T13TDE_20240815T215531', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240815T173909_R098_T13TDE_20240815T215531', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R10m/T13TDE_20240815T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R20m/T13TDE_20240815T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/DATASTRIP/DS_2BPS_20240815T215531_S20240815T174811/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R20m/T13TDE_20240815T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R10m/T13TDE_20240815T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R20m/T13TDE_20240815T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R20m/T13TDE_20240815T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R10m/T13TDE_20240815T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R10m/T13TDE_20240815T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240815T173909_R098_T13TDE_20240815T215531&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R20m/T13TDE_20240815T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R60m/T13TDE_20240815T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R20m/T13TDE_20240815T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R10m/T13TDE_20240815T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240815T173909_R098_T13TDE_20240815T215531&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R60m/T13TDE_20240815T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R10m/T13TDE_20240815T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R20m/T13TDE_20240815T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/15/S2B_MSIL2A_20240815T173909_N0511_R098_T13TDE_20240815T215531.SAFE/GRANULE/L2A_T13TDE_A038877_20240815T174811/IMG_DATA/R10m/T13TDE_20240815T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240813T174911_R141_T13TDE_20240814T012945', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-13T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 17.282739, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240814T012945_A047757_T13TDE_N05.11', 'eo:cloud_cover': 65.938216, 's2:datatake_id': 'GS2A_20240813T174911_047757_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240814T012945_S20240813T175330_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-14T01:29:45.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.679596, 's2:mean_solar_zenith': 29.351529995104, 's2:mean_solar_azimuth': 147.046457015879, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.003772, 's2:vegetation_percentage': 6.781421, 's2:thin_cirrus_percentage': 0.015942, 's2:cloud_shadow_percentage': 2.019433, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 3.626882, 's2:not_vegetated_percentage': 20.827569, 's2:degraded_msi_data_percentage': 0.1749, 's2:high_proba_clouds_percentage': 48.639533, 's2:reflectance_conversion_factor': 0.973390015124694}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240813T174911_R141_T13TDE_20240814T012945', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240813T174911_R141_T13TDE_20240814T012945', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240813T174911_R141_T13TDE_20240814T012945&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R20m/T13TDE_20240813T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R10m/T13TDE_20240813T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R10m/T13TDE_20240813T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240813T174911_R141_T13TDE_20240814T012945&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R20m/T13TDE_20240813T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R10m/T13TDE_20240813T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R20m/T13TDE_20240813T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R20m/T13TDE_20240813T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R20m/T13TDE_20240813T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R10m/T13TDE_20240813T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R10m/T13TDE_20240813T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/DATASTRIP/DS_2APS_20240814T012945_S20240813T175330/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R20m/T13TDE_20240813T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R10m/T13TDE_20240813T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R20m/T13TDE_20240813T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R10m/T13TDE_20240813T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R60m/T13TDE_20240813T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/13/S2A_MSIL2A_20240813T174911_N0511_R141_T13TDE_20240814T012945.SAFE/GRANULE/L2A_T13TDE_A047757_20240813T175330/IMG_DATA/R60m/T13TDE_20240813T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240810T173901_R098_T13TDE_20240811T003349', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3577963, 39.6594147], [-105.3303462, 39.7528585], [-105.2863189, 39.8999515], [-105.2436234, 40.0474634], [-105.1993797, 40.1946287], [-105.1547147, 40.3418073], [-105.1098951, 40.4890691], [-105.064886, 40.6363562], [-105.0606791, 40.6499845], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3577963, 39.6594147]]]}, 'bbox': (-105.3577963, 39.6594147, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-10T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.850963, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240811T003349_A047714_T13TDE_N05.11', 'eo:cloud_cover': 1.699963, 's2:datatake_id': 'GS2A_20240810T173901_047714_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240811T003349_S20240810T175156_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-11T00:33:49.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.733309, 's2:mean_solar_zenith': 29.7128612754422, 's2:mean_solar_azimuth': 141.627511224187, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 28.485128, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 1.147582, 's2:nodata_pixel_percentage': 74.810225, 's2:unclassified_percentage': 0.659069, 's2:not_vegetated_percentage': 65.217668, 's2:degraded_msi_data_percentage': 0.044, 's2:high_proba_clouds_percentage': 0.849, 's2:reflectance_conversion_factor': 0.972454831206285}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240810T173901_R098_T13TDE_20240811T003349', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240810T173901_R098_T13TDE_20240811T003349', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240810T173901_R098_T13TDE_20240811T003349&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240810T173901_R098_T13TDE_20240811T003349&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R20m/T13TDE_20240810T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R60m/T13TDE_20240810T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R20m/T13TDE_20240810T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R10m/T13TDE_20240810T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R20m/T13TDE_20240810T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/DATASTRIP/DS_2APS_20240811T003349_S20240810T175156/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R20m/T13TDE_20240810T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R10m/T13TDE_20240810T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R10m/T13TDE_20240810T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R20m/T13TDE_20240810T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R10m/T13TDE_20240810T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R20m/T13TDE_20240810T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R10m/T13TDE_20240810T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R10m/T13TDE_20240810T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R20m/T13TDE_20240810T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R10m/T13TDE_20240810T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/10/S2A_MSIL2A_20240810T173901_N0511_R098_T13TDE_20240811T003349.SAFE/GRANULE/L2A_T13TDE_A047714_20240810T175156/IMG_DATA/R60m/T13TDE_20240810T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240808T174909_R141_T13TDE_20240808T220350', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-08T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 3.905896, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240808T220350_A038777_T13TDE_N05.11', 'eo:cloud_cover': 61.291409, 's2:datatake_id': 'GS2B_20240808T174909_038777_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240808T220350_S20240808T175817_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-08T22:03:50.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.333844, 's2:mean_solar_zenith': 28.0944066091887, 's2:mean_solar_azimuth': 145.323368742931, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.041161, 's2:vegetation_percentage': 12.648594, 's2:thin_cirrus_percentage': 3.3e-05, 's2:cloud_shadow_percentage': 0.277079, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 2.447746, 's2:not_vegetated_percentage': 22.208689, 's2:degraded_msi_data_percentage': 0.0035, 's2:high_proba_clouds_percentage': 57.385474, 's2:reflectance_conversion_factor': 0.971875336523507}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240808T174909_R141_T13TDE_20240808T220350', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240808T174909_R141_T13TDE_20240808T220350', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R10m/T13TDE_20240808T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R10m/T13TDE_20240808T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R60m/T13TDE_20240808T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/DATASTRIP/DS_2BPS_20240808T220350_S20240808T175817/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R10m/T13TDE_20240808T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R20m/T13TDE_20240808T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R20m/T13TDE_20240808T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R10m/T13TDE_20240808T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R20m/T13TDE_20240808T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R20m/T13TDE_20240808T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R10m/T13TDE_20240808T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240808T174909_R141_T13TDE_20240808T220350&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R20m/T13TDE_20240808T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240808T174909_R141_T13TDE_20240808T220350&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R20m/T13TDE_20240808T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R60m/T13TDE_20240808T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R10m/T13TDE_20240808T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R10m/T13TDE_20240808T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/GRANULE/L2A_T13TDE_A038777_20240808T175817/IMG_DATA/R20m/T13TDE_20240808T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/08/S2B_MSIL2A_20240808T174909_N0511_R141_T13TDE_20240808T220350.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240805T173909_R098_T13TDE_20240805T232449', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3632126, 39.6593902], [-105.3364365, 39.7496801], [-105.2920337, 39.8968781], [-105.2493061, 40.0445316], [-105.205115, 40.191704], [-105.1605588, 40.3388142], [-105.1159723, 40.4859505], [-105.0712449, 40.6330806], [-105.0660563, 40.6499597], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3632126, 39.6593902]]]}, 'bbox': (-105.3632126, 39.6593902, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-05T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.044352, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240805T232449_A038734_T13TDE_N05.11', 'eo:cloud_cover': 0.0681, 's2:datatake_id': 'GS2B_20240805T173909_038734_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240805T232449_S20240805T174849_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-05T23:24:49.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.858693, 's2:mean_solar_zenith': 28.5550389861925, 's2:mean_solar_azimuth': 139.869155980359, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 29.323843, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.013723, 's2:nodata_pixel_percentage': 74.7823, 's2:unclassified_percentage': 0.359088, 's2:not_vegetated_percentage': 67.339784, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 0.023748, 's2:reflectance_conversion_factor': 0.971063328499788}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240805T173909_R098_T13TDE_20240805T232449', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240805T173909_R098_T13TDE_20240805T232449', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R20m/T13TDE_20240805T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R10m/T13TDE_20240805T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R10m/T13TDE_20240805T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240805T173909_R098_T13TDE_20240805T232449&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R20m/T13TDE_20240805T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R20m/T13TDE_20240805T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R20m/T13TDE_20240805T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R60m/T13TDE_20240805T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R10m/T13TDE_20240805T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R60m/T13TDE_20240805T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R20m/T13TDE_20240805T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R10m/T13TDE_20240805T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240805T173909_R098_T13TDE_20240805T232449&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R10m/T13TDE_20240805T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/DATASTRIP/DS_2BPS_20240805T232449_S20240805T174849/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R10m/T13TDE_20240805T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R10m/T13TDE_20240805T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R20m/T13TDE_20240805T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/05/S2B_MSIL2A_20240805T173909_N0511_R098_T13TDE_20240805T232449.SAFE/GRANULE/L2A_T13TDE_A038734_20240805T174849/IMG_DATA/R20m/T13TDE_20240805T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240803T180011_R141_T13TDE_20240804T004953', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-08-03T18:00:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 3.504345, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240804T004953_A047614_T13TDE_N05.11', 'eo:cloud_cover': 7.128288, 's2:datatake_id': 'GS2A_20240803T180011_047614_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240804T004953_S20240803T180014_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-04T00:49:53.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.179804, 's2:mean_solar_zenith': 26.9306654509044, 's2:mean_solar_azimuth': 143.656918717865, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.035869, 's2:vegetation_percentage': 43.801177, 's2:thin_cirrus_percentage': 0.00223, 's2:cloud_shadow_percentage': 1.407819, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.661096, 's2:not_vegetated_percentage': 42.996809, 's2:degraded_msi_data_percentage': 0.0092, 's2:high_proba_clouds_percentage': 3.621713, 's2:reflectance_conversion_factor': 0.970569073709495}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240803T180011_R141_T13TDE_20240804T004953', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240803T180011_R141_T13TDE_20240804T004953', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R20m/T13TDE_20240803T180011_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240803T180011_R141_T13TDE_20240804T004953&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R10m/T13TDE_20240803T180011_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R20m/T13TDE_20240803T180011_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R10m/T13TDE_20240803T180011_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R20m/T13TDE_20240803T180011_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R60m/T13TDE_20240803T180011_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R10m/T13TDE_20240803T180011_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R10m/T13TDE_20240803T180011_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R10m/T13TDE_20240803T180011_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R20m/T13TDE_20240803T180011_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R10m/T13TDE_20240803T180011_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R20m/T13TDE_20240803T180011_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R60m/T13TDE_20240803T180011_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R20m/T13TDE_20240803T180011_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R20m/T13TDE_20240803T180011_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240803T180011_R141_T13TDE_20240804T004953&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/DATASTRIP/DS_2APS_20240804T004953_S20240803T180014/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/08/03/S2A_MSIL2A_20240803T180011_N0511_R141_T13TDE_20240804T004953.SAFE/GRANULE/L2A_T13TDE_A047614_20240803T180014/IMG_DATA/R10m/T13TDE_20240803T180011_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240731T173911_R098_T13TDE_20240801T013850', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3605534, 39.6594023], [-105.3259774, 39.7743862], [-105.2823917, 39.921884], [-105.2390435, 40.0694811], [-105.1944563, 40.2167152], [-105.1498785, 40.363949], [-105.1051623, 40.5111263], [-105.0626784, 40.6499753], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3605534, 39.6594023]]]}, 'bbox': (-105.3605534, 39.6594023, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-31T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.027891, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240801T013850_A047571_T13TDE_N05.11', 'eo:cloud_cover': 0.195692, 's2:datatake_id': 'GS2A_20240731T173911_047571_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240801T013850_S20240731T175229_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-08-01T01:38:50.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.639701, 's2:mean_solar_zenith': 27.4854153146991, 's2:mean_solar_azimuth': 138.211323505816, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.004097, 's2:vegetation_percentage': 24.547988, 's2:thin_cirrus_percentage': 0.16521, 's2:cloud_shadow_percentage': 0.006989, 's2:nodata_pixel_percentage': 74.649853, 's2:unclassified_percentage': 0.324989, 's2:not_vegetated_percentage': 72.241962, 's2:degraded_msi_data_percentage': 0.044, 's2:high_proba_clouds_percentage': 0.002591, 's2:reflectance_conversion_factor': 0.969883592176829}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240731T173911_R098_T13TDE_20240801T013850', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240731T173911_R098_T13TDE_20240801T013850', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R10m/T13TDE_20240731T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R10m/T13TDE_20240731T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R20m/T13TDE_20240731T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R10m/T13TDE_20240731T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R60m/T13TDE_20240731T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R20m/T13TDE_20240731T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240731T173911_R098_T13TDE_20240801T013850&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R10m/T13TDE_20240731T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R10m/T13TDE_20240731T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R20m/T13TDE_20240731T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R10m/T13TDE_20240731T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R20m/T13TDE_20240731T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R10m/T13TDE_20240731T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R60m/T13TDE_20240731T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/DATASTRIP/DS_2APS_20240801T013850_S20240731T175229/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R20m/T13TDE_20240731T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R20m/T13TDE_20240731T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240731T173911_R098_T13TDE_20240801T013850&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/31/S2A_MSIL2A_20240731T173911_N0511_R098_T13TDE_20240801T013850.SAFE/GRANULE/L2A_T13TDE_A047571_20240731T175229/IMG_DATA/R20m/T13TDE_20240731T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240729T174909_R141_T13TDE_20240729T214511', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-29T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.084777, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240729T214511_A038634_T13TDE_N05.11', 'eo:cloud_cover': 0.100368, 's2:datatake_id': 'GS2B_20240729T174909_038634_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240729T214511_S20240729T175330_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-29T21:45:11.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.18708, 's2:mean_solar_zenith': 25.8578047656381, 's2:mean_solar_azimuth': 142.110828577558, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.071324, 's2:vegetation_percentage': 56.25214, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.021281, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.281429, 's2:not_vegetated_percentage': 41.870046, 's2:degraded_msi_data_percentage': 0.005, 's2:high_proba_clouds_percentage': 0.015591, 's2:reflectance_conversion_factor': 0.969474096285406}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240729T174909_R141_T13TDE_20240729T214511', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240729T174909_R141_T13TDE_20240729T214511', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R10m/T13TDE_20240729T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R20m/T13TDE_20240729T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R20m/T13TDE_20240729T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R10m/T13TDE_20240729T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R20m/T13TDE_20240729T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R60m/T13TDE_20240729T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R60m/T13TDE_20240729T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R10m/T13TDE_20240729T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240729T174909_R141_T13TDE_20240729T214511&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R20m/T13TDE_20240729T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R10m/T13TDE_20240729T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R20m/T13TDE_20240729T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R10m/T13TDE_20240729T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R10m/T13TDE_20240729T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/DATASTRIP/DS_2BPS_20240729T214511_S20240729T175330/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R10m/T13TDE_20240729T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240729T174909_R141_T13TDE_20240729T214511&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R20m/T13TDE_20240729T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/29/S2B_MSIL2A_20240729T174909_N0511_R141_T13TDE_20240729T214511.SAFE/GRANULE/L2A_T13TDE_A038634_20240729T175330/IMG_DATA/R20m/T13TDE_20240729T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240726T173909_R098_T13TDE_20240726T214232', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3624482, 39.6593937], [-105.3610883, 39.6640514], [-105.3169158, 39.8112009], [-105.2738942, 39.9587966], [-105.2302065, 40.106242], [-105.185714, 40.2534606], [-105.1411033, 40.4007386], [-105.0962174, 40.5479869], [-105.065014, 40.6499645], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3624482, 39.6593937]]]}, 'bbox': (-105.3624482, 39.6593937, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-26T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 21.637222, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_2BPS_20240726T214232_A038591_T13TDE_N05.11', 'eo:cloud_cover': 32.606047, 's2:datatake_id': 'GS2B_20240726T173909_038591_N05.11', 's2:product_uri': 'S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_2BPS_20240726T214232_S20240726T174716_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-26T21:42:32.000000Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.767982, 's2:mean_solar_zenith': 26.5056985251859, 's2:mean_solar_azimuth': 136.695493513698, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 14.586169, 's2:thin_cirrus_percentage': 0.74055, 's2:cloud_shadow_percentage': 1.860295, 's2:nodata_pixel_percentage': 74.841219, 's2:unclassified_percentage': 1.710616, 's2:not_vegetated_percentage': 47.45813, 's2:degraded_msi_data_percentage': 0.885, 's2:high_proba_clouds_percentage': 10.228275, 's2:reflectance_conversion_factor': 0.968923185143045}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240726T173909_R098_T13TDE_20240726T214232', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240726T173909_R098_T13TDE_20240726T214232', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/DATASTRIP/DS_2BPS_20240726T214232_S20240726T174716/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R10m/T13TDE_20240726T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R20m/T13TDE_20240726T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R20m/T13TDE_20240726T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R20m/T13TDE_20240726T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R10m/T13TDE_20240726T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R20m/T13TDE_20240726T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R20m/T13TDE_20240726T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R20m/T13TDE_20240726T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R10m/T13TDE_20240726T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R10m/T13TDE_20240726T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R10m/T13TDE_20240726T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R10m/T13TDE_20240726T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R20m/T13TDE_20240726T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R60m/T13TDE_20240726T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R60m/T13TDE_20240726T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240726T173909_R098_T13TDE_20240726T214232&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240726T173909_R098_T13TDE_20240726T214232&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/GRANULE/L2A_T13TDE_A038591_20240726T174716/IMG_DATA/R10m/T13TDE_20240726T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/26/S2B_MSIL2A_20240726T173909_N0511_R098_T13TDE_20240726T214232.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240724T174911_R141_T13TDE_20240725T022650', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-24T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 6.585595, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_2APS_20240725T022650_A047471_T13TDE_N05.11', 'eo:cloud_cover': 33.086172, 's2:datatake_id': 'GS2A_20240724T174911_047471_N05.11', 's2:product_uri': 'S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_2APS_20240725T022650_S20240724T180026_N05.11', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-25T02:26:50.000000Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.017133, 's2:mean_solar_zenith': 24.8774414074483, 's2:mean_solar_azimuth': 140.731176838775, 's2:processing_baseline': '05.11', 's2:snow_ice_percentage': 0.02845, 's2:vegetation_percentage': 23.636882, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 4.347371, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 3.411203, 's2:not_vegetated_percentage': 33.89979, 's2:degraded_msi_data_percentage': 0.0781, 's2:high_proba_clouds_percentage': 26.500577, 's2:reflectance_conversion_factor': 0.968602913777671}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240724T174911_R141_T13TDE_20240725T022650', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240724T174911_R141_T13TDE_20240725T022650', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240724T174911_R141_T13TDE_20240725T022650&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/DATASTRIP/DS_2APS_20240725T022650_S20240724T180026/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R20m/T13TDE_20240724T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R20m/T13TDE_20240724T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R10m/T13TDE_20240724T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R20m/T13TDE_20240724T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R10m/T13TDE_20240724T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R20m/T13TDE_20240724T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R60m/T13TDE_20240724T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R10m/T13TDE_20240724T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240724T174911_R141_T13TDE_20240725T022650&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R20m/T13TDE_20240724T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R10m/T13TDE_20240724T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R10m/T13TDE_20240724T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R10m/T13TDE_20240724T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R10m/T13TDE_20240724T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R20m/T13TDE_20240724T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R60m/T13TDE_20240724T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/GRANULE/L2A_T13TDE_A047471_20240724T180026/IMG_DATA/R20m/T13TDE_20240724T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/24/S2A_MSIL2A_20240724T174911_N0511_R141_T13TDE_20240725T022650.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240721T173901_R098_T13TDE_20240722T014134', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3549102, 39.6594278], [-105.3287497, 39.7487476], [-105.2844891, 39.8959464], [-105.2413036, 40.0435551], [-105.1968776, 40.1908601], [-105.1520995, 40.3381009], [-105.1073693, 40.4853538], [-105.0624533, 40.6325371], [-105.0570805, 40.6500012], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3549102, 39.6594278]]]}, 'bbox': (-105.3549102, 39.6594278, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-21T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 11.052927, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240722T014134_A047428_T13TDE_N05.10', 'eo:cloud_cover': 25.535223, 's2:datatake_id': 'GS2A_20240721T173901_047428_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240722T014134_S20240721T175149_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-22T01:41:34.136332Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.746616, 's2:mean_solar_zenith': 25.6205935483812, 's2:mean_solar_azimuth': 135.351872841852, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 15.865105, 's2:thin_cirrus_percentage': 0.645757, 's2:cloud_shadow_percentage': 7.201237, 's2:nodata_pixel_percentage': 75.072938, 's2:unclassified_percentage': 1.573584, 's2:not_vegetated_percentage': 48.061532, 's2:degraded_msi_data_percentage': 0.0456, 's2:high_proba_clouds_percentage': 13.836539, 's2:reflectance_conversion_factor': 0.968188223948159, 's2:dark_features_percentage': 0.016704}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240721T173901_R098_T13TDE_20240722T014134', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240721T173901_R098_T13TDE_20240722T014134', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R10m/T13TDE_20240721T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R10m/T13TDE_20240721T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R60m/T13TDE_20240721T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R20m/T13TDE_20240721T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R10m/T13TDE_20240721T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R20m/T13TDE_20240721T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R60m/T13TDE_20240721T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R10m/T13TDE_20240721T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R10m/T13TDE_20240721T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R10m/T13TDE_20240721T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R20m/T13TDE_20240721T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R20m/T13TDE_20240721T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R10m/T13TDE_20240721T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/DATASTRIP/DS_MSFT_20240722T014134_S20240721T175149/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/QI_DATA/T13TDE_20240721T173901_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R20m/T13TDE_20240721T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R20m/T13TDE_20240721T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240721T173901_R098_T13TDE_20240722T014134&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240721T173901_R098_T13TDE_20240722T014134&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/21/S2A_MSIL2A_20240721T173901_N0510_R098_T13TDE_20240722T014134.SAFE/GRANULE/L2A_T13TDE_A047428_20240721T175149/IMG_DATA/R20m/T13TDE_20240721T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240719T174909_R141_T13TDE_20240720T012655', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-19T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 37.160838, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240720T012656_A038491_T13TDE_N05.10', 'eo:cloud_cover': 82.46879, 's2:datatake_id': 'GS2B_20240719T174909_038491_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240720T012656_S20240719T175419_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-20T01:26:55.794127Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.129787, 's2:mean_solar_zenith': 23.9949395383513, 's2:mean_solar_azimuth': 139.546132805668, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.074502, 's2:vegetation_percentage': 5.415649, 's2:thin_cirrus_percentage': 0.037614, 's2:cloud_shadow_percentage': 0.418386, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 4.148934, 's2:not_vegetated_percentage': 6.554351, 's2:degraded_msi_data_percentage': 0.5664, 's2:high_proba_clouds_percentage': 45.270336, 's2:reflectance_conversion_factor': 0.967959208614321, 's2:dark_features_percentage': 0.789603}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240719T174909_R141_T13TDE_20240720T012655', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240719T174909_R141_T13TDE_20240720T012655', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/DATASTRIP/DS_MSFT_20240720T012656_S20240719T175419/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R10m/T13TDE_20240719T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R10m/T13TDE_20240719T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R20m/T13TDE_20240719T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R20m/T13TDE_20240719T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R60m/T13TDE_20240719T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R20m/T13TDE_20240719T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R10m/T13TDE_20240719T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R10m/T13TDE_20240719T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R10m/T13TDE_20240719T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R20m/T13TDE_20240719T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R10m/T13TDE_20240719T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240719T174909_R141_T13TDE_20240720T012655&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240719T174909_R141_T13TDE_20240720T012655&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R10m/T13TDE_20240719T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R20m/T13TDE_20240719T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R20m/T13TDE_20240719T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R60m/T13TDE_20240719T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/QI_DATA/T13TDE_20240719T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/19/S2B_MSIL2A_20240719T174909_N0510_R141_T13TDE_20240720T012655.SAFE/GRANULE/L2A_T13TDE_A038491_20240719T175419/IMG_DATA/R20m/T13TDE_20240719T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240716T173909_R098_T13TDE_20240716T232526', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3650006, 39.6593821], [-105.358984, 39.680542], [-105.3147496, 39.8276785], [-105.2719367, 39.9752785], [-105.2278847, 40.1225878], [-105.1832927, 40.2698038], [-105.1385528, 40.4170038], [-105.0938182, 40.5642673], [-105.0675214, 40.6499529], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3650006, 39.6593821]]]}, 'bbox': (-105.3650006, 39.6593821, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-16T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 15.607281, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240716T232527_A038448_T13TDE_N05.10', 'eo:cloud_cover': 33.661783, 's2:datatake_id': 'GS2B_20240716T173909_038448_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240716T232527_S20240716T175031_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-16T23:25:26.697555Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.316387, 's2:mean_solar_zenith': 24.8239582991225, 's2:mean_solar_azimuth': 134.243181063552, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 16.409647, 's2:thin_cirrus_percentage': 0.393008, 's2:cloud_shadow_percentage': 3.452054, 's2:nodata_pixel_percentage': 74.636328, 's2:unclassified_percentage': 0.777277, 's2:not_vegetated_percentage': 44.330135, 's2:degraded_msi_data_percentage': 0.096, 's2:high_proba_clouds_percentage': 17.661493, 's2:reflectance_conversion_factor': 0.967683396099809, 's2:dark_features_percentage': 0.052717}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240716T173909_R098_T13TDE_20240716T232526', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240716T173909_R098_T13TDE_20240716T232526', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R20m/T13TDE_20240716T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R60m/T13TDE_20240716T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R20m/T13TDE_20240716T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R10m/T13TDE_20240716T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R10m/T13TDE_20240716T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R10m/T13TDE_20240716T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R10m/T13TDE_20240716T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R20m/T13TDE_20240716T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240716T173909_R098_T13TDE_20240716T232526&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R20m/T13TDE_20240716T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R20m/T13TDE_20240716T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R20m/T13TDE_20240716T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R10m/T13TDE_20240716T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R20m/T13TDE_20240716T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R60m/T13TDE_20240716T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/QI_DATA/T13TDE_20240716T173909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R10m/T13TDE_20240716T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/DATASTRIP/DS_MSFT_20240716T232527_S20240716T175031/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/IMG_DATA/R10m/T13TDE_20240716T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240716T173909_R098_T13TDE_20240716T232526&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/GRANULE/L2A_T13TDE_A038448_20240716T175031/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/16/S2B_MSIL2A_20240716T173909_N0510_R098_T13TDE_20240716T232526.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240714T174911_R141_T13TDE_20240715T022920', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-14T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 9.509064, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240715T022921_A047328_T13TDE_N05.10', 'eo:cloud_cover': 26.523849, 's2:datatake_id': 'GS2A_20240714T174911_047328_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240715T022921_S20240714T175523_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-15T02:29:20.912064Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.887797, 's2:mean_solar_zenith': 23.219124443011, 's2:mean_solar_azimuth': 138.569243232913, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.10625, 's2:vegetation_percentage': 32.802877, 's2:thin_cirrus_percentage': 0.035036, 's2:cloud_shadow_percentage': 5.285733, 's2:nodata_pixel_percentage': 7e-06, 's2:unclassified_percentage': 4.054446, 's2:not_vegetated_percentage': 29.297081, 's2:degraded_msi_data_percentage': 0.1335, 's2:high_proba_clouds_percentage': 16.97975, 's2:reflectance_conversion_factor': 0.967547066664211, 's2:dark_features_percentage': 1.041967}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240714T174911_R141_T13TDE_20240715T022920', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240714T174911_R141_T13TDE_20240715T022920', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R20m/T13TDE_20240714T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R20m/T13TDE_20240714T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R10m/T13TDE_20240714T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240714T174911_R141_T13TDE_20240715T022920&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R20m/T13TDE_20240714T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R60m/T13TDE_20240714T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R10m/T13TDE_20240714T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/DATASTRIP/DS_MSFT_20240715T022921_S20240714T175523/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/QI_DATA/T13TDE_20240714T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R10m/T13TDE_20240714T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R20m/T13TDE_20240714T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R10m/T13TDE_20240714T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240714T174911_R141_T13TDE_20240715T022920&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R10m/T13TDE_20240714T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R10m/T13TDE_20240714T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R10m/T13TDE_20240714T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R20m/T13TDE_20240714T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R60m/T13TDE_20240714T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R20m/T13TDE_20240714T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/14/S2A_MSIL2A_20240714T174911_N0510_R141_T13TDE_20240715T022920.SAFE/GRANULE/L2A_T13TDE_A047328_20240714T175523/IMG_DATA/R20m/T13TDE_20240714T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240711T173911_R098_T13TDE_20240712T024527', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3600992, 39.6594043], [-105.3553677, 39.6759958], [-105.311183, 39.8231311], [-105.2683624, 39.9707824], [-105.2243359, 40.1181559], [-105.1798314, 40.2654558], [-105.1351247, 40.4127728], [-105.0903263, 40.5600735], [-105.0627205, 40.6499751], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3600992, 39.6594043]]]}, 'bbox': (-105.3600992, 39.6594043, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-11T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 1.417441, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240712T024528_A047285_T13TDE_N05.10', 'eo:cloud_cover': 2.491953, 's2:datatake_id': 'GS2A_20240711T173911_047285_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240712T024528_S20240711T174608_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-12T02:45:27.310888Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.720589, 's2:mean_solar_zenith': 24.128774765603, 's2:mean_solar_azimuth': 133.371199238484, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 26.820102, 's2:thin_cirrus_percentage': 0.040483, 's2:cloud_shadow_percentage': 1.356193, 's2:nodata_pixel_percentage': 74.642688, 's2:unclassified_percentage': 0.586519, 's2:not_vegetated_percentage': 65.965736, 's2:degraded_msi_data_percentage': 0.0436, 's2:high_proba_clouds_percentage': 1.03403, 's2:reflectance_conversion_factor': 0.967411857327259, 's2:dark_features_percentage': 0.058906}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240711T173911_R098_T13TDE_20240712T024527', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240711T173911_R098_T13TDE_20240712T024527', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R20m/T13TDE_20240711T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R20m/T13TDE_20240711T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R10m/T13TDE_20240711T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R20m/T13TDE_20240711T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R20m/T13TDE_20240711T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R10m/T13TDE_20240711T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240711T173911_R098_T13TDE_20240712T024527&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R10m/T13TDE_20240711T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240711T173911_R098_T13TDE_20240712T024527&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/QI_DATA/T13TDE_20240711T173911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R10m/T13TDE_20240711T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R20m/T13TDE_20240711T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R10m/T13TDE_20240711T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R10m/T13TDE_20240711T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R10m/T13TDE_20240711T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R60m/T13TDE_20240711T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R60m/T13TDE_20240711T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R20m/T13TDE_20240711T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/GRANULE/L2A_T13TDE_A047285_20240711T174608/IMG_DATA/R20m/T13TDE_20240711T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/11/S2A_MSIL2A_20240711T173911_N0510_R098_T13TDE_20240712T024527.SAFE/DATASTRIP/DS_MSFT_20240712T024528_S20240711T174608/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240709T174909_R141_T13TDE_20240710T000454', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-09T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 19.477464, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240710T000455_A038348_T13TDE_N05.10', 'eo:cloud_cover': 47.826391, 's2:datatake_id': 'GS2B_20240709T174909_038348_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240710T000455_S20240709T175111_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-10T00:04:54.429316Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.802227, 's2:mean_solar_zenith': 22.5448257698512, 's2:mean_solar_azimuth': 137.872522718665, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.141028, 's2:vegetation_percentage': 21.73167, 's2:thin_cirrus_percentage': 0.156536, 's2:cloud_shadow_percentage': 4.823338, 's2:nodata_pixel_percentage': 3e-06, 's2:unclassified_percentage': 2.416804, 's2:not_vegetated_percentage': 21.694672, 's2:degraded_msi_data_percentage': 0.269, 's2:high_proba_clouds_percentage': 28.192392, 's2:reflectance_conversion_factor': 0.96736908173789, 's2:dark_features_percentage': 0.563867}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240709T174909_R141_T13TDE_20240710T000454', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240709T174909_R141_T13TDE_20240710T000454', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R20m/T13TDE_20240709T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R10m/T13TDE_20240709T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R20m/T13TDE_20240709T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/QI_DATA/T13TDE_20240709T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/DATASTRIP/DS_MSFT_20240710T000455_S20240709T175111/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R10m/T13TDE_20240709T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R20m/T13TDE_20240709T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R10m/T13TDE_20240709T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R20m/T13TDE_20240709T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R60m/T13TDE_20240709T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R10m/T13TDE_20240709T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R10m/T13TDE_20240709T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R20m/T13TDE_20240709T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240709T174909_R141_T13TDE_20240710T000454&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R20m/T13TDE_20240709T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R10m/T13TDE_20240709T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R10m/T13TDE_20240709T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240709T174909_R141_T13TDE_20240710T000454&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R20m/T13TDE_20240709T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/GRANULE/L2A_T13TDE_A038348_20240709T175111/IMG_DATA/R60m/T13TDE_20240709T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/09/S2B_MSIL2A_20240709T174909_N0510_R141_T13TDE_20240710T000454.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240706T173909_R098_T13TDE_20240706T231138', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3653821, 39.6593804], [-105.3517295, 39.7059799], [-105.3079536, 39.8534039], [-105.2648844, 40.0010293], [-105.2205628, 40.1483489], [-105.175882, 40.2955306], [-105.1312265, 40.4426711], [-105.0866405, 40.5897932], [-105.0682157, 40.6499497], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3653821, 39.6593804]]]}, 'bbox': (-105.3653821, 39.6593804, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-06T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 1.886868, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240706T231139_A038305_T13TDE_N05.10', 'eo:cloud_cover': 3.889938, 's2:datatake_id': 'GS2B_20240706T173909_038305_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240706T231139_S20240706T174340_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-06T23:11:38.752331Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.769596, 's2:mean_solar_zenith': 23.5339799588997, 's2:mean_solar_azimuth': 132.784733127209, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 27.440077, 's2:thin_cirrus_percentage': 0.069839, 's2:cloud_shadow_percentage': 1.616371, 's2:nodata_pixel_percentage': 74.602604, 's2:unclassified_percentage': 0.550948, 's2:not_vegetated_percentage': 63.667375, 's2:degraded_msi_data_percentage': 0.0003, 's2:high_proba_clouds_percentage': 1.933231, 's2:reflectance_conversion_factor': 0.967375329121059, 's2:dark_features_percentage': 0.065697}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240706T173909_R098_T13TDE_20240706T231138', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240706T173909_R098_T13TDE_20240706T231138', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/DATASTRIP/DS_MSFT_20240706T231139_S20240706T174340/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R20m/T13TDE_20240706T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R20m/T13TDE_20240706T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R10m/T13TDE_20240706T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R20m/T13TDE_20240706T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R10m/T13TDE_20240706T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R60m/T13TDE_20240706T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R10m/T13TDE_20240706T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R20m/T13TDE_20240706T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R20m/T13TDE_20240706T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R20m/T13TDE_20240706T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R10m/T13TDE_20240706T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R10m/T13TDE_20240706T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/QI_DATA/T13TDE_20240706T173909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240706T173909_R098_T13TDE_20240706T231138&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R10m/T13TDE_20240706T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240706T173909_R098_T13TDE_20240706T231138&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R60m/T13TDE_20240706T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R20m/T13TDE_20240706T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/06/S2B_MSIL2A_20240706T173909_N0510_R098_T13TDE_20240706T231138.SAFE/GRANULE/L2A_T13TDE_A038305_20240706T174340/IMG_DATA/R10m/T13TDE_20240706T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240704T174911_R141_T13TDE_20240706T011649', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-04T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.306081, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240706T011650_A047185_T13TDE_N05.10', 'eo:cloud_cover': 0.542891, 's2:datatake_id': 'GS2A_20240704T174911_047185_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240706T011650_S20240704T175506_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-06T01:16:49.375632Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.091131, 's2:mean_solar_zenith': 21.980548848875, 's2:mean_solar_azimuth': 137.4725189028, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.492215, 's2:vegetation_percentage': 57.548529, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.218792, 's2:nodata_pixel_percentage': 3e-06, 's2:unclassified_percentage': 0.384707, 's2:not_vegetated_percentage': 39.489886, 's2:degraded_msi_data_percentage': 0.0099, 's2:high_proba_clouds_percentage': 0.236811, 's2:reflectance_conversion_factor': 0.967426378855244, 's2:dark_features_percentage': 0.231844}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240704T174911_R141_T13TDE_20240706T011649', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240704T174911_R141_T13TDE_20240706T011649', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/DATASTRIP/DS_MSFT_20240706T011650_S20240704T175506/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/QI_DATA/T13TDE_20240704T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R20m/T13TDE_20240704T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R10m/T13TDE_20240704T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R20m/T13TDE_20240704T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R60m/T13TDE_20240704T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R20m/T13TDE_20240704T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R10m/T13TDE_20240704T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R10m/T13TDE_20240704T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R20m/T13TDE_20240704T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240704T174911_R141_T13TDE_20240706T011649&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240704T174911_R141_T13TDE_20240706T011649&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R10m/T13TDE_20240704T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R10m/T13TDE_20240704T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R10m/T13TDE_20240704T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R60m/T13TDE_20240704T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R20m/T13TDE_20240704T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R10m/T13TDE_20240704T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R20m/T13TDE_20240704T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/04/S2A_MSIL2A_20240704T174911_N0510_R141_T13TDE_20240706T011649.SAFE/GRANULE/L2A_T13TDE_A047185_20240704T175506/IMG_DATA/R20m/T13TDE_20240704T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240701T174051_R098_T13TDE_20240702T014432', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3625287, 39.6593933], [-105.3221206, 39.7940144], [-105.2787712, 39.9414551], [-105.2353769, 40.0888775], [-105.1908411, 40.2359647], [-105.1465343, 40.3831104], [-105.1017346, 40.5301884], [-105.0651484, 40.6499639], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3625287, 39.6593933]]]}, 'bbox': (-105.3625287, 39.6593933, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-07-01T17:40:51.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 12.127988, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240702T014432_A047142_T13TDE_N05.10', 'eo:cloud_cover': 99.371147, 's2:datatake_id': 'GS2A_20240701T174051_047142_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240702T014432_S20240701T175042_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-07-02T01:44:32.221986Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.138002, 's2:mean_solar_zenith': 23.0488174339154, 's2:mean_solar_azimuth': 132.494845495993, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.006966, 's2:vegetation_percentage': 0.0, 's2:thin_cirrus_percentage': 0.00039, 's2:cloud_shadow_percentage': 0.483819, 's2:nodata_pixel_percentage': 74.469852, 's2:unclassified_percentage': 1.3e-05, 's2:not_vegetated_percentage': 5.2e-05, 's2:degraded_msi_data_percentage': 1.2552, 's2:high_proba_clouds_percentage': 87.24277, 's2:reflectance_conversion_factor': 0.967573969144074, 's2:dark_features_percentage': 0.0}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240701T174051_R098_T13TDE_20240702T014432', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240701T174051_R098_T13TDE_20240702T014432', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R20m/T13TDE_20240701T174051_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R10m/T13TDE_20240701T174051_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R10m/T13TDE_20240701T174051_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240701T174051_R098_T13TDE_20240702T014432&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R20m/T13TDE_20240701T174051_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R20m/T13TDE_20240701T174051_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R20m/T13TDE_20240701T174051_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/QI_DATA/T13TDE_20240701T174051_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240701T174051_R098_T13TDE_20240702T014432&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R10m/T13TDE_20240701T174051_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R10m/T13TDE_20240701T174051_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R20m/T13TDE_20240701T174051_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R10m/T13TDE_20240701T174051_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R10m/T13TDE_20240701T174051_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R20m/T13TDE_20240701T174051_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R60m/T13TDE_20240701T174051_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R20m/T13TDE_20240701T174051_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R10m/T13TDE_20240701T174051_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/GRANULE/L2A_T13TDE_A047142_20240701T175042/IMG_DATA/R60m/T13TDE_20240701T174051_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/DATASTRIP/DS_MSFT_20240702T014432_S20240701T175042/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/07/01/S2A_MSIL2A_20240701T174051_N0510_R098_T13TDE_20240702T014432.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240629T174909_R141_T13TDE_20240630T002315', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-29T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 7.445682, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240630T002316_A038205_T13TDE_N05.10', 'eo:cloud_cover': 20.531698, 's2:datatake_id': 'GS2B_20240629T174909_038205_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240630T002316_S20240629T175336_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-30T00:23:15.585779Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.833819, 's2:mean_solar_zenith': 21.5378242973403, 's2:mean_solar_azimuth': 137.368269070008, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.463933, 's2:vegetation_percentage': 38.543233, 's2:thin_cirrus_percentage': 0.46825, 's2:cloud_shadow_percentage': 2.206121, 's2:nodata_pixel_percentage': 3e-06, 's2:unclassified_percentage': 3.30263, 's2:not_vegetated_percentage': 32.556519, 's2:degraded_msi_data_percentage': 0.0366, 's2:high_proba_clouds_percentage': 12.617765, 's2:reflectance_conversion_factor': 0.967718598074353, 's2:dark_features_percentage': 1.562045}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240629T174909_R141_T13TDE_20240630T002315', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240629T174909_R141_T13TDE_20240630T002315', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R10m/T13TDE_20240629T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R20m/T13TDE_20240629T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R20m/T13TDE_20240629T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R10m/T13TDE_20240629T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R10m/T13TDE_20240629T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240629T174909_R141_T13TDE_20240630T002315&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R10m/T13TDE_20240629T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R60m/T13TDE_20240629T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/DATASTRIP/DS_MSFT_20240630T002316_S20240629T175336/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R20m/T13TDE_20240629T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R10m/T13TDE_20240629T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R20m/T13TDE_20240629T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R60m/T13TDE_20240629T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R10m/T13TDE_20240629T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R20m/T13TDE_20240629T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R10m/T13TDE_20240629T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/QI_DATA/T13TDE_20240629T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R20m/T13TDE_20240629T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240629T174909_R141_T13TDE_20240630T002315&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/29/S2B_MSIL2A_20240629T174909_N0510_R141_T13TDE_20240630T002315.SAFE/GRANULE/L2A_T13TDE_A038205_20240629T175336/IMG_DATA/R20m/T13TDE_20240629T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240626T173909_R098_T13TDE_20240627T010026', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3692115, 39.659363], [-105.3363262, 39.7703803], [-105.2919251, 39.9175186], [-105.2493835, 40.0652523], [-105.2049599, 40.212497], [-105.1603939, 40.3597799], [-105.1156578, 40.5070208], [-105.072013, 40.6499321], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3692115, 39.659363]]]}, 'bbox': (-105.3692115, 39.659363, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-26T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 2.091102, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240627T010027_A038162_T13TDE_N05.10', 'eo:cloud_cover': 3.500401, 's2:datatake_id': 'GS2B_20240626T173909_038162_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240627T010027_S20240626T174127_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-27T01:00:26.972532Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.445373, 's2:mean_solar_zenith': 22.68150159348, 's2:mean_solar_azimuth': 132.509921321083, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 27.737802, 's2:thin_cirrus_percentage': 1.3e-05, 's2:cloud_shadow_percentage': 2.09544, 's2:nodata_pixel_percentage': 74.302673, 's2:unclassified_percentage': 0.629616, 's2:not_vegetated_percentage': 63.534766, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 1.409286, 's2:reflectance_conversion_factor': 0.968006748035864, 's2:dark_features_percentage': 0.056603}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240626T173909_R098_T13TDE_20240627T010026', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240626T173909_R098_T13TDE_20240627T010026', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R20m/T13TDE_20240626T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240626T173909_R098_T13TDE_20240627T010026&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R10m/T13TDE_20240626T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240626T173909_R098_T13TDE_20240627T010026&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R60m/T13TDE_20240626T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R20m/T13TDE_20240626T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R20m/T13TDE_20240626T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R10m/T13TDE_20240626T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R20m/T13TDE_20240626T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R20m/T13TDE_20240626T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R20m/T13TDE_20240626T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R60m/T13TDE_20240626T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R10m/T13TDE_20240626T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R10m/T13TDE_20240626T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/DATASTRIP/DS_MSFT_20240627T010027_S20240626T174127/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R10m/T13TDE_20240626T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R10m/T13TDE_20240626T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/QI_DATA/T13TDE_20240626T173909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R10m/T13TDE_20240626T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/26/S2B_MSIL2A_20240626T173909_N0510_R098_T13TDE_20240627T010026.SAFE/GRANULE/L2A_T13TDE_A038162_20240626T174127/IMG_DATA/R20m/T13TDE_20240626T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240624T174911_R141_T13TDE_20240625T030032', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-24T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 15.129468, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240625T030033_A047042_T13TDE_N05.10', 'eo:cloud_cover': 38.394645, 's2:datatake_id': 'GS2A_20240624T174911_047042_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240625T030033_S20240624T175615_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-25T03:00:32.593308Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.571232, 's2:mean_solar_zenith': 21.2243120692971, 's2:mean_solar_azimuth': 137.565130200649, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 1.658545, 's2:vegetation_percentage': 31.367847, 's2:thin_cirrus_percentage': 0.033152, 's2:cloud_shadow_percentage': 3.476605, 's2:nodata_pixel_percentage': 1e-05, 's2:unclassified_percentage': 3.715688, 's2:not_vegetated_percentage': 19.189338, 's2:degraded_msi_data_percentage': 0.6756, 's2:high_proba_clouds_percentage': 23.232026, 's2:reflectance_conversion_factor': 0.968243891236713, 's2:dark_features_percentage': 1.626103}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240624T174911_R141_T13TDE_20240625T030032', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240624T174911_R141_T13TDE_20240625T030032', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R10m/T13TDE_20240624T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R10m/T13TDE_20240624T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R10m/T13TDE_20240624T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R20m/T13TDE_20240624T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R20m/T13TDE_20240624T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240624T174911_R141_T13TDE_20240625T030032&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R20m/T13TDE_20240624T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R60m/T13TDE_20240624T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R20m/T13TDE_20240624T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R60m/T13TDE_20240624T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/DATASTRIP/DS_MSFT_20240625T030033_S20240624T175615/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/QI_DATA/T13TDE_20240624T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R20m/T13TDE_20240624T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R20m/T13TDE_20240624T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R20m/T13TDE_20240624T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R10m/T13TDE_20240624T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R10m/T13TDE_20240624T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R10m/T13TDE_20240624T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/24/S2A_MSIL2A_20240624T174911_N0510_R141_T13TDE_20240625T030032.SAFE/GRANULE/L2A_T13TDE_A047042_20240624T175615/IMG_DATA/R10m/T13TDE_20240624T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240624T174911_R141_T13TDE_20240625T030032&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240621T173911_R098_T13TDE_20240622T022427', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3697845, 39.6593604], [-105.3311284, 39.787199], [-105.2874041, 39.9347115], [-105.2442672, 40.0823547], [-105.1993921, 40.2294485], [-105.1552062, 40.3767272], [-105.1104372, 40.5238217], [-105.0719119, 40.6499326], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3697845, 39.6593604]]]}, 'bbox': (-105.3697845, 39.6593604, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-21T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.148165, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240622T022428_A046999_T13TDE_N05.10', 'eo:cloud_cover': 0.492053, 's2:datatake_id': 'GS2A_20240621T173911_046999_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240622T022428_S20240621T175026_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-22T02:24:27.827294Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.635918, 's2:mean_solar_zenith': 22.4380145724687, 's2:mean_solar_azimuth': 132.835365404243, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 32.914254, 's2:thin_cirrus_percentage': 0.279712, 's2:cloud_shadow_percentage': 0.278235, 's2:nodata_pixel_percentage': 73.943585, 's2:unclassified_percentage': 0.591398, 's2:not_vegetated_percentage': 63.026577, 's2:degraded_msi_data_percentage': 0.0427, 's2:high_proba_clouds_percentage': 0.064176, 's2:reflectance_conversion_factor': 0.968670706626938, 's2:dark_features_percentage': 0.061565}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240621T173911_R098_T13TDE_20240622T022427', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240621T173911_R098_T13TDE_20240622T022427', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R20m/T13TDE_20240621T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R20m/T13TDE_20240621T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/QI_DATA/T13TDE_20240621T173911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R20m/T13TDE_20240621T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240621T173911_R098_T13TDE_20240622T022427&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R10m/T13TDE_20240621T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R20m/T13TDE_20240621T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/DATASTRIP/DS_MSFT_20240622T022428_S20240621T175026/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R10m/T13TDE_20240621T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R20m/T13TDE_20240621T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R10m/T13TDE_20240621T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R10m/T13TDE_20240621T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240621T173911_R098_T13TDE_20240622T022427&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R20m/T13TDE_20240621T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R20m/T13TDE_20240621T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R10m/T13TDE_20240621T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R10m/T13TDE_20240621T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R60m/T13TDE_20240621T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R60m/T13TDE_20240621T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/21/S2A_MSIL2A_20240621T173911_N0510_R098_T13TDE_20240622T022427.SAFE/GRANULE/L2A_T13TDE_A046999_20240621T175026/IMG_DATA/R10m/T13TDE_20240621T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240619T174909_R141_T13TDE_20240620T000755', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-19T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 9.719278, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240620T000756_A038062_T13TDE_N05.10', 'eo:cloud_cover': 62.934071, 's2:datatake_id': 'GS2B_20240619T174909_038062_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240620T000756_S20240619T175216_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-20T00:07:55.75933Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.244339, 's2:mean_solar_zenith': 21.0503949804636, 's2:mean_solar_azimuth': 138.04300868478, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 1.645658, 's2:vegetation_percentage': 15.45532, 's2:thin_cirrus_percentage': 0.001815, 's2:cloud_shadow_percentage': 1.26265, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 3.60679, 's2:not_vegetated_percentage': 13.457981, 's2:degraded_msi_data_percentage': 0.0474, 's2:high_proba_clouds_percentage': 53.212976, 's2:reflectance_conversion_factor': 0.968998948550148, 's2:dark_features_percentage': 1.39319}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240619T174909_R141_T13TDE_20240620T000755', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240619T174909_R141_T13TDE_20240620T000755', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R10m/T13TDE_20240619T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R10m/T13TDE_20240619T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/DATASTRIP/DS_MSFT_20240620T000756_S20240619T175216/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R10m/T13TDE_20240619T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240619T174909_R141_T13TDE_20240620T000755&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/QI_DATA/T13TDE_20240619T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R20m/T13TDE_20240619T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R10m/T13TDE_20240619T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R20m/T13TDE_20240619T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R20m/T13TDE_20240619T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R20m/T13TDE_20240619T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R10m/T13TDE_20240619T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R10m/T13TDE_20240619T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R60m/T13TDE_20240619T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R20m/T13TDE_20240619T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R20m/T13TDE_20240619T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R60m/T13TDE_20240619T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R10m/T13TDE_20240619T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240619T174909_R141_T13TDE_20240620T000755&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/19/S2B_MSIL2A_20240619T174909_N0510_R141_T13TDE_20240620T000755.SAFE/GRANULE/L2A_T13TDE_A038062_20240619T175216/IMG_DATA/R20m/T13TDE_20240619T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240616T173909_R098_T13TDE_20240616T231824', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3673243, 39.6593716], [-105.3623088, 39.6769552], [-105.3181881, 39.8241397], [-105.2752143, 39.9717321], [-105.2313127, 40.1191027], [-105.1867844, 40.2663496], [-105.1419315, 40.4135801], [-105.0972244, 40.5608625], [-105.0699073, 40.6499419], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3673243, 39.6593716]]]}, 'bbox': (-105.3673243, 39.6593716, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-16T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.330377, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240616T231825_A038019_T13TDE_N05.10', 'eo:cloud_cover': 0.452612, 's2:datatake_id': 'GS2B_20240616T173909_038019_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240616T231825_S20240616T174343_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-16T23:18:24.557710Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.904897, 's2:mean_solar_zenith': 22.3357379420763, 's2:mean_solar_azimuth': 133.426204352714, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000104, 's2:vegetation_percentage': 32.499033, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.395676, 's2:nodata_pixel_percentage': 74.447626, 's2:unclassified_percentage': 0.502018, 's2:not_vegetated_percentage': 63.159233, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 0.122236, 's2:reflectance_conversion_factor': 0.969561726907061, 's2:dark_features_percentage': 0.086425}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240616T173909_R098_T13TDE_20240616T231824', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240616T173909_R098_T13TDE_20240616T231824', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R20m/T13TDE_20240616T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R10m/T13TDE_20240616T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R10m/T13TDE_20240616T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R10m/T13TDE_20240616T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R20m/T13TDE_20240616T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R20m/T13TDE_20240616T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R20m/T13TDE_20240616T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R60m/T13TDE_20240616T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240616T173909_R098_T13TDE_20240616T231824&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R10m/T13TDE_20240616T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R10m/T13TDE_20240616T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R20m/T13TDE_20240616T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R10m/T13TDE_20240616T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R20m/T13TDE_20240616T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R60m/T13TDE_20240616T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240616T173909_R098_T13TDE_20240616T231824&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R20m/T13TDE_20240616T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/QI_DATA/T13TDE_20240616T173909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/GRANULE/L2A_T13TDE_A038019_20240616T174343/IMG_DATA/R10m/T13TDE_20240616T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/16/S2B_MSIL2A_20240616T173909_N0510_R098_T13TDE_20240616T231824.SAFE/DATASTRIP/DS_MSFT_20240616T231825_S20240616T174343/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240614T174911_R141_T13TDE_20240615T025902', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-14T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 43.06539, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240615T025903_A046899_T13TDE_N05.10', 'eo:cloud_cover': 81.975138, 's2:datatake_id': 'GS2A_20240614T174911_046899_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240615T025903_S20240614T175723_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-15T02:59:02.590451Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.256831, 's2:mean_solar_zenith': 21.0088883968482, 's2:mean_solar_azimuth': 138.843783933498, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.932608, 's2:vegetation_percentage': 2.359159, 's2:thin_cirrus_percentage': 0.065235, 's2:cloud_shadow_percentage': 1.063852, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.607506, 's2:not_vegetated_percentage': 11.800425, 's2:degraded_msi_data_percentage': 1.7582, 's2:high_proba_clouds_percentage': 38.844511, 's2:reflectance_conversion_factor': 0.969978969051369, 's2:dark_features_percentage': 0.004482}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240614T174911_R141_T13TDE_20240615T025902', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240614T174911_R141_T13TDE_20240615T025902', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R20m/T13TDE_20240614T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/DATASTRIP/DS_MSFT_20240615T025903_S20240614T175723/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R10m/T13TDE_20240614T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240614T174911_R141_T13TDE_20240615T025902&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R10m/T13TDE_20240614T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R20m/T13TDE_20240614T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R10m/T13TDE_20240614T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240614T174911_R141_T13TDE_20240615T025902&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R10m/T13TDE_20240614T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R10m/T13TDE_20240614T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R10m/T13TDE_20240614T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R20m/T13TDE_20240614T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R20m/T13TDE_20240614T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R20m/T13TDE_20240614T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R10m/T13TDE_20240614T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R60m/T13TDE_20240614T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/QI_DATA/T13TDE_20240614T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R20m/T13TDE_20240614T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R60m/T13TDE_20240614T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/GRANULE/L2A_T13TDE_A046899_20240614T175723/IMG_DATA/R20m/T13TDE_20240614T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/14/S2A_MSIL2A_20240614T174911_N0510_R141_T13TDE_20240615T025902.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240611T173911_R098_T13TDE_20240612T022308', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3771986, 39.6593268], [-105.3594524, 39.7202116], [-105.3149455, 39.8672935], [-105.2723427, 40.014926], [-105.2280622, 40.1620385], [-105.1834624, 40.3091356], [-105.1388053, 40.4562464], [-105.0943175, 40.6035236], [-105.0800533, 40.649895], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3771986, 39.6593268]]]}, 'bbox': (-105.3771986, 39.6593268, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-11T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.092582, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240612T022309_A046856_T13TDE_N05.10', 'eo:cloud_cover': 0.144199, 's2:datatake_id': 'GS2A_20240611T173911_046856_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240612T022309_S20240611T174951_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-12T02:23:08.622156Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.960658, 's2:mean_solar_zenith': 22.3637595333151, 's2:mean_solar_azimuth': 134.325047531205, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000124, 's2:vegetation_percentage': 37.31589, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.095307, 's2:nodata_pixel_percentage': 73.337454, 's2:unclassified_percentage': 0.38475, 's2:not_vegetated_percentage': 59.040773, 's2:degraded_msi_data_percentage': 0.0417, 's2:high_proba_clouds_percentage': 0.051617, 's2:reflectance_conversion_factor': 0.970674129168795, 's2:dark_features_percentage': 0.058299}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240611T173911_R098_T13TDE_20240612T022308', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240611T173911_R098_T13TDE_20240612T022308', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R10m/T13TDE_20240611T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R20m/T13TDE_20240611T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R10m/T13TDE_20240611T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R20m/T13TDE_20240611T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R10m/T13TDE_20240611T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R10m/T13TDE_20240611T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R20m/T13TDE_20240611T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R20m/T13TDE_20240611T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R20m/T13TDE_20240611T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R10m/T13TDE_20240611T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R60m/T13TDE_20240611T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R20m/T13TDE_20240611T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240611T173911_R098_T13TDE_20240612T022308&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R60m/T13TDE_20240611T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240611T173911_R098_T13TDE_20240612T022308&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/QI_DATA/T13TDE_20240611T173911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R10m/T13TDE_20240611T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/DATASTRIP/DS_MSFT_20240612T022309_S20240611T174951/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R20m/T13TDE_20240611T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/11/S2A_MSIL2A_20240611T173911_N0510_R098_T13TDE_20240612T022308.SAFE/GRANULE/L2A_T13TDE_A046856_20240611T174951/IMG_DATA/R10m/T13TDE_20240611T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240609T174909_R141_T13TDE_20240609T231636', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-09T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 10.424361, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240609T231637_A037919_T13TDE_N05.10', 'eo:cloud_cover': 36.454591, 's2:datatake_id': 'GS2B_20240609T174909_037919_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240609T231637_S20240609T175226_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-09T23:16:36.498569Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.625851, 's2:mean_solar_zenith': 21.1336466884251, 's2:mean_solar_azimuth': 139.822969781232, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 6.579041, 's2:vegetation_percentage': 25.721213, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 2.599441, 's2:nodata_pixel_percentage': 3.3e-05, 's2:unclassified_percentage': 2.115598, 's2:not_vegetated_percentage': 24.765514, 's2:degraded_msi_data_percentage': 0.0134, 's2:high_proba_clouds_percentage': 26.030231, 's2:reflectance_conversion_factor': 0.971177730073193, 's2:dark_features_percentage': 1.138749}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240609T174909_R141_T13TDE_20240609T231636', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240609T174909_R141_T13TDE_20240609T231636', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R10m/T13TDE_20240609T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R10m/T13TDE_20240609T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/DATASTRIP/DS_MSFT_20240609T231637_S20240609T175226/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R10m/T13TDE_20240609T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R20m/T13TDE_20240609T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R10m/T13TDE_20240609T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R10m/T13TDE_20240609T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R10m/T13TDE_20240609T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R20m/T13TDE_20240609T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R20m/T13TDE_20240609T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R60m/T13TDE_20240609T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240609T174909_R141_T13TDE_20240609T231636&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R60m/T13TDE_20240609T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240609T174909_R141_T13TDE_20240609T231636&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R20m/T13TDE_20240609T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R20m/T13TDE_20240609T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R20m/T13TDE_20240609T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/QI_DATA/T13TDE_20240609T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R10m/T13TDE_20240609T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/09/S2B_MSIL2A_20240609T174909_N0510_R141_T13TDE_20240609T231636.SAFE/GRANULE/L2A_T13TDE_A037919_20240609T175226/IMG_DATA/R20m/T13TDE_20240609T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240606T173909_R098_T13TDE_20240606T231827', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.368898, 39.6593644], [-105.3358445, 39.7710775], [-105.2913527, 39.9183001], [-105.2486594, 40.0660528], [-105.2042329, 40.2132817], [-105.1596803, 40.3604153], [-105.115048, 40.5075221], [-105.071671, 40.6499337], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.368898, 39.6593644]]]}, 'bbox': (-105.368898, 39.6593644, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-06T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.004098, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240606T231829_A037876_T13TDE_N05.10', 'eo:cloud_cover': 0.011402, 's2:datatake_id': 'GS2B_20240606T173909_037876_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240606T231829_S20240606T174223_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-06T23:18:27.971474Z', 'sat:relative_orbit': 98, 's2:water_percentage': 3.048574, 's2:mean_solar_zenith': 22.5582888715204, 's2:mean_solar_azimuth': 135.394346561978, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000297, 's2:vegetation_percentage': 38.229129, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.000802, 's2:nodata_pixel_percentage': 74.335229, 's2:unclassified_percentage': 0.373116, 's2:not_vegetated_percentage': 58.285666, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 0.007304, 's2:reflectance_conversion_factor': 0.97200082757173, 's2:dark_features_percentage': 0.051012}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240606T173909_R098_T13TDE_20240606T231827', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240606T173909_R098_T13TDE_20240606T231827', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R20m/T13TDE_20240606T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R20m/T13TDE_20240606T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/DATASTRIP/DS_MSFT_20240606T231829_S20240606T174223/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R60m/T13TDE_20240606T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R10m/T13TDE_20240606T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R10m/T13TDE_20240606T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R10m/T13TDE_20240606T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R10m/T13TDE_20240606T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R20m/T13TDE_20240606T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240606T173909_R098_T13TDE_20240606T231827&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R20m/T13TDE_20240606T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R10m/T13TDE_20240606T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R10m/T13TDE_20240606T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R20m/T13TDE_20240606T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R60m/T13TDE_20240606T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R20m/T13TDE_20240606T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240606T173909_R098_T13TDE_20240606T231827&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R10m/T13TDE_20240606T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/IMG_DATA/R20m/T13TDE_20240606T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/06/S2B_MSIL2A_20240606T173909_N0510_R098_T13TDE_20240606T231827.SAFE/GRANULE/L2A_T13TDE_A037876_20240606T174223/QI_DATA/T13TDE_20240606T173909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240604T174911_R141_T13TDE_20240605T022145', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-04T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 20.16474, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240605T022146_A046756_T13TDE_N05.10', 'eo:cloud_cover': 69.273108, 's2:datatake_id': 'GS2A_20240604T174911_046756_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240605T022146_S20240604T175439_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-05T02:21:45.332632Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.280633, 's2:mean_solar_zenith': 21.4084276471775, 's2:mean_solar_azimuth': 141.029998352685, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 2.233705, 's2:vegetation_percentage': 5.829758, 's2:thin_cirrus_percentage': 0.04069, 's2:cloud_shadow_percentage': 1.031808, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 4.235182, 's2:not_vegetated_percentage': 17.019834, 's2:degraded_msi_data_percentage': 0.6477, 's2:high_proba_clouds_percentage': 49.067676, 's2:reflectance_conversion_factor': 0.972587533604178, 's2:dark_features_percentage': 0.095972}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240604T174911_R141_T13TDE_20240605T022145', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240604T174911_R141_T13TDE_20240605T022145', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R60m/T13TDE_20240604T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R10m/T13TDE_20240604T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R60m/T13TDE_20240604T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/QI_DATA/T13TDE_20240604T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R10m/T13TDE_20240604T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R20m/T13TDE_20240604T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R20m/T13TDE_20240604T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R10m/T13TDE_20240604T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240604T174911_R141_T13TDE_20240605T022145&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/DATASTRIP/DS_MSFT_20240605T022146_S20240604T175439/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R10m/T13TDE_20240604T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240604T174911_R141_T13TDE_20240605T022145&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R20m/T13TDE_20240604T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R10m/T13TDE_20240604T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R10m/T13TDE_20240604T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R20m/T13TDE_20240604T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R10m/T13TDE_20240604T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R20m/T13TDE_20240604T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R20m/T13TDE_20240604T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/04/S2A_MSIL2A_20240604T174911_N0510_R141_T13TDE_20240605T022145.SAFE/GRANULE/L2A_T13TDE_A046756_20240604T175439/IMG_DATA/R20m/T13TDE_20240604T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240601T173911_R098_T13TDE_20240602T011352', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3686677, 39.6593655], [-105.3537369, 39.7105144], [-105.3095187, 39.8578349], [-105.2666207, 40.0055687], [-105.2222461, 40.1528783], [-105.1775695, 40.3000419], [-105.1329828, 40.4472176], [-105.0883397, 40.5943311], [-105.071238, 40.6499357], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3686677, 39.6593655]]]}, 'bbox': (-105.3686677, 39.6593655, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-06-01T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 1.767675, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240602T011353_A046713_T13TDE_N05.10', 'eo:cloud_cover': 4.230516, 's2:datatake_id': 'GS2A_20240601T173911_046713_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240602T011353_S20240601T174959_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-06-02T01:13:52.283377Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.737834, 's2:mean_solar_zenith': 22.9015892902032, 's2:mean_solar_azimuth': 136.670570819292, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000268, 's2:vegetation_percentage': 38.038999, 's2:thin_cirrus_percentage': 0.148753, 's2:cloud_shadow_percentage': 1.582143, 's2:nodata_pixel_percentage': 74.001986, 's2:unclassified_percentage': 0.630374, 's2:not_vegetated_percentage': 52.718365, 's2:degraded_msi_data_percentage': 0.0427, 's2:high_proba_clouds_percentage': 2.314088, 's2:reflectance_conversion_factor': 0.973533269956102, 's2:dark_features_percentage': 0.0615}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240601T173911_R098_T13TDE_20240602T011352', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240601T173911_R098_T13TDE_20240602T011352', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240601T173911_R098_T13TDE_20240602T011352&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R60m/T13TDE_20240601T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R10m/T13TDE_20240601T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/DATASTRIP/DS_MSFT_20240602T011353_S20240601T174959/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R10m/T13TDE_20240601T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R60m/T13TDE_20240601T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/QI_DATA/T13TDE_20240601T173911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R10m/T13TDE_20240601T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R20m/T13TDE_20240601T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R10m/T13TDE_20240601T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R20m/T13TDE_20240601T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R20m/T13TDE_20240601T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R10m/T13TDE_20240601T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R20m/T13TDE_20240601T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R20m/T13TDE_20240601T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R20m/T13TDE_20240601T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R10m/T13TDE_20240601T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240601T173911_R098_T13TDE_20240602T011352&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R10m/T13TDE_20240601T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/06/01/S2A_MSIL2A_20240601T173911_N0510_R098_T13TDE_20240602T011352.SAFE/GRANULE/L2A_T13TDE_A046713_20240601T174959/IMG_DATA/R20m/T13TDE_20240601T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240530T174909_R141_T13TDE_20240531T000206', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1798743, 40.4533655], [-106.1584285, 40.4494745], [-106.1582692, 40.449963], [-106.1578448, 40.4498861], [-106.1576077, 40.450614], [-106.1575958, 40.4506119], [-106.1573654, 40.4513178], [-106.1571429, 40.4512776], [-106.1567541, 40.4524702], [-105.9131494, 40.4066727], [-105.8683749, 40.3982419], [-105.8696327, 40.3944438], [-105.613885, 40.3441045], [-105.6135536, 40.3450835], [-105.6133298, 40.3450395], [-105.6125006, 40.3474932], [-105.5818083, 40.341112], [-105.3247347, 40.287493], [-105.3251766, 40.2862001], [-105.3250947, 40.2861825], [-105.3251048, 40.2861528], [-105.3249824, 40.2861264], [-105.3251197, 40.2857247], [-105.324936, 40.2856851], [-105.3254479, 40.2841874], [-105.0678627, 40.2290038], [-105.0678443, 40.2290576], [-105.0676816, 40.2290227], [-105.0668564, 40.2314274], [-104.963405, 40.2078531], [-104.9106305, 40.1957965], [-104.8853317, 40.1899883], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1798743, 40.4533655]]]}, 'bbox': (-106.1798743, 39.6557526, -104.8853317, 40.4533655), 'properties': {'datetime': '2024-05-30T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 1.388331, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240531T000207_A037776_T13TDE_N05.10', 'eo:cloud_cover': 3.327963, 's2:datatake_id': 'GS2B_20240530T174909_037776_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240531T000207_S20240530T180249_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-31T00:02:06.921951Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.941905, 's2:mean_solar_zenith': 21.86155308336, 's2:mean_solar_azimuth': 142.301151990118, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 17.931151, 's2:vegetation_percentage': 31.917599, 's2:thin_cirrus_percentage': 0.003153, 's2:cloud_shadow_percentage': 0.951584, 's2:nodata_pixel_percentage': 32.539642, 's2:unclassified_percentage': 1.204606, 's2:not_vegetated_percentage': 43.028533, 's2:degraded_msi_data_percentage': 0.0096, 's2:high_proba_clouds_percentage': 1.936479, 's2:reflectance_conversion_factor': 0.974199318913975, 's2:dark_features_percentage': 0.696654}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240530T174909_R141_T13TDE_20240531T000206', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240530T174909_R141_T13TDE_20240531T000206', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R10m/T13TDE_20240530T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R20m/T13TDE_20240530T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R20m/T13TDE_20240530T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R10m/T13TDE_20240530T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R10m/T13TDE_20240530T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R60m/T13TDE_20240530T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240530T174909_R141_T13TDE_20240531T000206&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R10m/T13TDE_20240530T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R20m/T13TDE_20240530T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R20m/T13TDE_20240530T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240530T174909_R141_T13TDE_20240531T000206&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R10m/T13TDE_20240530T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R10m/T13TDE_20240530T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R10m/T13TDE_20240530T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R60m/T13TDE_20240530T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R20m/T13TDE_20240530T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R20m/T13TDE_20240530T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/DATASTRIP/DS_MSFT_20240531T000207_S20240530T180249/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/IMG_DATA/R20m/T13TDE_20240530T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/QI_DATA/T13TDE_20240530T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T180249/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240531T000206.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240530T174909_R141_T13TDE_20240530T231838', 'geometry': {'type': 'Polygon', 'coordinates': [[[-104.8856353, 40.0093621], [-105.1101738, 40.061028], [-105.1101803, 40.0610093], [-105.1112442, 40.0612551], [-105.1119101, 40.0593167], [-105.3998593, 40.1213184], [-105.39939, 40.1227018], [-105.3995197, 40.1227289], [-105.3993844, 40.1231292], [-105.3994171, 40.1231361], [-105.3992254, 40.1237025], [-105.3996787, 40.1237978], [-105.3996573, 40.1238611], [-105.6542428, 40.1774355], [-105.6550476, 40.1750268], [-105.9406205, 40.2316976], [-105.9403219, 40.232599], [-105.9403664, 40.2326074], [-105.9400321, 40.2336167], [-105.9403446, 40.2336754], [-105.9402947, 40.233826], [-105.9403282, 40.2338323], [-105.9402713, 40.2340042], [-106.1768607, 40.278454], [-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8856353, 40.0093621]]]}, 'bbox': (-106.1831726, 40.0093621, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-05-30T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.924172, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240530T231839_A037776_T13TDE_N05.10', 'eo:cloud_cover': 1.114962, 's2:datatake_id': 'GS2B_20240530T174909_037776_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240530T231839_S20240530T175011_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'ascending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-30T23:18:38.249942Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.16377, 's2:mean_solar_zenith': 21.8615530833597, 's2:mean_solar_azimuth': 142.301151990118, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 17.10092, 's2:vegetation_percentage': 30.866709, 's2:thin_cirrus_percentage': 0.00633, 's2:cloud_shadow_percentage': 0.229109, 's2:nodata_pixel_percentage': 49.261233, 's2:unclassified_percentage': 0.884179, 's2:not_vegetated_percentage': 48.433807, 's2:degraded_msi_data_percentage': 0.0007, 's2:high_proba_clouds_percentage': 0.18446, 's2:reflectance_conversion_factor': 0.974199318913975, 's2:dark_features_percentage': 0.206543}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240530T174909_R141_T13TDE_20240530T231838', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240530T174909_R141_T13TDE_20240530T231838', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R10m/T13TDE_20240530T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R10m/T13TDE_20240530T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R10m/T13TDE_20240530T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R10m/T13TDE_20240530T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/QI_DATA/T13TDE_20240530T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R60m/T13TDE_20240530T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R10m/T13TDE_20240530T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R10m/T13TDE_20240530T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R60m/T13TDE_20240530T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R20m/T13TDE_20240530T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R20m/T13TDE_20240530T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R20m/T13TDE_20240530T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R10m/T13TDE_20240530T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R20m/T13TDE_20240530T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/DATASTRIP/DS_MSFT_20240530T231839_S20240530T175011/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R20m/T13TDE_20240530T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240530T174909_R141_T13TDE_20240530T231838&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R20m/T13TDE_20240530T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/30/S2B_MSIL2A_20240530T174909_N0510_R141_T13TDE_20240530T231838.SAFE/GRANULE/L2A_T13TDE_A037776_20240530T175011/IMG_DATA/R20m/T13TDE_20240530T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240530T174909_R141_T13TDE_20240530T231838&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240527T173859_R098_T13TDE_20240527T235203', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3603315, 39.6594033], [-105.3478083, 39.7022067], [-105.3038593, 39.8495919], [-105.2607649, 39.9972902], [-105.2163669, 40.144611], [-105.1716996, 40.2918843], [-105.1269768, 40.4391312], [-105.0822889, 40.5863076], [-105.0627416, 40.649975], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3603315, 39.6594033]]]}, 'bbox': (-105.3603315, 39.6594033, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-05-27T17:38:59.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.20004, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240527T235204_A037733_T13TDE_N05.10', 'eo:cloud_cover': 0.450801, 's2:datatake_id': 'GS2B_20240527T173859_037733_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240527T235204_S20240527T174720_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-27T23:52:03.892918Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.63162, 's2:mean_solar_zenith': 23.4200415092432, 's2:mean_solar_azimuth': 138.015729438546, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000505, 's2:vegetation_percentage': 40.901366, 's2:thin_cirrus_percentage': 0.00073, 's2:cloud_shadow_percentage': 0.231216, 's2:nodata_pixel_percentage': 75.011754, 's2:unclassified_percentage': 0.718849, 's2:not_vegetated_percentage': 54.98656, 's2:degraded_msi_data_percentage': 0.0001, 's2:high_proba_clouds_percentage': 0.25003, 's2:reflectance_conversion_factor': 0.975261605689475, 's2:dark_features_percentage': 0.079081}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240527T173859_R098_T13TDE_20240527T235203', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240527T173859_R098_T13TDE_20240527T235203', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R20m/T13TDE_20240527T173859_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R20m/T13TDE_20240527T173859_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R20m/T13TDE_20240527T173859_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240527T173859_R098_T13TDE_20240527T235203&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R20m/T13TDE_20240527T173859_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R60m/T13TDE_20240527T173859_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R10m/T13TDE_20240527T173859_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R10m/T13TDE_20240527T173859_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240527T173859_R098_T13TDE_20240527T235203&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R10m/T13TDE_20240527T173859_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R10m/T13TDE_20240527T173859_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R10m/T13TDE_20240527T173859_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R20m/T13TDE_20240527T173859_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/DATASTRIP/DS_MSFT_20240527T235204_S20240527T174720/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R10m/T13TDE_20240527T173859_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R10m/T13TDE_20240527T173859_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R20m/T13TDE_20240527T173859_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R60m/T13TDE_20240527T173859_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/IMG_DATA/R20m/T13TDE_20240527T173859_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/27/S2B_MSIL2A_20240527T173859_N0510_R098_T13TDE_20240527T235203.SAFE/GRANULE/L2A_T13TDE_A037733_20240527T174720/QI_DATA/T13TDE_20240527T173859_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240525T174911_R141_T13TDE_20240526T022117', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-05-25T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 26.031074, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240526T022117_A046613_T13TDE_N05.10', 'eo:cloud_cover': 55.855191, 's2:datatake_id': 'GS2A_20240525T174911_046613_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240526T022117_S20240525T180216_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-26T02:21:17.27015Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.440111, 's2:mean_solar_zenith': 22.4733506758486, 's2:mean_solar_azimuth': 143.673446843755, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 5.752443, 's2:vegetation_percentage': 12.633558, 's2:thin_cirrus_percentage': 0.126821, 's2:cloud_shadow_percentage': 1.107388, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 3.03358, 's2:not_vegetated_percentage': 20.279545, 's2:degraded_msi_data_percentage': 0.7205, 's2:high_proba_clouds_percentage': 29.697293, 's2:reflectance_conversion_factor': 0.97600258878534, 's2:dark_features_percentage': 0.898185}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240525T174911_R141_T13TDE_20240526T022117', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240525T174911_R141_T13TDE_20240526T022117', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R20m/T13TDE_20240525T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R10m/T13TDE_20240525T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R10m/T13TDE_20240525T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R10m/T13TDE_20240525T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R60m/T13TDE_20240525T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/DATASTRIP/DS_MSFT_20240526T022117_S20240525T180216/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R20m/T13TDE_20240525T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R10m/T13TDE_20240525T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R60m/T13TDE_20240525T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R10m/T13TDE_20240525T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R20m/T13TDE_20240525T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R20m/T13TDE_20240525T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R10m/T13TDE_20240525T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R20m/T13TDE_20240525T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R10m/T13TDE_20240525T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R20m/T13TDE_20240525T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/IMG_DATA/R20m/T13TDE_20240525T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/25/S2A_MSIL2A_20240525T174911_N0510_R141_T13TDE_20240526T022117.SAFE/GRANULE/L2A_T13TDE_A046613_20240525T180216/QI_DATA/T13TDE_20240525T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240525T174911_R141_T13TDE_20240526T022117&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240525T174911_R141_T13TDE_20240526T022117&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2A_MSIL2A_20240522T173901_R098_T13TDE_20240523T021732', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3517237, 39.6594423], [-105.3505887, 39.6633303], [-105.3063317, 39.8106002], [-105.2632775, 39.9582612], [-105.2191514, 40.1056625], [-105.1744722, 40.2529124], [-105.1298973, 40.4001826], [-105.0850428, 40.5473443], [-105.0536337, 40.6500171], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3517237, 39.6594423]]]}, 'bbox': (-105.3517237, 39.6594423, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-05-22T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.193375, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240523T021734_A046570_T13TDE_N05.10', 'eo:cloud_cover': 2.719696, 's2:datatake_id': 'GS2A_20240522T173901_046570_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240523T021734_S20240522T174948_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-23T02:17:32.919550Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.239554, 's2:mean_solar_zenith': 24.0965879167486, 's2:mean_solar_azimuth': 139.442252471935, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000619, 's2:vegetation_percentage': 42.199203, 's2:thin_cirrus_percentage': 2.502953, 's2:cloud_shadow_percentage': 0.000834, 's2:nodata_pixel_percentage': 75.337774, 's2:unclassified_percentage': 0.922574, 's2:not_vegetated_percentage': 51.863867, 's2:degraded_msi_data_percentage': 0.0451, 's2:high_proba_clouds_percentage': 0.023368, 's2:reflectance_conversion_factor': 0.977174442237587, 's2:dark_features_percentage': 0.053651}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240522T173901_R098_T13TDE_20240523T021732', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240522T173901_R098_T13TDE_20240523T021732', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R20m/T13TDE_20240522T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R10m/T13TDE_20240522T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R10m/T13TDE_20240522T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/QI_DATA/T13TDE_20240522T173901_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R20m/T13TDE_20240522T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240522T173901_R098_T13TDE_20240523T021732&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R10m/T13TDE_20240522T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R20m/T13TDE_20240522T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R60m/T13TDE_20240522T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/DATASTRIP/DS_MSFT_20240523T021734_S20240522T174948/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R10m/T13TDE_20240522T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240522T173901_R098_T13TDE_20240523T021732&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R20m/T13TDE_20240522T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R10m/T13TDE_20240522T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R10m/T13TDE_20240522T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R60m/T13TDE_20240522T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R20m/T13TDE_20240522T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R20m/T13TDE_20240522T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R10m/T13TDE_20240522T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/22/S2A_MSIL2A_20240522T173901_N0510_R098_T13TDE_20240523T021732.SAFE/GRANULE/L2A_T13TDE_A046570_20240522T174948/IMG_DATA/R20m/T13TDE_20240522T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240520T174909_R141_T13TDE_20240521T001144', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.1831726, 39.6557526, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-05-20T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 8.319495, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240521T001145_A037633_T13TDE_N05.10', 'eo:cloud_cover': 16.919908, 's2:datatake_id': 'GS2B_20240520T174909_037633_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240521T001145_S20240520T175430_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-21T00:11:44.376709Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.011483, 's2:mean_solar_zenith': 23.2528799705439, 's2:mean_solar_azimuth': 145.045336164343, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 15.233271, 's2:vegetation_percentage': 20.553064, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 5.34464, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.756202, 's2:not_vegetated_percentage': 38.466674, 's2:degraded_msi_data_percentage': 0.0088, 's2:high_proba_clouds_percentage': 8.600413, 's2:reflectance_conversion_factor': 0.977985565539066, 's2:dark_features_percentage': 0.714759}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240520T174909_R141_T13TDE_20240521T001144', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240520T174909_R141_T13TDE_20240521T001144', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240520T174909_R141_T13TDE_20240521T001144&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/QI_DATA/T13TDE_20240520T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R20m/T13TDE_20240520T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R10m/T13TDE_20240520T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R20m/T13TDE_20240520T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R10m/T13TDE_20240520T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R20m/T13TDE_20240520T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R10m/T13TDE_20240520T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R10m/T13TDE_20240520T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R20m/T13TDE_20240520T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R20m/T13TDE_20240520T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R20m/T13TDE_20240520T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R60m/T13TDE_20240520T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R10m/T13TDE_20240520T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R60m/T13TDE_20240520T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R20m/T13TDE_20240520T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240520T174909_R141_T13TDE_20240521T001144&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/DATASTRIP/DS_MSFT_20240521T001145_S20240520T175430/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R10m/T13TDE_20240520T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/20/S2B_MSIL2A_20240520T174909_N0510_R141_T13TDE_20240521T001144.SAFE/GRANULE/L2A_T13TDE_A037633_20240520T175430/IMG_DATA/R10m/T13TDE_20240520T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20240517T173859_R098_T13TDE_20240518T084144', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3550875, 39.659427], [-105.31396, 39.7951054], [-105.2710807, 39.9428009], [-105.2270973, 40.0902321], [-105.1824818, 40.2374393], [-105.1380633, 40.3846427], [-105.0933985, 40.5317347], [-105.0573678, 40.6499998], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3550875, 39.659427]]]}, 'bbox': (-105.3550875, 39.659427, -104.8845569, 40.6507988), 'properties': {'datetime': '2024-05-17T17:38:59.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.203009, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240518T084145_A037590_T13TDE_N05.10', 'eo:cloud_cover': 0.348045, 's2:datatake_id': 'GS2B_20240517T173859_037590_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240518T084145_S20240517T174143_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-18T08:41:44.33678Z', 'sat:relative_orbit': 98, 's2:water_percentage': 3.099143, 's2:mean_solar_zenith': 24.9380596699681, 's2:mean_solar_azimuth': 140.869333317289, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000649, 's2:vegetation_percentage': 40.74294, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.347815, 's2:nodata_pixel_percentage': 75.442594, 's2:unclassified_percentage': 0.449996, 's2:not_vegetated_percentage': 54.92596, 's2:degraded_msi_data_percentage': 0.0002, 's2:high_proba_clouds_percentage': 0.145036, 's2:reflectance_conversion_factor': 0.979259254680851, 's2:dark_features_percentage': 0.085454}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240517T173859_R098_T13TDE_20240518T084144', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240517T173859_R098_T13TDE_20240518T084144', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R10m/T13TDE_20240517T173859_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R10m/T13TDE_20240517T173859_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R20m/T13TDE_20240517T173859_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/QI_DATA/T13TDE_20240517T173859_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240517T173859_R098_T13TDE_20240518T084144&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R10m/T13TDE_20240517T173859_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R20m/T13TDE_20240517T173859_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R20m/T13TDE_20240517T173859_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R20m/T13TDE_20240517T173859_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R60m/T13TDE_20240517T173859_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240517T173859_R098_T13TDE_20240518T084144&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/DATASTRIP/DS_MSFT_20240518T084145_S20240517T174143/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R10m/T13TDE_20240517T173859_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R20m/T13TDE_20240517T173859_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R60m/T13TDE_20240517T173859_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R20m/T13TDE_20240517T173859_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R10m/T13TDE_20240517T173859_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R10m/T13TDE_20240517T173859_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R20m/T13TDE_20240517T173859_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/17/S2B_MSIL2A_20240517T173859_N0510_R098_T13TDE_20240518T084144.SAFE/GRANULE/L2A_T13TDE_A037590_20240517T174143/IMG_DATA/R10m/T13TDE_20240517T173859_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240515T174911_R141_T13TDE_20240516T034237', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-05-15T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 14.443685, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240516T034238_A046470_T13TDE_N05.10', 'eo:cloud_cover': 79.559362, 's2:datatake_id': 'GS2A_20240515T174911_046470_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240516T034238_S20240515T175302_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-16T03:42:37.59232Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.151658, 's2:mean_solar_zenith': 24.1868989421615, 's2:mean_solar_azimuth': 146.418589492574, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 2.638143, 's2:vegetation_percentage': 3.938371, 's2:thin_cirrus_percentage': 0.082817, 's2:cloud_shadow_percentage': 2.244183, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 2.31486, 's2:not_vegetated_percentage': 8.599915, 's2:degraded_msi_data_percentage': 0.2635, 's2:high_proba_clouds_percentage': 65.03287, 's2:reflectance_conversion_factor': 0.980135102634027, 's2:dark_features_percentage': 0.553502}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240515T174911_R141_T13TDE_20240516T034237', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240515T174911_R141_T13TDE_20240516T034237', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R20m/T13TDE_20240515T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R10m/T13TDE_20240515T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R10m/T13TDE_20240515T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R10m/T13TDE_20240515T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R60m/T13TDE_20240515T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R20m/T13TDE_20240515T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R10m/T13TDE_20240515T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R60m/T13TDE_20240515T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R10m/T13TDE_20240515T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R20m/T13TDE_20240515T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240515T174911_R141_T13TDE_20240516T034237&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R10m/T13TDE_20240515T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R20m/T13TDE_20240515T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240515T174911_R141_T13TDE_20240516T034237&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R10m/T13TDE_20240515T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R20m/T13TDE_20240515T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R20m/T13TDE_20240515T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/DATASTRIP/DS_MSFT_20240516T034238_S20240515T175302/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/IMG_DATA/R20m/T13TDE_20240515T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/15/S2A_MSIL2A_20240515T174911_N0510_R141_T13TDE_20240516T034237.SAFE/GRANULE/L2A_T13TDE_A046470_20240515T175302/QI_DATA/T13TDE_20240515T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240512T173911_R098_T13TDE_20240513T020758', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3699531, 39.6593597], [-105.3690514, 39.6624478], [-105.3247821, 39.8097651], [-105.281539, 39.9573608], [-105.2379282, 40.1048473], [-105.193351, 40.2520356], [-105.1489217, 40.3992151], [-105.1042611, 40.5463], [-105.0726817, 40.649929], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3699531, 39.6593597]]]}, 'bbox': (-105.36995313, 39.65935967, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-05-12T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 37.849149, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240513T020759_A046427_T13TDE_N05.10', 'eo:cloud_cover': 65.434152, 's2:datatake_id': 'GS2A_20240512T173911_046427_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240513T020759_S20240512T174554_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-13T02:07:58.898354Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.10379, 's2:mean_solar_zenith': 25.9268025794281, 's2:mean_solar_azimuth': 142.310537355943, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.003877, 's2:vegetation_percentage': 13.196032, 's2:thin_cirrus_percentage': 0.322268, 's2:cloud_shadow_percentage': 5.167572, 's2:nodata_pixel_percentage': 73.900419, 's2:unclassified_percentage': 1.427838, 's2:not_vegetated_percentage': 13.642497, 's2:degraded_msi_data_percentage': 0.3886, 's2:high_proba_clouds_percentage': 27.262735, 's2:reflectance_conversion_factor': 0.981502084757854, 's2:dark_features_percentage': 0.024242}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240512T173911_R098_T13TDE_20240513T020758', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240512T173911_R098_T13TDE_20240513T020758', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R10m/T13TDE_20240512T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R20m/T13TDE_20240512T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R20m/T13TDE_20240512T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R10m/T13TDE_20240512T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R20m/T13TDE_20240512T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/QI_DATA/T13TDE_20240512T173911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R10m/T13TDE_20240512T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R10m/T13TDE_20240512T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240512T173911_R098_T13TDE_20240513T020758&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R10m/T13TDE_20240512T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R20m/T13TDE_20240512T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/DATASTRIP/DS_MSFT_20240513T020759_S20240512T174554/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R20m/T13TDE_20240512T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R10m/T13TDE_20240512T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R10m/T13TDE_20240512T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R20m/T13TDE_20240512T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R20m/T13TDE_20240512T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R60m/T13TDE_20240512T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240512T173911_R098_T13TDE_20240513T020758&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/12/S2A_MSIL2A_20240512T173911_N0510_R098_T13TDE_20240513T020758.SAFE/GRANULE/L2A_T13TDE_A046427_20240512T174554/IMG_DATA/R60m/T13TDE_20240512T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240510T174909_R141_T13TDE_20240510T231711', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-05-10T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 9.21843, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240510T231712_A037490_T13TDE_N05.10', 'eo:cloud_cover': 82.708144, 's2:datatake_id': 'GS2B_20240510T174909_037490_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240510T231712_S20240510T175043_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-10T23:17:11.266445Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.473243, 's2:mean_solar_zenith': 25.2869744716229, 's2:mean_solar_azimuth': 147.672379131362, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 8.84143, 's2:vegetation_percentage': 0.857791, 's2:thin_cirrus_percentage': 0.000176, 's2:cloud_shadow_percentage': 2.036417, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.57672, 's2:not_vegetated_percentage': 4.503714, 's2:degraded_msi_data_percentage': 0.1095, 's2:high_proba_clouds_percentage': 73.489535, 's2:reflectance_conversion_factor': 0.982436884018936, 's2:dark_features_percentage': 0.002538}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240510T174909_R141_T13TDE_20240510T231711', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240510T174909_R141_T13TDE_20240510T231711', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R20m/T13TDE_20240510T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R20m/T13TDE_20240510T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R10m/T13TDE_20240510T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240510T174909_R141_T13TDE_20240510T231711&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R20m/T13TDE_20240510T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R10m/T13TDE_20240510T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R20m/T13TDE_20240510T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240510T174909_R141_T13TDE_20240510T231711&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R60m/T13TDE_20240510T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R20m/T13TDE_20240510T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/QI_DATA/T13TDE_20240510T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R10m/T13TDE_20240510T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R10m/T13TDE_20240510T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R60m/T13TDE_20240510T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R10m/T13TDE_20240510T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/DATASTRIP/DS_MSFT_20240510T231712_S20240510T175043/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R10m/T13TDE_20240510T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R10m/T13TDE_20240510T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R20m/T13TDE_20240510T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/10/S2B_MSIL2A_20240510T174909_N0510_R141_T13TDE_20240510T231711.SAFE/GRANULE/L2A_T13TDE_A037490_20240510T175043/IMG_DATA/R20m/T13TDE_20240510T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240507T173909_R098_T13TDE_20240507T232228', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3680633, 39.6593682], [-105.3630163, 39.6769876], [-105.3188373, 39.8241848], [-105.2759289, 39.971709], [-105.2321587, 40.1190122], [-105.1877687, 40.2661665], [-105.1431521, 40.41328], [-105.0986103, 40.5604622], [-105.0712025, 40.6499359], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3680633, 39.6593682]]]}, 'bbox': (-105.36806333, 39.65936823, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-05-07T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 32.749465, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240507T232229_A037447_T13TDE_N05.10', 'eo:cloud_cover': 40.07189, 's2:datatake_id': 'GS2B_20240507T173909_037447_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240507T232229_S20240507T174341_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-07T23:22:28.703306Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.22428, 's2:mean_solar_zenith': 27.0828981379793, 's2:mean_solar_azimuth': 143.624590428489, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.000117, 's2:vegetation_percentage': 21.066113, 's2:thin_cirrus_percentage': 0.134067, 's2:cloud_shadow_percentage': 1.357801, 's2:nodata_pixel_percentage': 74.371433, 's2:unclassified_percentage': 0.514145, 's2:not_vegetated_percentage': 34.744412, 's2:degraded_msi_data_percentage': 0.0003, 's2:high_proba_clouds_percentage': 7.188357, 's2:reflectance_conversion_factor': 0.983888002330381, 's2:dark_features_percentage': 0.021244}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240507T173909_R098_T13TDE_20240507T232228', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240507T173909_R098_T13TDE_20240507T232228', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R10m/T13TDE_20240507T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R20m/T13TDE_20240507T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/DATASTRIP/DS_MSFT_20240507T232229_S20240507T174341/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R60m/T13TDE_20240507T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R60m/T13TDE_20240507T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/QI_DATA/T13TDE_20240507T173909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R20m/T13TDE_20240507T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240507T173909_R098_T13TDE_20240507T232228&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R10m/T13TDE_20240507T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R10m/T13TDE_20240507T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R10m/T13TDE_20240507T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R10m/T13TDE_20240507T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R10m/T13TDE_20240507T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R20m/T13TDE_20240507T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R20m/T13TDE_20240507T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R10m/T13TDE_20240507T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R20m/T13TDE_20240507T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240507T173909_R098_T13TDE_20240507T232228&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R20m/T13TDE_20240507T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/07/S2B_MSIL2A_20240507T173909_N0510_R098_T13TDE_20240507T232228.SAFE/GRANULE/L2A_T13TDE_A037447_20240507T174341/IMG_DATA/R20m/T13TDE_20240507T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240505T174911_R141_T13TDE_20240506T024021', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-05-05T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 22.097598, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240506T024022_A046327_T13TDE_N05.10', 'eo:cloud_cover': 58.388209, 's2:datatake_id': 'GS2A_20240505T174911_046327_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240506T024022_S20240505T175610_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-06T02:40:21.370928Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.141851, 's2:mean_solar_zenith': 26.5276079055704, 's2:mean_solar_azimuth': 148.862507676717, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 17.118563, 's2:vegetation_percentage': 2.255905, 's2:thin_cirrus_percentage': 0.004708, 's2:cloud_shadow_percentage': 0.683143, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 2.959599, 's2:not_vegetated_percentage': 18.024798, 's2:degraded_msi_data_percentage': 0.0175, 's2:high_proba_clouds_percentage': 36.285898, 's2:reflectance_conversion_factor': 0.984875327710679, 's2:dark_features_percentage': 0.427938}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240505T174911_R141_T13TDE_20240506T024021', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240505T174911_R141_T13TDE_20240506T024021', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R10m/T13TDE_20240505T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R20m/T13TDE_20240505T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R10m/T13TDE_20240505T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R10m/T13TDE_20240505T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R10m/T13TDE_20240505T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R20m/T13TDE_20240505T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R20m/T13TDE_20240505T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R20m/T13TDE_20240505T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R60m/T13TDE_20240505T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R60m/T13TDE_20240505T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R20m/T13TDE_20240505T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R10m/T13TDE_20240505T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/DATASTRIP/DS_MSFT_20240506T024022_S20240505T175610/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/QI_DATA/T13TDE_20240505T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240505T174911_R141_T13TDE_20240506T024021&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R10m/T13TDE_20240505T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240505T174911_R141_T13TDE_20240506T024021&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R10m/T13TDE_20240505T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R20m/T13TDE_20240505T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/05/S2A_MSIL2A_20240505T174911_N0510_R141_T13TDE_20240506T024021.SAFE/GRANULE/L2A_T13TDE_A046327_20240505T175610/IMG_DATA/R20m/T13TDE_20240505T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240502T173911_R098_T13TDE_20240503T014649', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3706997, 39.6593563], [-105.3507804, 39.7273729], [-105.3063384, 39.8743758], [-105.2638977, 40.0220428], [-105.219563, 40.169269], [-105.1748153, 40.3165375], [-105.130027, 40.4638735], [-105.0851822, 40.6112288], [-105.073244, 40.6499264], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3706997, 39.6593563]]]}, 'bbox': (-105.37069968, 39.65935629, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-05-02T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.667642, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240503T014650_A046284_T13TDE_N05.10', 'eo:cloud_cover': 1.66885, 's2:datatake_id': 'GS2A_20240502T173911_046284_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240503T014650_S20240502T175028_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-05-03T01:46:49.847305Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.687219, 's2:mean_solar_zenith': 28.3744399814682, 's2:mean_solar_azimuth': 144.877727052486, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 5.1e-05, 's2:vegetation_percentage': 28.373197, 's2:thin_cirrus_percentage': 0.659804, 's2:cloud_shadow_percentage': 0.846518, 's2:nodata_pixel_percentage': 73.839611, 's2:unclassified_percentage': 0.682683, 's2:not_vegetated_percentage': 65.664333, 's2:degraded_msi_data_percentage': 0.0428, 's2:high_proba_clouds_percentage': 0.341405, 's2:reflectance_conversion_factor': 0.986400695908876, 's2:dark_features_percentage': 0.077149}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240502T173911_R098_T13TDE_20240503T014649', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240502T173911_R098_T13TDE_20240503T014649', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240502T173911_R098_T13TDE_20240503T014649&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R10m/T13TDE_20240502T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R10m/T13TDE_20240502T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R20m/T13TDE_20240502T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R20m/T13TDE_20240502T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R10m/T13TDE_20240502T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R10m/T13TDE_20240502T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R10m/T13TDE_20240502T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R20m/T13TDE_20240502T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R60m/T13TDE_20240502T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R20m/T13TDE_20240502T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R20m/T13TDE_20240502T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R60m/T13TDE_20240502T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/DATASTRIP/DS_MSFT_20240503T014650_S20240502T175028/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/QI_DATA/T13TDE_20240502T173911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R20m/T13TDE_20240502T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R20m/T13TDE_20240502T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R10m/T13TDE_20240502T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240502T173911_R098_T13TDE_20240503T014649&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/05/02/S2A_MSIL2A_20240502T173911_N0510_R098_T13TDE_20240503T014649.SAFE/GRANULE/L2A_T13TDE_A046284_20240502T175028/IMG_DATA/R10m/T13TDE_20240502T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240430T174909_R141_T13TDE_20240430T231620', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-30T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 11.857237, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240430T231621_A037347_T13TDE_N05.10', 'eo:cloud_cover': 31.795466, 's2:datatake_id': 'GS2B_20240430T174909_037347_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240430T231621_S20240430T175332_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-30T23:16:20.39214Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.867837, 's2:mean_solar_zenith': 27.9133091146994, 's2:mean_solar_azimuth': 149.897661724318, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 16.023643, 's2:vegetation_percentage': 12.4917, 's2:thin_cirrus_percentage': 0.017731, 's2:cloud_shadow_percentage': 0.544099, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.340848, 's2:not_vegetated_percentage': 36.287591, 's2:degraded_msi_data_percentage': 0.1928, 's2:high_proba_clouds_percentage': 19.920498, 's2:reflectance_conversion_factor': 0.987433827706715, 's2:dark_features_percentage': 0.648817}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240430T174909_R141_T13TDE_20240430T231620', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240430T174909_R141_T13TDE_20240430T231620', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/DATASTRIP/DS_MSFT_20240430T231621_S20240430T175332/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/QI_DATA/T13TDE_20240430T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R10m/T13TDE_20240430T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R10m/T13TDE_20240430T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R20m/T13TDE_20240430T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R10m/T13TDE_20240430T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R20m/T13TDE_20240430T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R20m/T13TDE_20240430T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240430T174909_R141_T13TDE_20240430T231620&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240430T174909_R141_T13TDE_20240430T231620&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R10m/T13TDE_20240430T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R20m/T13TDE_20240430T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R20m/T13TDE_20240430T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R20m/T13TDE_20240430T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R20m/T13TDE_20240430T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R10m/T13TDE_20240430T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R10m/T13TDE_20240430T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R60m/T13TDE_20240430T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R60m/T13TDE_20240430T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/30/S2B_MSIL2A_20240430T174909_N0510_R141_T13TDE_20240430T231620.SAFE/GRANULE/L2A_T13TDE_A037347_20240430T175332/IMG_DATA/R10m/T13TDE_20240430T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240427T173859_R098_T13TDE_20240427T224319', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3652547, 39.659381], [-105.3532289, 39.7007277], [-105.3091136, 39.848027], [-105.2663096, 39.995746], [-105.2219007, 40.1430282], [-105.1772032, 40.2902363], [-105.1325012, 40.4374391], [-105.0879367, 40.5846074], [-105.0679081, 40.6499511], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3652547, 39.659381]]]}, 'bbox': (-105.36525469, 39.65938096, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-27T17:38:59.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 99.894857, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240427T224321_A037304_T13TDE_N05.10', 'eo:cloud_cover': 99.894869, 's2:datatake_id': 'GS2B_20240427T173859_037304_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240427T224321_S20240427T174336_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-27T22:43:19.998539Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.000444, 's2:mean_solar_zenith': 29.8092086346921, 's2:mean_solar_azimuth': 145.977897408857, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.007112, 's2:vegetation_percentage': 0.0, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 0.097575, 's2:nodata_pixel_percentage': 74.620205, 's2:unclassified_percentage': 0.0, 's2:not_vegetated_percentage': 0.0, 's2:degraded_msi_data_percentage': 0.0, 's2:high_proba_clouds_percentage': 1.3e-05, 's2:reflectance_conversion_factor': 0.989022993285574, 's2:dark_features_percentage': 0.0}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240427T173859_R098_T13TDE_20240427T224319', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240427T173859_R098_T13TDE_20240427T224319', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240427T173859_R098_T13TDE_20240427T224319&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R20m/T13TDE_20240427T173859_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R20m/T13TDE_20240427T173859_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R60m/T13TDE_20240427T173859_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/DATASTRIP/DS_MSFT_20240427T224321_S20240427T174336/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R20m/T13TDE_20240427T173859_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R10m/T13TDE_20240427T173859_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R10m/T13TDE_20240427T173859_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R60m/T13TDE_20240427T173859_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R10m/T13TDE_20240427T173859_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R10m/T13TDE_20240427T173859_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R10m/T13TDE_20240427T173859_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R10m/T13TDE_20240427T173859_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R20m/T13TDE_20240427T173859_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R20m/T13TDE_20240427T173859_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240427T173859_R098_T13TDE_20240427T224319&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R20m/T13TDE_20240427T173859_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R10m/T13TDE_20240427T173859_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/IMG_DATA/R20m/T13TDE_20240427T173859_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/27/S2B_MSIL2A_20240427T173859_N0510_R098_T13TDE_20240427T224319.SAFE/GRANULE/L2A_T13TDE_A037304_20240427T174336/QI_DATA/T13TDE_20240427T173859_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240425T174911_R141_T13TDE_20240426T014610', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-25T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 13.195045, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240426T014610_A046184_T13TDE_N05.10', 'eo:cloud_cover': 33.865103, 's2:datatake_id': 'GS2A_20240425T174911_046184_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240426T014610_S20240425T175809_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-26T01:46:10.214359Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.177498, 's2:mean_solar_zenith': 29.415806451229, 's2:mean_solar_azimuth': 150.85141672032, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 20.378141, 's2:vegetation_percentage': 7.063334, 's2:thin_cirrus_percentage': 0.002727, 's2:cloud_shadow_percentage': 6.194983, 's2:nodata_pixel_percentage': 3e-06, 's2:unclassified_percentage': 1.199415, 's2:not_vegetated_percentage': 29.732114, 's2:degraded_msi_data_percentage': 0.1837, 's2:high_proba_clouds_percentage': 20.667331, 's2:reflectance_conversion_factor': 0.990094656737765, 's2:dark_features_percentage': 0.389408}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240425T174911_R141_T13TDE_20240426T014610', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240425T174911_R141_T13TDE_20240426T014610', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R10m/T13TDE_20240425T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R20m/T13TDE_20240425T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R10m/T13TDE_20240425T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R10m/T13TDE_20240425T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240425T174911_R141_T13TDE_20240426T014610&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R10m/T13TDE_20240425T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/DATASTRIP/DS_MSFT_20240426T014610_S20240425T175809/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/QI_DATA/T13TDE_20240425T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R60m/T13TDE_20240425T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R60m/T13TDE_20240425T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240425T174911_R141_T13TDE_20240426T014610&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R20m/T13TDE_20240425T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R20m/T13TDE_20240425T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R10m/T13TDE_20240425T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R10m/T13TDE_20240425T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R20m/T13TDE_20240425T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R10m/T13TDE_20240425T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R20m/T13TDE_20240425T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R20m/T13TDE_20240425T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/25/S2A_MSIL2A_20240425T174911_N0510_R141_T13TDE_20240426T014610.SAFE/GRANULE/L2A_T13TDE_A046184_20240425T175809/IMG_DATA/R20m/T13TDE_20240425T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240422T173911_R098_T13TDE_20240423T021036', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3752684, 39.6593356], [-105.3557523, 39.7258449], [-105.311356, 39.8729494], [-105.268893, 40.0205633], [-105.2246447, 40.1676928], [-105.180144, 40.3147768], [-105.1354718, 40.4618543], [-105.091051, 40.6091165], [-105.0784858, 40.6499022], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3752684, 39.6593356]]]}, 'bbox': (-105.37526839, 39.65933559, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-22T17:39:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 11.875051, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240423T021037_A046141_T13TDE_N05.10', 'eo:cloud_cover': 81.178933, 's2:datatake_id': 'GS2A_20240422T173911_046141_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240423T021037_S20240422T174753_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-23T02:10:36.661305Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.333144, 's2:mean_solar_zenith': 31.3499000632775, 's2:mean_solar_azimuth': 147.022486789901, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 1.513745, 's2:thin_cirrus_percentage': 0.811259, 's2:cloud_shadow_percentage': 5.212438, 's2:nodata_pixel_percentage': 73.465753, 's2:unclassified_percentage': 1.169386, 's2:not_vegetated_percentage': 10.577612, 's2:degraded_msi_data_percentage': 0.1066, 's2:high_proba_clouds_percentage': 68.492621, 's2:reflectance_conversion_factor': 0.991736406172245, 's2:dark_features_percentage': 0.014742}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240422T173911_R098_T13TDE_20240423T021036', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240422T173911_R098_T13TDE_20240423T021036', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R10m/T13TDE_20240422T173911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R20m/T13TDE_20240422T173911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R60m/T13TDE_20240422T173911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R10m/T13TDE_20240422T173911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R20m/T13TDE_20240422T173911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R10m/T13TDE_20240422T173911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R10m/T13TDE_20240422T173911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/DATASTRIP/DS_MSFT_20240423T021037_S20240422T174753/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R20m/T13TDE_20240422T173911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R20m/T13TDE_20240422T173911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R20m/T13TDE_20240422T173911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R10m/T13TDE_20240422T173911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240422T173911_R098_T13TDE_20240423T021036&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R10m/T13TDE_20240422T173911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R20m/T13TDE_20240422T173911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R10m/T13TDE_20240422T173911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R60m/T13TDE_20240422T173911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/IMG_DATA/R20m/T13TDE_20240422T173911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/22/S2A_MSIL2A_20240422T173911_N0510_R098_T13TDE_20240423T021036.SAFE/GRANULE/L2A_T13TDE_A046141_20240422T174753/QI_DATA/T13TDE_20240422T173911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240422T173911_R098_T13TDE_20240423T021036&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240420T174909_R141_T13TDE_20240420T231053', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-20T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 28.5532, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240420T231055_A037204_T13TDE_N05.10', 'eo:cloud_cover': 95.406187, 's2:datatake_id': 'GS2B_20240420T174909_037204_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240420T231055_S20240420T175329_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-20T23:10:53.871371Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.048152, 's2:mean_solar_zenith': 31.0350946207597, 's2:mean_solar_azimuth': 151.665123064488, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.377749, 's2:vegetation_percentage': 0.0, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 4.094319, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.003414, 's2:not_vegetated_percentage': 0.069827, 's2:degraded_msi_data_percentage': 0.0757, 's2:high_proba_clouds_percentage': 66.852981, 's2:reflectance_conversion_factor': 0.992839248825627, 's2:dark_features_percentage': 0.000355}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240420T174909_R141_T13TDE_20240420T231053', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240420T174909_R141_T13TDE_20240420T231053', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R60m/T13TDE_20240420T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R20m/T13TDE_20240420T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R20m/T13TDE_20240420T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R10m/T13TDE_20240420T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/DATASTRIP/DS_MSFT_20240420T231055_S20240420T175329/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R20m/T13TDE_20240420T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240420T174909_R141_T13TDE_20240420T231053&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R10m/T13TDE_20240420T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R10m/T13TDE_20240420T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240420T174909_R141_T13TDE_20240420T231053&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R10m/T13TDE_20240420T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R10m/T13TDE_20240420T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R20m/T13TDE_20240420T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R10m/T13TDE_20240420T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R60m/T13TDE_20240420T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R10m/T13TDE_20240420T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R20m/T13TDE_20240420T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R20m/T13TDE_20240420T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/QI_DATA/T13TDE_20240420T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/20/S2B_MSIL2A_20240420T174909_N0510_R141_T13TDE_20240420T231053.SAFE/GRANULE/L2A_T13TDE_A037204_20240420T175329/IMG_DATA/R20m/T13TDE_20240420T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240417T173909_R098_T13TDE_20240417T231826', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3762206, 39.6593313], [-105.3430573, 39.7709354], [-105.299156, 39.9182342], [-105.2561163, 40.0658576], [-105.211745, 40.2131391], [-105.1670557, 40.3603654], [-105.122188, 40.5076075], [-105.0788559, 40.6499005], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3762206, 39.6593313]]]}, 'bbox': (-105.37622061, 39.65933127, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-17T17:39:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 13.568422, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240417T231827_A037161_T13TDE_N05.10', 'eo:cloud_cover': 79.607701, 's2:datatake_id': 'GS2B_20240417T173909_037161_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240417T231827_S20240417T174407_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-17T23:18:26.409096Z', 'sat:relative_orbit': 98, 's2:water_percentage': 0.314446, 's2:mean_solar_zenith': 33.0067239032299, 's2:mean_solar_azimuth': 147.92162972317, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.0, 's2:vegetation_percentage': 1.204723, 's2:thin_cirrus_percentage': 0.091936, 's2:cloud_shadow_percentage': 7.877104, 's2:nodata_pixel_percentage': 73.774505, 's2:unclassified_percentage': 0.962313, 's2:not_vegetated_percentage': 10.024695, 's2:degraded_msi_data_percentage': 0.0971, 's2:high_proba_clouds_percentage': 65.947342, 's2:reflectance_conversion_factor': 0.994522042652322, 's2:dark_features_percentage': 0.00902}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240417T173909_R098_T13TDE_20240417T231826', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240417T173909_R098_T13TDE_20240417T231826', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R10m/T13TDE_20240417T173909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R10m/T13TDE_20240417T173909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240417T173909_R098_T13TDE_20240417T231826&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R20m/T13TDE_20240417T173909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R20m/T13TDE_20240417T173909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R10m/T13TDE_20240417T173909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240417T173909_R098_T13TDE_20240417T231826&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R20m/T13TDE_20240417T173909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R60m/T13TDE_20240417T173909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R10m/T13TDE_20240417T173909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R10m/T13TDE_20240417T173909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R20m/T13TDE_20240417T173909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R20m/T13TDE_20240417T173909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R60m/T13TDE_20240417T173909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/DATASTRIP/DS_MSFT_20240417T231827_S20240417T174407/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R20m/T13TDE_20240417T173909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/QI_DATA/T13TDE_20240417T173909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R20m/T13TDE_20240417T173909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R10m/T13TDE_20240417T173909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/17/S2B_MSIL2A_20240417T173909_N0510_R098_T13TDE_20240417T231826.SAFE/GRANULE/L2A_T13TDE_A037161_20240417T174407/IMG_DATA/R10m/T13TDE_20240417T173909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240415T174911_R141_T13TDE_20240416T022200', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-15T17:49:11.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 9.966978, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240416T022201_A046041_T13TDE_N05.10', 'eo:cloud_cover': 22.000031, 's2:datatake_id': 'GS2A_20240415T174911_046041_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240416T022201_S20240415T180048_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-16T02:22:00.641435Z', 'sat:relative_orbit': 141, 's2:water_percentage': 1.030673, 's2:mean_solar_zenith': 32.7468658199415, 's2:mean_solar_azimuth': 152.404011934022, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 25.228074, 's2:vegetation_percentage': 8.889344, 's2:thin_cirrus_percentage': 0.016941, 's2:cloud_shadow_percentage': 0.397112, 's2:nodata_pixel_percentage': 7e-06, 's2:unclassified_percentage': 0.891374, 's2:not_vegetated_percentage': 40.500748, 's2:degraded_msi_data_percentage': 0.5104, 's2:high_proba_clouds_percentage': 12.016112, 's2:reflectance_conversion_factor': 0.995648108361933, 's2:dark_features_percentage': 1.062644}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240415T174911_R141_T13TDE_20240416T022200', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240415T174911_R141_T13TDE_20240416T022200', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/DATASTRIP/DS_MSFT_20240416T022201_S20240415T180048/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R20m/T13TDE_20240415T174911_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R10m/T13TDE_20240415T174911_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R10m/T13TDE_20240415T174911_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R10m/T13TDE_20240415T174911_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/QI_DATA/T13TDE_20240415T174911_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R20m/T13TDE_20240415T174911_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R20m/T13TDE_20240415T174911_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R60m/T13TDE_20240415T174911_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R10m/T13TDE_20240415T174911_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R10m/T13TDE_20240415T174911_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240415T174911_R141_T13TDE_20240416T022200&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R20m/T13TDE_20240415T174911_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R20m/T13TDE_20240415T174911_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R20m/T13TDE_20240415T174911_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R20m/T13TDE_20240415T174911_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R60m/T13TDE_20240415T174911_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240415T174911_R141_T13TDE_20240416T022200&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R10m/T13TDE_20240415T174911_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/15/S2A_MSIL2A_20240415T174911_N0510_R141_T13TDE_20240416T022200.SAFE/GRANULE/L2A_T13TDE_A046041_20240415T180048/IMG_DATA/R10m/T13TDE_20240415T174911_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240412T173901_R098_T13TDE_20240413T013611', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.368879, 39.6593645], [-105.3609072, 39.6870071], [-105.3164078, 39.8342547], [-105.273586, 39.9819412], [-105.2295423, 40.1292472], [-105.1851692, 40.2764041], [-105.1406522, 40.4234373], [-105.0963023, 40.5705917], [-105.0720621, 40.6499319], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.368879, 39.6593645]]]}, 'bbox': (-105.36887902, 39.65936454, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-12T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.01366, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240413T013611_A045998_T13TDE_N05.10', 'eo:cloud_cover': 0.04316, 's2:datatake_id': 'GS2A_20240412T173901_045998_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240413T013611_S20240412T175055_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-13T01:36:11.51723Z', 'sat:relative_orbit': 98, 's2:water_percentage': 3.046818, 's2:mean_solar_zenith': 34.7512779404901, 's2:mean_solar_azimuth': 148.74435524318, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.17018, 's2:vegetation_percentage': 13.459769, 's2:thin_cirrus_percentage': 0.026696, 's2:cloud_shadow_percentage': 0.014399, 's2:nodata_pixel_percentage': 73.963046, 's2:unclassified_percentage': 0.278507, 's2:not_vegetated_percentage': 82.856834, 's2:degraded_msi_data_percentage': 0.0428, 's2:high_proba_clouds_percentage': 0.002803, 's2:reflectance_conversion_factor': 0.997359967327157, 's2:dark_features_percentage': 0.130333}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240412T173901_R098_T13TDE_20240413T013611', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240412T173901_R098_T13TDE_20240413T013611', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240412T173901_R098_T13TDE_20240413T013611&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R10m/T13TDE_20240412T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R10m/T13TDE_20240412T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R10m/T13TDE_20240412T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R10m/T13TDE_20240412T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R60m/T13TDE_20240412T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R20m/T13TDE_20240412T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R20m/T13TDE_20240412T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R10m/T13TDE_20240412T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R60m/T13TDE_20240412T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/DATASTRIP/DS_MSFT_20240413T013611_S20240412T175055/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R10m/T13TDE_20240412T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R10m/T13TDE_20240412T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R20m/T13TDE_20240412T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R20m/T13TDE_20240412T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/QI_DATA/T13TDE_20240412T173901_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240412T173901_R098_T13TDE_20240413T013611&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R20m/T13TDE_20240412T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R20m/T13TDE_20240412T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/12/S2A_MSIL2A_20240412T173901_N0510_R098_T13TDE_20240413T013611.SAFE/GRANULE/L2A_T13TDE_A045998_20240412T175055/IMG_DATA/R20m/T13TDE_20240412T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240410T174909_R141_T13TDE_20240411T000800', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-10T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 30.564302, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240411T000801_A037061_T13TDE_N05.10', 'eo:cloud_cover': 77.653027, 's2:datatake_id': 'GS2B_20240410T174909_037061_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240411T000801_S20240410T175332_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-11T00:08:00.650515Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.219813, 's2:mean_solar_zenith': 34.5491310285895, 's2:mean_solar_azimuth': 153.024011299339, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 6.936725, 's2:vegetation_percentage': 0.903849, 's2:thin_cirrus_percentage': 0.054904, 's2:cloud_shadow_percentage': 3.163768, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 1.290968, 's2:not_vegetated_percentage': 9.751707, 's2:degraded_msi_data_percentage': 0.0436, 's2:high_proba_clouds_percentage': 47.033826, 's2:reflectance_conversion_factor': 0.998501129753324, 's2:dark_features_percentage': 0.080139}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240410T174909_R141_T13TDE_20240411T000800', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240410T174909_R141_T13TDE_20240411T000800', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R20m/T13TDE_20240410T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R10m/T13TDE_20240410T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R10m/T13TDE_20240410T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R20m/T13TDE_20240410T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R10m/T13TDE_20240410T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R20m/T13TDE_20240410T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R60m/T13TDE_20240410T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/QI_DATA/T13TDE_20240410T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R20m/T13TDE_20240410T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R10m/T13TDE_20240410T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R10m/T13TDE_20240410T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R60m/T13TDE_20240410T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/DATASTRIP/DS_MSFT_20240411T000801_S20240410T175332/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240410T174909_R141_T13TDE_20240411T000800&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R20m/T13TDE_20240410T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R20m/T13TDE_20240410T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R10m/T13TDE_20240410T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R10m/T13TDE_20240410T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/10/S2B_MSIL2A_20240410T174909_N0510_R141_T13TDE_20240411T000800.SAFE/GRANULE/L2A_T13TDE_A037061_20240410T175332/IMG_DATA/R20m/T13TDE_20240410T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240410T174909_R141_T13TDE_20240411T000800&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240407T173859_R098_T13TDE_20240407T222006', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3639794, 39.6593867], [-105.3559781, 39.6873863], [-105.3118636, 39.8345785], [-105.2690052, 39.9822112], [-105.2248556, 40.1294986], [-105.1802869, 40.2767074], [-105.1355335, 40.4238937], [-105.0907598, 40.5710908], [-105.0665656, 40.6499573], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3639794, 39.6593867]]]}, 'bbox': (-105.36397939, 39.65938673, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-07T17:38:59.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.099949, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240407T222007_A037018_T13TDE_N05.10', 'eo:cloud_cover': 0.815329, 's2:datatake_id': 'GS2B_20240407T173859_037018_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240407T222007_S20240407T174209_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-07T22:20:06.38097Z', 'sat:relative_orbit': 98, 's2:water_percentage': 2.946045, 's2:mean_solar_zenith': 36.5773832195204, 's2:mean_solar_azimuth': 149.467152013734, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 0.585001, 's2:vegetation_percentage': 10.996696, 's2:thin_cirrus_percentage': 0.363527, 's2:cloud_shadow_percentage': 0.038668, 's2:nodata_pixel_percentage': 74.705076, 's2:unclassified_percentage': 0.330722, 's2:not_vegetated_percentage': 84.134454, 's2:degraded_msi_data_percentage': 0.0004, 's2:high_proba_clouds_percentage': 0.351853, 's2:reflectance_conversion_factor': 1.00022957618885, 's2:dark_features_percentage': 0.153084}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240407T173859_R098_T13TDE_20240407T222006', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240407T173859_R098_T13TDE_20240407T222006', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R10m/T13TDE_20240407T173859_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R60m/T13TDE_20240407T173859_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R60m/T13TDE_20240407T173859_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/DATASTRIP/DS_MSFT_20240407T222007_S20240407T174209/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R10m/T13TDE_20240407T173859_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R20m/T13TDE_20240407T173859_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R20m/T13TDE_20240407T173859_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R20m/T13TDE_20240407T173859_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R20m/T13TDE_20240407T173859_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R10m/T13TDE_20240407T173859_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/QI_DATA/T13TDE_20240407T173859_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240407T173859_R098_T13TDE_20240407T222006&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R10m/T13TDE_20240407T173859_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R20m/T13TDE_20240407T173859_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R10m/T13TDE_20240407T173859_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R20m/T13TDE_20240407T173859_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R10m/T13TDE_20240407T173859_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240407T173859_R098_T13TDE_20240407T222006&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R10m/T13TDE_20240407T173859_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/GRANULE/L2A_T13TDE_A037018_20240407T174209/IMG_DATA/R20m/T13TDE_20240407T173859_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/07/S2B_MSIL2A_20240407T173859_N0510_R098_T13TDE_20240407T222006.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240405T174901_R141_T13TDE_20240406T024518', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-05T17:49:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 6.206433, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240406T024519_A045898_T13TDE_N05.10', 'eo:cloud_cover': 11.892281, 's2:datatake_id': 'GS2A_20240405T174901_045898_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240406T024519_S20240405T175934_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-06T02:45:18.782691Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.935992, 's2:mean_solar_zenith': 36.4194138273261, 's2:mean_solar_azimuth': 153.575015779937, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 48.347121, 's2:vegetation_percentage': 3.913899, 's2:thin_cirrus_percentage': 0.653658, 's2:cloud_shadow_percentage': 0.478927, 's2:nodata_pixel_percentage': 1e-05, 's2:unclassified_percentage': 2.672626, 's2:not_vegetated_percentage': 30.022901, 's2:degraded_msi_data_percentage': 0.0112, 's2:high_proba_clouds_percentage': 5.03219, 's2:reflectance_conversion_factor': 1.00137758593587, 's2:dark_features_percentage': 1.736255}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240405T174901_R141_T13TDE_20240406T024518', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240405T174901_R141_T13TDE_20240406T024518', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R20m/T13TDE_20240405T174901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240405T174901_R141_T13TDE_20240406T024518&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R20m/T13TDE_20240405T174901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R20m/T13TDE_20240405T174901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R20m/T13TDE_20240405T174901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R20m/T13TDE_20240405T174901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R20m/T13TDE_20240405T174901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R60m/T13TDE_20240405T174901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R10m/T13TDE_20240405T174901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240405T174901_R141_T13TDE_20240406T024518&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/DATASTRIP/DS_MSFT_20240406T024519_S20240405T175934/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R10m/T13TDE_20240405T174901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R10m/T13TDE_20240405T174901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R60m/T13TDE_20240405T174901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R10m/T13TDE_20240405T174901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/QI_DATA/T13TDE_20240405T174901_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R10m/T13TDE_20240405T174901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R10m/T13TDE_20240405T174901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R10m/T13TDE_20240405T174901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/05/S2A_MSIL2A_20240405T174901_N0510_R141_T13TDE_20240406T024518.SAFE/GRANULE/L2A_T13TDE_A045898_20240405T175934/IMG_DATA/R20m/T13TDE_20240405T174901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240402T173901_R098_T13TDE_20240403T022155', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3537841, 39.6594329], [-105.3482222, 39.6788488], [-105.3039212, 39.8260051], [-105.2609868, 39.9735098], [-105.2171553, 40.1206525], [-105.1730181, 40.2677441], [-105.1286133, 40.414882], [-105.0838451, 40.5621013], [-105.0567741, 40.6500026], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3537841, 39.6594329]]]}, 'bbox': (-105.35378406, 39.65943292, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-04-02T17:39:01.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 0.099007, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240403T022155_A045855_T13TDE_N05.10', 'eo:cloud_cover': 0.117469, 's2:datatake_id': 'GS2A_20240402T173901_045855_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240403T022155_S20240402T174230_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-04-03T02:21:55.237794Z', 'sat:relative_orbit': 98, 's2:water_percentage': 3.138047, 's2:mean_solar_zenith': 38.4625406653079, 's2:mean_solar_azimuth': 150.129041983544, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 4.604056, 's2:vegetation_percentage': 7.499149, 's2:thin_cirrus_percentage': 0.010085, 's2:cloud_shadow_percentage': 0.075129, 's2:nodata_pixel_percentage': 75.1279, 's2:unclassified_percentage': 0.400148, 's2:not_vegetated_percentage': 83.966404, 's2:degraded_msi_data_percentage': 0.0446, 's2:high_proba_clouds_percentage': 0.008377, 's2:reflectance_conversion_factor': 1.00310985637058, 's2:dark_features_percentage': 0.1996}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240402T173901_R098_T13TDE_20240403T022155', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240402T173901_R098_T13TDE_20240403T022155', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R10m/T13TDE_20240402T173901_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R10m/T13TDE_20240402T173901_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R10m/T13TDE_20240402T173901_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R20m/T13TDE_20240402T173901_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R20m/T13TDE_20240402T173901_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R20m/T13TDE_20240402T173901_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R20m/T13TDE_20240402T173901_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R10m/T13TDE_20240402T173901_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240402T173901_R098_T13TDE_20240403T022155&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R20m/T13TDE_20240402T173901_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/QI_DATA/T13TDE_20240402T173901_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R10m/T13TDE_20240402T173901_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R20m/T13TDE_20240402T173901_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R10m/T13TDE_20240402T173901_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R20m/T13TDE_20240402T173901_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/DATASTRIP/DS_MSFT_20240403T022155_S20240402T174230/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R60m/T13TDE_20240402T173901_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R60m/T13TDE_20240402T173901_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240402T173901_R098_T13TDE_20240403T022155&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/04/02/S2A_MSIL2A_20240402T173901_N0510_R098_T13TDE_20240403T022155.SAFE/GRANULE/L2A_T13TDE_A045855_20240402T174230/IMG_DATA/R10m/T13TDE_20240402T173901_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240331T174909_R141_T13TDE_20240331T235915', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-03-31T17:49:09.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 25.858414, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240331T235916_A036918_T13TDE_N05.10', 'eo:cloud_cover': 46.010381, 's2:datatake_id': 'GS2B_20240331T174909_036918_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240331T235916_S20240331T175111_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-03-31T23:59:15.625571Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.576478, 's2:mean_solar_zenith': 38.3378476794832, 's2:mean_solar_azimuth': 154.09026456574, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 23.157783, 's2:vegetation_percentage': 1.335818, 's2:thin_cirrus_percentage': 0.0, 's2:cloud_shadow_percentage': 2.265878, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 2.013732, 's2:not_vegetated_percentage': 24.079745, 's2:degraded_msi_data_percentage': 0.0818, 's2:high_proba_clouds_percentage': 20.151967, 's2:reflectance_conversion_factor': 1.00425614597814, 's2:dark_features_percentage': 0.560184}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240331T174909_R141_T13TDE_20240331T235915', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240331T174909_R141_T13TDE_20240331T235915', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R20m/T13TDE_20240331T174909_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R20m/T13TDE_20240331T174909_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R60m/T13TDE_20240331T174909_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R10m/T13TDE_20240331T174909_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R10m/T13TDE_20240331T174909_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240331T174909_R141_T13TDE_20240331T235915&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R10m/T13TDE_20240331T174909_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240331T174909_R141_T13TDE_20240331T235915&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R10m/T13TDE_20240331T174909_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R20m/T13TDE_20240331T174909_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R20m/T13TDE_20240331T174909_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R10m/T13TDE_20240331T174909_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R20m/T13TDE_20240331T174909_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R10m/T13TDE_20240331T174909_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R60m/T13TDE_20240331T174909_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R20m/T13TDE_20240331T174909_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R10m/T13TDE_20240331T174909_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/DATASTRIP/DS_MSFT_20240331T235916_S20240331T175111/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/QI_DATA/T13TDE_20240331T174909_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/31/S2B_MSIL2A_20240331T174909_N0510_R141_T13TDE_20240331T235915.SAFE/GRANULE/L2A_T13TDE_A036918_20240331T175111/IMG_DATA/R20m/T13TDE_20240331T174909_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2B_MSIL2A_20240328T173859_R098_T13TDE_20240330T060553', 'geometry': {'type': 'Polygon', 'coordinates': [[[-105.3675898, 39.6593704], [-105.3305663, 39.7824753], [-105.2874776, 39.9300942], [-105.2436387, 40.0774999], [-105.1987613, 40.2246274], [-105.1544193, 40.3718903], [-105.1098603, 40.519054], [-105.0700103, 40.6499414], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-105.3675898, 39.6593704]]]}, 'bbox': (-105.36758983, 39.65937038, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-03-28T17:38:59.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 26.566595, 'platform': 'Sentinel-2B', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2B_OPER_MSI_L2A_TL_MSFT_20240330T060554_A036875_T13TDE_N05.10', 'eo:cloud_cover': 41.269746, 's2:datatake_id': 'GS2B_20240328T173859_036875_N05.10', 's2:product_uri': 'S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE', 's2:datastrip_id': 'S2B_OPER_MSI_L2A_DS_MSFT_20240330T060554_S20240328T174749_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-03-30T06:05:53.945172Z', 'sat:relative_orbit': 98, 's2:water_percentage': 1.426819, 's2:mean_solar_zenith': 40.3886923996753, 's2:mean_solar_azimuth': 150.750959858924, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 3.135089, 's2:vegetation_percentage': 0.464439, 's2:thin_cirrus_percentage': 3.691418, 's2:cloud_shadow_percentage': 0.488285, 's2:nodata_pixel_percentage': 74.468923, 's2:unclassified_percentage': 4.984177, 's2:not_vegetated_percentage': 48.206922, 's2:degraded_msi_data_percentage': 0.0, 's2:high_proba_clouds_percentage': 11.011733, 's2:reflectance_conversion_factor': 1.00597948307611, 's2:dark_features_percentage': 0.024522}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2B_MSIL2A_20240328T173859_R098_T13TDE_20240330T060553', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240328T173859_R098_T13TDE_20240330T060553', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R10m/T13TDE_20240328T173859_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R10m/T13TDE_20240328T173859_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R20m/T13TDE_20240328T173859_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R20m/T13TDE_20240328T173859_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R10m/T13TDE_20240328T173859_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R20m/T13TDE_20240328T173859_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R10m/T13TDE_20240328T173859_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R20m/T13TDE_20240328T173859_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R20m/T13TDE_20240328T173859_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R60m/T13TDE_20240328T173859_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/DATASTRIP/DS_MSFT_20240330T060554_S20240328T174749/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R20m/T13TDE_20240328T173859_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R20m/T13TDE_20240328T173859_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240328T173859_R098_T13TDE_20240330T060553&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R60m/T13TDE_20240328T173859_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/QI_DATA/T13TDE_20240328T173859_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2B_MSIL2A_20240328T173859_R098_T13TDE_20240330T060553&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R10m/T13TDE_20240328T173859_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R10m/T13TDE_20240328T173859_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/28/S2B_MSIL2A_20240328T173859_N0510_R098_T13TDE_20240330T060553.SAFE/GRANULE/L2A_T13TDE_A036875_20240328T174749/IMG_DATA/R10m/T13TDE_20240328T173859_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}, {'type': 'Feature', 'stac_version': '1.1.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/sat/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.1.0/schema.json'], 'id': 'S2A_MSIL2A_20240326T174951_R141_T13TDE_20240329T224429', 'geometry': {'type': 'Polygon', 'coordinates': [[[-106.1831726, 40.6447948], [-104.8845569, 40.6507988], [-104.8862201, 39.6615512], [-106.1661317, 39.6557526], [-106.1831726, 40.6447948]]]}, 'bbox': (-106.18317261, 39.65575257, -104.88455693, 40.65079881), 'properties': {'datetime': '2024-03-26T17:49:51.024Z', 's2:saturated_defective_pixel_percentage': 0.0, 's2:medium_proba_clouds_percentage': 32.010394, 'platform': 'Sentinel-2A', 'proj:epsg': 32613, 'instruments': ['msi'], 's2:mgrs_tile': '13TDE', 'constellation': 'Sentinel 2', 's2:granule_id': 'S2A_OPER_MSI_L2A_TL_MSFT_20240329T224430_A045755_T13TDE_N05.10', 'eo:cloud_cover': 58.456075, 's2:datatake_id': 'GS2A_20240326T174951_045755_N05.10', 's2:product_uri': 'S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE', 's2:datastrip_id': 'S2A_OPER_MSI_L2A_DS_MSFT_20240329T224430_S20240326T175902_N05.10', 's2:product_type': 'S2MSI2A', 'sat:orbit_state': 'descending', 's2:datatake_type': 'INS-NOBS', 's2:generation_time': '2024-03-29T22:44:29.912217Z', 'sat:relative_orbit': 141, 's2:water_percentage': 0.476545, 's2:mean_solar_zenith': 40.2944780830861, 's2:mean_solar_azimuth': 154.558924217371, 's2:processing_baseline': '05.10', 's2:snow_ice_percentage': 32.571989, 's2:vegetation_percentage': 0.085803, 's2:thin_cirrus_percentage': 0.093719, 's2:cloud_shadow_percentage': 1.883239, 's2:nodata_pixel_percentage': 0.0, 's2:unclassified_percentage': 0.188188, 's2:not_vegetated_percentage': 6.332812, 's2:degraded_msi_data_percentage': 0.0274, 's2:high_proba_clouds_percentage': 26.351959, 's2:reflectance_conversion_factor': 1.00711521836778, 's2:dark_features_percentage': 0.005352}, 'links': [{'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'collection', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a', 'rel': 'parent', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/', 'rel': 'root', 'type': 'application/json'}, {'href': 'https://planetarycomputer.microsoft.com/api/stac/v1/collections/sentinel-2-l2a/items/S2A_MSIL2A_20240326T174951_R141_T13TDE_20240329T224429', 'rel': 'self', 'type': 'application/geo+json'}, {'href': 'https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice', 'rel': 'license'}, {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/map?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240326T174951_R141_T13TDE_20240329T224429', 'rel': 'preview', 'type': 'text/html', 'title': 'Map of item'}], 'assets': {'B03': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R10m/T13TDE_20240326T174951_B03_10m.tif', 'title': 'Band 3 - Green - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}]}, 'datastrip-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/DATASTRIP/DS_MSFT_20240329T224430_S20240326T175902/MTD_DS.xml', 'title': 'Datastrip metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B8A': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R20m/T13TDE_20240326T174951_B8A_20m.tif', 'title': 'Band 8A - Vegetation red edge 4 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B8A', 'common_name': 'rededge', 'description': 'Band 8A - Vegetation red edge 4', 'center_wavelength': 0.865, 'full_width_half_max': 0.033}]}, 'B08': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R10m/T13TDE_20240326T174951_B08_10m.tif', 'title': 'Band 8 - NIR - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B08', 'common_name': 'nir', 'description': 'Band 8 - NIR', 'center_wavelength': 0.842, 'full_width_half_max': 0.145}]}, 'tilejson': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/tilejson.json?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240326T174951_R141_T13TDE_20240329T224429&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'TileJSON with default rendering', 'type': 'application/json', 'roles': ['tiles']}, 'B12': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R20m/T13TDE_20240326T174951_B12_20m.tif', 'title': 'Band 12 - SWIR (2.2) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B12', 'common_name': 'swir22', 'description': 'Band 12 - SWIR (2.2)', 'center_wavelength': 2.19, 'full_width_half_max': 0.242}]}, 'B01': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R60m/T13TDE_20240326T174951_B01_60m.tif', 'title': 'Band 1 - Coastal aerosol - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B01', 'common_name': 'coastal', 'description': 'Band 1 - Coastal aerosol', 'center_wavelength': 0.443, 'full_width_half_max': 0.027}]}, 'B11': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R20m/T13TDE_20240326T174951_B11_20m.tif', 'title': 'Band 11 - SWIR (1.6) - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B11', 'common_name': 'swir16', 'description': 'Band 11 - SWIR (1.6)', 'center_wavelength': 1.61, 'full_width_half_max': 0.143}]}, 'SCL': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R20m/T13TDE_20240326T174951_SCL_20m.tif', 'title': 'Scene classfication map (SCL)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0}, 'WVP': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R10m/T13TDE_20240326T174951_WVP_10m.tif', 'title': 'Water vapour (WVP)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'B09': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R60m/T13TDE_20240326T174951_B09_60m.tif', 'title': 'Band 9 - Water vapor - 60m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [1830, 1830], 'proj:transform': [60.0, 0.0, 399960.0, 0.0, -60.0, 4500000.0], 'gsd': 60.0, 'eo:bands': [{'name': 'B09', 'description': 'Band 9 - Water vapor', 'center_wavelength': 0.945, 'full_width_half_max': 0.026}]}, 'product-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/MTD_MSIL2A.xml', 'title': 'Product metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'inspire-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/INSPIRE.xml', 'title': 'INSPIRE metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'visual': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R10m/T13TDE_20240326T174951_TCI_10m.tif', 'title': 'True color image', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}, {'name': 'B03', 'common_name': 'green', 'description': 'Band 3 - Green', 'center_wavelength': 0.56, 'full_width_half_max': 0.045}, {'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}, 'rendered_preview': {'href': 'https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=sentinel-2-l2a&item=S2A_MSIL2A_20240326T174951_R141_T13TDE_20240329T224429&assets=visual&asset_bidx=visual%7C1%2C2%2C3&nodata=0&format=png', 'title': 'Rendered preview', 'type': 'image/png', 'roles': ['overview'], 'rel': 'preview'}, 'B05': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R20m/T13TDE_20240326T174951_B05_20m.tif', 'title': 'Band 5 - Vegetation red edge 1 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B05', 'common_name': 'rededge', 'description': 'Band 5 - Vegetation red edge 1', 'center_wavelength': 0.704, 'full_width_half_max': 0.019}]}, 'preview': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/QI_DATA/T13TDE_20240326T174951_PVI.tif', 'title': 'Thumbnail', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['thumbnail']}, 'granule-metadata': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/MTD_TL.xml', 'title': 'Granule metadata', 'type': 'application/xml', 'roles': ['metadata']}, 'B04': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R10m/T13TDE_20240326T174951_B04_10m.tif', 'title': 'Band 4 - Red - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B04', 'common_name': 'red', 'description': 'Band 4 - Red', 'center_wavelength': 0.665, 'full_width_half_max': 0.038}]}, 'B06': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R20m/T13TDE_20240326T174951_B06_20m.tif', 'title': 'Band 6 - Vegetation red edge 2 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B06', 'common_name': 'rededge', 'description': 'Band 6 - Vegetation red edge 2', 'center_wavelength': 0.74, 'full_width_half_max': 0.018}]}, 'B07': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R20m/T13TDE_20240326T174951_B07_20m.tif', 'title': 'Band 7 - Vegetation red edge 3 - 20m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [5490, 5490], 'proj:transform': [20.0, 0.0, 399960.0, 0.0, -20.0, 4500000.0], 'gsd': 20.0, 'eo:bands': [{'name': 'B07', 'common_name': 'rededge', 'description': 'Band 7 - Vegetation red edge 3', 'center_wavelength': 0.783, 'full_width_half_max': 0.028}]}, 'AOT': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R10m/T13TDE_20240326T174951_AOT_10m.tif', 'title': 'Aerosol optical thickness (AOT)', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0}, 'safe-manifest': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/manifest.safe', 'title': 'SAFE manifest', 'type': 'application/xml', 'roles': ['metadata']}, 'B02': {'href': 'https://sentinel2l2a01.blob.core.windows.net/sentinel2-l2/13/T/DE/2024/03/26/S2A_MSIL2A_20240326T174951_N0510_R141_T13TDE_20240329T224429.SAFE/GRANULE/L2A_T13TDE_A045755_20240326T175902/IMG_DATA/R10m/T13TDE_20240326T174951_B02_10m.tif', 'title': 'Band 2 - Blue - 10m', 'type': 'image/tiff; application=geotiff; profile=cloud-optimized', 'roles': ['data'], 'proj:bbox': [399960.0, 4390200.0, 509760.0, 4500000.0], 'proj:shape': [10980, 10980], 'proj:transform': [10.0, 0.0, 399960.0, 0.0, -10.0, 4500000.0], 'gsd': 10.0, 'eo:bands': [{'name': 'B02', 'common_name': 'blue', 'description': 'Band 2 - Blue', 'center_wavelength': 0.49, 'full_width_half_max': 0.098}]}}, 'collection': 'sentinel-2-l2a'}], 'links': [{'href': 'https://github.com/stac-utils/rustac-py/raw/refs/heads/main/data/100-sentinel-2-items.parquet', 'rel': 'self', 'type': 'application/json'}]}
Let's take a look some of the attributes of the STAC items.
import pandas
from geopandas import GeoDataFrame
data_frame = GeoDataFrame.from_features(items)
data_frame["datetime"] = pandas.to_datetime(data_frame["datetime"])
data_frame[["geometry", "datetime", "s2:snow_ice_percentage"]]
How does the snow and ice percentage vary over the year?
from matplotlib.dates import DateFormatter
axis = data_frame.plot(x="datetime", y="s2:snow_ice_percentage", kind="scatter")
axis.xaxis.set_major_formatter(DateFormatter("%b"))
Total running time of the script: ( 0 minutes 1.710 seconds)
Download Python source code: example_read.py