gdf_to_bbox

Contents

gdf_to_bbox#

gdf_to_bbox(gdf: GeoDataFrame) list[source]#

Convert a geodataframe to a STAC bbox

Parameters:

gdf (gpd.GeoDataFrame) – Geodataframe to convert to bbox

Returns:

STAC bbox

Return type:

dict