convenience.get_mapunit_by_bbox

convenience.get_mapunit_by_bbox(
    min_x,
    min_y,
    max_x,
    max_y,
    columns=None,
    client=None,
)

Get map unit data within a bounding box.

Args: min_x: Western boundary (longitude) min_y: Southern boundary (latitude) max_x: Eastern boundary (longitude) max_y: Northern boundary (latitude) columns: List of columns to return. If None, returns basic map unit columns client: Optional SDA client instance. If not provided, a temporary client is created and closed automatically.

Returns: SDAResponse containing map unit data