importer

Function pick_geofabrik

Source
pub async fn pick_geofabrik(input: String) -> Result<(String, String)>
Expand description

Given the path to a GeoJSON boundary polygon, return the URL of the smallest Geofabrik osm.pbf file that completely covers the boundary, and the path to where the local copy should go.