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",