fix splitting area was set to wide
This commit is contained in:
parent
d0b90b079a
commit
b169669d64
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue