From e2316cbf96aa99aa1a39b3bd6c6a50c6d5ed28fb Mon Sep 17 00:00:00 2001 From: Matthew Hanson Date: Fri, 17 Nov 2023 16:05:25 -0500 Subject: [PATCH] update roles --- CHANGELOG.MD | 1 + src/stactools/sentinel2/stac.py | 12 ++++---- .../expected_output.json | 2 +- .../expected_output.json | 2 +- .../expected_output.json | 26 ++++++----------- .../expected_output.json | 26 ++++++----------- .../expected_output.json | 26 ++++++----------- .../expected_output.json | 26 ++++++----------- .../expected_output.json | 26 ++++++----------- .../expected_output.json | 2 +- .../expected_output.json | 28 ++++++++----------- .../expected_output.json | 28 ++++++++----------- .../expected_output.json | 28 ++++++++----------- .../expected_output.json | 26 ++++++----------- .../expected_output.json | 26 ++++++----------- .../expected_output.json | 26 ++++++----------- 16 files changed, 115 insertions(+), 196 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 0ce0eb8..b4bf1a9 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Antimeridian handling (again) ([#122](https://github.com/stactools-packages/sentinel2/pull/122)) - Populate `created` property with a valid RFC 3339 datetime ([#125](https://github.com/stactools-packages/sentinel2/pull/125)) - stactools required version should be >=0.5.2 instead of >= 0.4.8 ([#125](https://github.com/stactools-packages/sentinel2/pull/125)) +- Roles fixed, 'reflectance' removed from auxiliary assets (e.g., wvp, aot) ### Changed diff --git a/src/stactools/sentinel2/stac.py b/src/stactools/sentinel2/stac.py index 16a4da2..40c73bc 100644 --- a/src/stactools/sentinel2/stac.py +++ b/src/stactools/sentinel2/stac.py @@ -277,7 +277,7 @@ def image_asset_from_href( href=asset_href, media_type=asset_media_type, title="True color preview", - roles=["data", "reflectance"], + roles=["visual"], ) asset_eo = EOExtension.ext(asset) asset_eo.bands = RGB_BANDS @@ -380,7 +380,7 @@ def set_asset_properties(_asset: pystac.Asset, _band_gsd: Optional[int] = None): href=asset_href, media_type=asset_media_type, title="Aerosol optical thickness (AOT)", - roles=["data", "reflectance"], + roles=["data"], ) maybe_res = extract_gsd(asset_href) @@ -404,7 +404,7 @@ def set_asset_properties(_asset: pystac.Asset, _band_gsd: Optional[int] = None): href=asset_href, media_type=asset_media_type, title="Water Vapour (WVP)", - roles=["data", "reflectance"], + roles=["data"], ) maybe_res = extract_gsd(asset_href) @@ -429,7 +429,7 @@ def set_asset_properties(_asset: pystac.Asset, _band_gsd: Optional[int] = None): href=asset_href, media_type=asset_media_type, title="Scene classification map (SCL)", - roles=["data", "reflectance"], + roles=["data"], ) maybe_res = extract_gsd(asset_href) @@ -450,7 +450,7 @@ def set_asset_properties(_asset: pystac.Asset, _band_gsd: Optional[int] = None): href=asset_href, media_type=asset_media_type, title="Cloud Probabilities", - roles=["cloud"], + roles=["data", "cloud"], ) maybe_res = extract_gsd(asset_href) asset_id = mk_asset_id(maybe_res, "cloud") @@ -470,7 +470,7 @@ def set_asset_properties(_asset: pystac.Asset, _band_gsd: Optional[int] = None): href=asset_href, media_type=asset_media_type, title="Snow Probabilities", - roles=["snow-ice"], + roles=["data", "snow-ice"], ) maybe_res = extract_gsd(asset_href) asset_id = mk_asset_id(maybe_res, "snow") diff --git a/tests/data-files/S2A_MSIL1C_20200717T221941_R029_T01LAC_20200717T234135.SAFE/expected_output.json b/tests/data-files/S2A_MSIL1C_20200717T221941_R029_T01LAC_20200717T234135.SAFE/expected_output.json index d3df268..23d6b79 100644 --- a/tests/data-files/S2A_MSIL1C_20200717T221941_R029_T01LAC_20200717T234135.SAFE/expected_output.json +++ b/tests/data-files/S2A_MSIL1C_20200717T221941_R029_T01LAC_20200717T234135.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T01LAC_20200717T221944_L1C", "properties": { - "created": "2023-11-17T19:40:05.470290Z", + "created": "2023-11-17T21:03:58.948575Z", "providers": [ { "name": "ESA", diff --git a/tests/data-files/S2A_MSIL1C_20210908T042701_N0301_R133_T46RER_20210908T070248.SAFE/expected_output.json b/tests/data-files/S2A_MSIL1C_20210908T042701_N0301_R133_T46RER_20210908T070248.SAFE/expected_output.json index 981c5c5..c58de1a 100644 --- a/tests/data-files/S2A_MSIL1C_20210908T042701_N0301_R133_T46RER_20210908T070248.SAFE/expected_output.json +++ b/tests/data-files/S2A_MSIL1C_20210908T042701_N0301_R133_T46RER_20210908T070248.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T46RER_20210908T043714_L1C", "properties": { - "created": "2023-11-17T19:40:05.104435Z", + "created": "2023-11-17T21:03:58.526452Z", "providers": [ { "name": "ESA", diff --git a/tests/data-files/S2A_MSIL2A_20190212T192651_N0212_R013_T07HFE_20201007T160857.SAFE/expected_output.json b/tests/data-files/S2A_MSIL2A_20190212T192651_N0212_R013_T07HFE_20201007T160857.SAFE/expected_output.json index fce79e4..851a15d 100644 --- a/tests/data-files/S2A_MSIL2A_20190212T192651_N0212_R013_T07HFE_20201007T160857.SAFE/expected_output.json +++ b/tests/data-files/S2A_MSIL2A_20190212T192651_N0212_R013_T07HFE_20201007T160857.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T07HFE_20190212T192646_L2A", "properties": { - "created": "2023-11-17T19:40:04.987346Z", + "created": "2023-11-17T21:03:58.387630Z", "providers": [ { "name": "ESA", @@ -547,8 +547,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot": { @@ -584,8 +583,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -622,8 +620,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_20m": { @@ -1190,8 +1187,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_60m": { @@ -1227,8 +1223,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1265,8 +1260,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_60m": { @@ -1529,8 +1523,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -1567,8 +1560,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual": { diff --git a/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022157.SAFE/expected_output.json b/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022157.SAFE/expected_output.json index 5c9c914..57641d5 100644 --- a/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022157.SAFE/expected_output.json +++ b/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022157.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T01WCP_20230625T234624_L2A", "properties": { - "created": "2023-11-17T19:40:04.681157Z", + "created": "2023-11-17T21:03:58.098356Z", "providers": [ { "name": "ESA", @@ -388,8 +388,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -426,8 +425,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal_20m": { @@ -956,8 +954,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -994,8 +991,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl": { @@ -1029,8 +1025,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal": { @@ -1599,8 +1594,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1637,8 +1631,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl_60m": { @@ -1672,8 +1665,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "safe_manifest": { diff --git a/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022158.SAFE/expected_output.json b/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022158.SAFE/expected_output.json index b4d2be5..faca2c1 100644 --- a/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022158.SAFE/expected_output.json +++ b/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCP_20230626T022158.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T01WCP_20230625T234624_L2A", "properties": { - "created": "2023-11-17T19:40:05.152815Z", + "created": "2023-11-17T21:03:58.585964Z", "providers": [ { "name": "ESA", @@ -386,8 +386,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -424,8 +423,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal_20m": { @@ -954,8 +952,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -992,8 +989,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl": { @@ -1027,8 +1023,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal": { @@ -1597,8 +1592,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1635,8 +1629,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl_60m": { @@ -1670,8 +1663,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "safe_manifest": { diff --git a/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCS_20230626T022157.SAFE/expected_output.json b/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCS_20230626T022157.SAFE/expected_output.json index adf8d96..17f77ec 100644 --- a/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCS_20230626T022157.SAFE/expected_output.json +++ b/tests/data-files/S2A_MSIL2A_20230625T234621_N0509_R073_T01WCS_20230626T022157.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T01WCS_20230625T234624_L2A", "properties": { - "created": "2023-11-17T19:40:05.298958Z", + "created": "2023-11-17T21:03:58.725804Z", "providers": [ { "name": "ESA", @@ -416,8 +416,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -454,8 +453,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal_20m": { @@ -984,8 +982,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -1022,8 +1019,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl": { @@ -1057,8 +1053,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal": { @@ -1627,8 +1622,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1665,8 +1659,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl_60m": { @@ -1700,8 +1693,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "safe_manifest": { diff --git a/tests/data-files/S2A_MSIL2A_20230821T221941_N0509_R029_T01KAB_20230822T021825.SAFE/expected_output.json b/tests/data-files/S2A_MSIL2A_20230821T221941_N0509_R029_T01KAB_20230822T021825.SAFE/expected_output.json index 1afa21c..257d9dd 100644 --- a/tests/data-files/S2A_MSIL2A_20230821T221941_N0509_R029_T01KAB_20230822T021825.SAFE/expected_output.json +++ b/tests/data-files/S2A_MSIL2A_20230821T221941_N0509_R029_T01KAB_20230822T021825.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T01KAB_20230821T221944_L2A", "properties": { - "created": "2023-11-17T19:40:04.867990Z", + "created": "2023-11-17T21:03:58.248543Z", "providers": [ { "name": "ESA", @@ -388,8 +388,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -426,8 +425,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal_20m": { @@ -956,8 +954,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -994,8 +991,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl": { @@ -1029,8 +1025,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal": { @@ -1599,8 +1594,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1637,8 +1631,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl_60m": { @@ -1672,8 +1665,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "safe_manifest": { diff --git a/tests/data-files/S2A_OPER_MSI_L1C_TL_SGS__20181231T203637_A018414_T10SDG/expected_output.json b/tests/data-files/S2A_OPER_MSI_L1C_TL_SGS__20181231T203637_A018414_T10SDG/expected_output.json index 16436db..d3ddd4f 100644 --- a/tests/data-files/S2A_OPER_MSI_L1C_TL_SGS__20181231T203637_A018414_T10SDG/expected_output.json +++ b/tests/data-files/S2A_OPER_MSI_L1C_TL_SGS__20181231T203637_A018414_T10SDG/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_OPER_MSI_L1C_TL_SGS__20181231T203637_A018414_T10SDG", "properties": { - "created": "2023-11-17T19:40:05.518527Z", + "created": "2023-11-17T21:03:59.001375Z", "providers": [ { "name": "ESA", diff --git a/tests/data-files/S2A_OPER_MSI_L2A_TL_SGS__20181231T210250_A018414_T10SDG/expected_output.json b/tests/data-files/S2A_OPER_MSI_L2A_TL_SGS__20181231T210250_A018414_T10SDG/expected_output.json index 26f52f7..07f3033 100644 --- a/tests/data-files/S2A_OPER_MSI_L2A_TL_SGS__20181231T210250_A018414_T10SDG/expected_output.json +++ b/tests/data-files/S2A_OPER_MSI_L2A_TL_SGS__20181231T210250_A018414_T10SDG/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_OPER_MSI_L2A_TL_SGS__20181231T210250_A018414_T10SDG", "properties": { - "created": "2023-11-17T19:40:05.237618Z", + "created": "2023-11-17T21:03:58.658480Z", "providers": [ { "name": "ESA", @@ -263,8 +263,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_10m": { @@ -300,8 +299,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual": { @@ -787,8 +785,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir08": { @@ -867,8 +864,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot": { @@ -904,8 +900,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_20m": { @@ -1430,8 +1425,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir08_60m": { @@ -1509,8 +1503,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_60m": { @@ -1546,8 +1539,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir09": { @@ -1717,6 +1709,7 @@ } ], "roles": [ + "data", "cloud" ] }, @@ -1750,6 +1743,7 @@ } ], "roles": [ + "data", "snow-ice" ] }, diff --git a/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBP/expected_output.json b/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBP/expected_output.json index b10d32e..bb9438b 100644 --- a/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBP/expected_output.json +++ b/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBP/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBP", "properties": { - "created": "2023-11-17T19:40:03.612582Z", + "created": "2023-11-17T21:03:57.104625Z", "providers": [ { "name": "ESA", @@ -263,8 +263,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_10m": { @@ -300,8 +299,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual": { @@ -787,8 +785,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir08": { @@ -867,8 +864,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot": { @@ -904,8 +900,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_20m": { @@ -1430,8 +1425,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir08_60m": { @@ -1509,8 +1503,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_60m": { @@ -1546,8 +1539,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir09": { @@ -1717,6 +1709,7 @@ } ], "roles": [ + "data", "cloud" ] }, @@ -1750,6 +1743,7 @@ } ], "roles": [ + "data", "snow-ice" ] }, diff --git a/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBQ/expected_output.json b/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBQ/expected_output.json index 8cf31ea..a42cbfe 100644 --- a/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBQ/expected_output.json +++ b/tests/data-files/S2A_OPER_MSI_L2A_TL_VGS1_20220401T110010_A035382_T34LBQ/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2A_T34LBQ_20220401T090142_L2A", "properties": { - "created": "2023-11-17T19:40:04.930644Z", + "created": "2023-11-17T21:03:58.316133Z", "providers": [ { "name": "ESA", @@ -269,8 +269,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_10m": { @@ -306,8 +305,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual": { @@ -793,8 +791,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir08": { @@ -873,8 +870,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot": { @@ -910,8 +906,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_20m": { @@ -1436,8 +1431,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir08_60m": { @@ -1515,8 +1509,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_60m": { @@ -1552,8 +1545,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "nir09": { @@ -1723,6 +1715,7 @@ } ], "roles": [ + "data", "cloud" ] }, @@ -1756,6 +1749,7 @@ } ], "roles": [ + "data", "snow-ice" ] }, diff --git a/tests/data-files/S2B_MSIL2A_20191228T210519_N0212_R071_T01CCV_20201003T104658.SAFE/expected_output.json b/tests/data-files/S2B_MSIL2A_20191228T210519_N0212_R071_T01CCV_20201003T104658.SAFE/expected_output.json index 7ba7328..b6babf9 100644 --- a/tests/data-files/S2B_MSIL2A_20191228T210519_N0212_R071_T01CCV_20201003T104658.SAFE/expected_output.json +++ b/tests/data-files/S2B_MSIL2A_20191228T210519_N0212_R071_T01CCV_20201003T104658.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2B_T01CCV_20191228T210521_L2A", "properties": { - "created": "2023-11-17T19:40:05.039936Z", + "created": "2023-11-17T21:03:58.461967Z", "providers": [ { "name": "ESA", @@ -563,8 +563,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot": { @@ -600,8 +599,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -638,8 +636,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_20m": { @@ -1206,8 +1203,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_60m": { @@ -1243,8 +1239,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1281,8 +1276,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_60m": { @@ -1545,8 +1539,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -1583,8 +1576,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual": { diff --git a/tests/data-files/S2B_MSIL2A_20220413T150759_N0400_R025_T33XWJ_20220414T082126.SAFE/expected_output.json b/tests/data-files/S2B_MSIL2A_20220413T150759_N0400_R025_T33XWJ_20220414T082126.SAFE/expected_output.json index f59a721..c568ff2 100644 --- a/tests/data-files/S2B_MSIL2A_20220413T150759_N0400_R025_T33XWJ_20220414T082126.SAFE/expected_output.json +++ b/tests/data-files/S2B_MSIL2A_20220413T150759_N0400_R025_T33XWJ_20220414T082126.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2B_T33XWJ_20220413T150756_L2A", "properties": { - "created": "2023-11-17T19:40:05.351621Z", + "created": "2023-11-17T21:03:58.790610Z", "providers": [ { "name": "ESA", @@ -579,8 +579,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot": { @@ -616,8 +615,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -654,8 +652,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_20m": { @@ -1222,8 +1219,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "aot_60m": { @@ -1259,8 +1255,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1297,8 +1292,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual_60m": { @@ -1561,8 +1555,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -1599,8 +1592,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "visual": { diff --git a/tests/data-files/esa_S2B_MSIL2A_20210122T133229_N0214_R081_T22HBD_20210122T155500.SAFE/expected_output.json b/tests/data-files/esa_S2B_MSIL2A_20210122T133229_N0214_R081_T22HBD_20210122T155500.SAFE/expected_output.json index 5b8313e..730cf4c 100644 --- a/tests/data-files/esa_S2B_MSIL2A_20210122T133229_N0214_R081_T22HBD_20210122T155500.SAFE/expected_output.json +++ b/tests/data-files/esa_S2B_MSIL2A_20210122T133229_N0214_R081_T22HBD_20210122T155500.SAFE/expected_output.json @@ -3,7 +3,7 @@ "stac_version": "1.0.0", "id": "S2B_T22HBD_20210122T133224_L2A", "properties": { - "created": "2023-11-17T19:40:05.410949Z", + "created": "2023-11-17T21:03:58.873180Z", "providers": [ { "name": "ESA", @@ -394,8 +394,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_10m": { @@ -432,8 +431,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "blue_20m": { @@ -918,8 +916,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp": { @@ -956,8 +953,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl": { @@ -991,8 +987,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "coastal": { @@ -1561,8 +1556,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "wvp_60m": { @@ -1599,8 +1593,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "scl_60m": { @@ -1634,8 +1627,7 @@ } ], "roles": [ - "data", - "reflectance" + "data" ] }, "safe_manifest": {