fn osmconvert(
    input: String,
    clipping_polygon: String,
    output: String,
    config: &ImporterConfiguration
)
Expand description

Uses osmconvert to clip the input .osm (or .pbf) against a polygon and produce some output. Skips if the output exists.