odc.geo.geobox.GeoBox.map_bounds

GeoBox.map_bounds(*args, **kw)[source]

Query bounds in folium/ipyleaflet style.

Returns SW, and NE corners in lat/lon order. ((lat_w, lon_s), (lat_e, lon_n)).

Return type

Tuple[Tuple[float, float], Tuple[float, float]]