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

Given the path to an Osmosis boundary polygon, return the URL of a Geofabrik osm.pbf file that best covers the boundary.

If the boundary splits multiple Geofabrik files, the result may be any of the overlapping files.