merge_geojsons# merge_geojsons(geojsons: Iterable[dict]) → dict[source]# Merge features from all given GeoJSONs into one GeoJSON. Parameters: geojsons (Iterable[dict]) – Return type: dict