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 8368b07 commit 550cda2Copy full SHA for 550cda2
README.md
@@ -32,7 +32,7 @@ connection = openeo.connect("https://openeo.eodc.eu")
32
33
cube_in = connection.load_collection(
34
"SENTINEL1_SIG0_20M",
35
- spatial_extent={"west": 16.06, "south": 48.06, "east": 16.65, "north": 48.35},
+ spatial_extent={"west": 16.06, "south": 48.06, "east": 16.67, "north": 48.07},
36
temporal_extent=["2023-01-01", "2024-01-01"],
37
bands=["VV"]
38
)
0 commit comments