Skip to content

Commit 550cda2

Browse files
committed
Adjust spatial extent in readme example
1 parent 8368b07 commit 550cda2

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
@@ -32,7 +32,7 @@ connection = openeo.connect("https://openeo.eodc.eu")
3232

3333
cube_in = connection.load_collection(
3434
"SENTINEL1_SIG0_20M",
35-
spatial_extent={"west": 16.06, "south": 48.06, "east": 16.65, "north": 48.35},
35+
spatial_extent={"west": 16.06, "south": 48.06, "east": 16.67, "north": 48.07},
3636
temporal_extent=["2023-01-01", "2024-01-01"],
3737
bands=["VV"]
3838
)

0 commit comments

Comments
 (0)