urbanlc.downloader.base.BoundingBox#
- class urbanlc.downloader.base.BoundingBox(bounds: List[float], region: Geometry)#
BoundingBox class for representing geographic bounding boxes.
Attributes
Methods
from_bounds
(lon_min, lat_min, lon_max, lat_max)Create a BoundingBox instance from specified bounding box coordinates.
from_point
(lon, lat[, radius])Create a BoundingBox instance from a specified point and radius.
get_partition
([step])Divide the bounding box into patches of specified step size.