urbanlc.downloader.base.BoundingBox.get_partition#
- BoundingBox.get_partition(step: float = 0.07) List[List[float]] #
Divide the bounding box into patches of specified step size.
- Parameters:
step (float) – Step size for partitioning.
- Returns:
List of partitioned bounding boxes.
- Return type:
List[List[float]]