Package: osmclass Type: Package Title: Classify Open Street Map Features Version: 0.1.5 Authors@R: person("Sebastian", "Krantz", role = c("aut", "cre"), email = "sebastian.krantz@graduateinstitute.ch") Description: Classify Open Street Map (OSM) features into meaningful functional or analytical categories. Designed for OSM PBF files, e.g. from imported as spatial data frames. A classification consists of a list of categories that are related to certain OSM tags and values. Given a layer from an OSM PBF file and a classification, the main osm_classify() function returns a classification data table giving, for each feature, the primary and alternative categories (if there is overlap) assigned, and the tag(s) and value(s) matched on. The package also contains a classification of OSM features by economic function/significance, following Krantz (2023) . License: GPL-3 Encoding: UTF-8 Depends: R (>= 3.3.0) Imports: collapse (>= 1.9.6), data.table, stringi RoxygenNote: 7.3.3 LazyData: true URL: https://sebkrantz.github.io/osmclass/ Config/pak/sysreqs: libicu-dev Repository: https://sebkrantz.r-universe.dev Date/Publication: 2026-06-18 21:36:57 UTC RemoteUrl: https://github.com/sebkrantz/osmclass RemoteRef: HEAD RemoteSha: ebbeafb49cf7b769cdf9b02ec3c87383a5ea8cf6 NeedsCompilation: no Packaged: 2026-06-18 22:26:19 UTC; root Author: Sebastian Krantz [aut, cre] Maintainer: Sebastian Krantz