Skip to content

Commit da18de1

Browse files
authored
Update README.md
1 parent e291d96 commit da18de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ connection.authenticate_oidc()
3737

3838
bbox = {"west": 11.655947222212369, "east": 11.715643117926051, "south": 50.87929082462556, "north": 50.92129080534822}
3939
datacube1 = connection.load_collection(collection_id = "SENTINEL1_SIG0_20M", spatial_extent = bbox,
40-
temporal_extent = ["2020-01-01T00:00:00Z", "2021-01-01T00:00:00Z"], bands = None, properties = {}
40+
temporal_extent = ["2020-01-01T00:00:00Z", "2020-02-01T00:00:00Z"], bands = None, properties = {}
4141
)
4242

4343
def reducer1(data, context):

0 commit comments

Comments
 (0)