From b169669d645932fcc2625362d9e20ceea34770db Mon Sep 17 00:00:00 2001 From: Martin Folkerts Date: Wed, 23 Jul 2025 08:30:45 +0200 Subject: [PATCH] fix splitting area was set to wide --- python_app/planet_download.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_app/planet_download.ipynb b/python_app/planet_download.ipynb index 4279605..c3ef0fb 100644 --- a/python_app/planet_download.ipynb +++ b/python_app/planet_download.ipynb @@ -423,7 +423,7 @@ ], "source": [ "bbox_splitter = BBoxSplitter(\n", - " shapely_geometries, CRS.WGS84, (1, 1), reduce_bbox_sizes=True\n", + " shapely_geometries, CRS.WGS84, (5, 5), reduce_bbox_sizes=True\n", ") # bounding box will be split into a grid of 5x4 bounding boxes\n", "\n", "# based on https://github.com/sentinel-hub/sentinelhub-py/blob/master/examples/large_area_utilities.ipynb \n",