We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e291d96 commit da18de1Copy full SHA for da18de1
README.md
@@ -37,7 +37,7 @@ connection.authenticate_oidc()
37
38
bbox = {"west": 11.655947222212369, "east": 11.715643117926051, "south": 50.87929082462556, "north": 50.92129080534822}
39
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 = {}
+ temporal_extent = ["2020-01-01T00:00:00Z", "2020-02-01T00:00:00Z"], bands = None, properties = {}
41
)
42
43
def reducer1(data, context):
0 commit comments