fix splitting area was set to wide

This commit is contained in:
Martin Folkerts 2025-07-23 08:30:45 +02:00
parent d0b90b079a
commit b169669d64

View file

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