From 30153fe205eb71ec7b48fbd9115652d7c115d0f0 Mon Sep 17 00:00:00 2001 From: weiqi-tori Date: Wed, 21 Aug 2024 15:59:41 +0800 Subject: [PATCH] update to use harmonized s2 --- city_metrix/layers/albedo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/city_metrix/layers/albedo.py b/city_metrix/layers/albedo.py index dd3ba8a..7bf7b11 100644 --- a/city_metrix/layers/albedo.py +++ b/city_metrix/layers/albedo.py @@ -13,7 +13,7 @@ def __init__(self, start_date="2021-01-01", end_date="2022-01-01", threshold=Non self.threshold = threshold def get_data(self, bbox): - S2 = ee.ImageCollection("COPERNICUS/S2_SR") + S2 = ee.ImageCollection("COPERNICUS/S2_SR_HARMONIZED") S2C = ee.ImageCollection("COPERNICUS/S2_CLOUD_PROBABILITY") MAX_CLOUD_PROB = 30