odc.geo.geobox.GeoBox.map_bounds

GeoBox.map_bounds()[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]]