get_polygons_from_uris# get_polygons_from_uris(uris: str | list[str], crs_transformer: CRSTransformer, bbox: Box | None = None, map_coords: bool = False) → list['BaseGeometry'][source]# Load and return polygons (in pixel coords) from one or more URIs. Parameters: uris (str | list[str]) – crs_transformer (CRSTransformer) – bbox (Box | None) – map_coords (bool) – Return type: list[‘BaseGeometry’]