Skip to content

Commit

Permalink
Merge pull request #62 from wri/fix/harmonized_s2
Browse files Browse the repository at this point in the history
update to use harmonized s2
  • Loading branch information
weiqi-tori authored Aug 26, 2024
2 parents f8cbcf5 + 30153fe commit b3f7f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_metrix/layers/albedo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3f7f4c

Please sign in to comment.