R/rosmium.R

#' rosmium: Bindings for Osmium Tool
#'
#' Allows one to use Osmium Tool from R. Osmium is a multipurpose command line
#' tool that enables one to manipulate and analyze OpenStreetMap (OSM) files
#' through several different commands. Currently, this package does not aim to
#' offer functions that cover the entirety of Osmium’s API, instead making
#' available functions that wrap only a very limited set of Osmium’s features.
#'
#' @section Usage:
#' Please check the vignette for more on the package usage:
#' - Introductino to rosmium: R bindings for Osmium Tool. Run
#' `vignette("rosmium")` or check it on the
#' [website](https://ipeagit.github.io/rosmium/articles/rosmium.html).
#'
#' @docType package
#' @name rosmium
#' @aliases rosmium-package
#'
#' @keywords internal
"_PACKAGE"

Try the rosmium package in your browser

Any scripts or data that you put into this service are public.

rosmium documentation built on Nov. 28, 2023, 1:07 a.m.