Downloads Osmosis, a command-line application for processing OpenStreetMap data.

download_osmosis(version = "0.48.3", force = FALSE, quiet = TRUE)

Arguments

version

A string. The version of Osmosis to be downloaded. Defaults to "0.48.3", the current latest version. Please check openstreetmap/osmosis releases for the full set of available versions.

force

A logical. Whether to overwrite previously downloaded and cached Osmosis. Defaults to FALSE.

quiet

A logical. Whether to hide informative messages or not. Defaults to TRUE.

Value

Invisibly returns the path to Osmosis.

Examples

download_osmosis()