pub fn osmium(
input: String,
clipping_polygon: String,
output: String,
config: &ImporterConfiguration,
)
Expand description
Uses osmium to clip the input .osm.xml or osm.pbf against a polygon and produce some output pbf file. Skips if the output exists.