osmclass: Classify Open Street Map Features

Classify Open Street Map (OSM) features into meaningful functional or analytical categories. Designed for OSM PBF files, e.g. from <https://download.geofabrik.de/> 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) <https://www.ssrn.com/abstract=4537867>.

Version: 0.1.3
Depends: R (≥ 3.3.0)
Imports: collapse (≥ 1.9.6), data.table, stringi
Published: 2023-08-17
Author: Sebastian Krantz [aut, cre]
Maintainer: Sebastian Krantz <sebastian.krantz at graduateinstitute.ch>
License: GPL-3
NeedsCompilation: no
Materials: README NEWS
CRAN checks: osmclass results

Documentation:

Reference manual: osmclass.pdf

Downloads:

Package source: osmclass_0.1.3.tar.gz
Windows binaries: r-devel: osmclass_0.1.3.zip, r-release: osmclass_0.1.3.zip, r-oldrel: osmclass_0.1.3.zip
macOS binaries: r-release (arm64): osmclass_0.1.3.tgz, r-oldrel (arm64): osmclass_0.1.3.tgz, r-release (x86_64): osmclass_0.1.3.tgz, r-oldrel (x86_64): osmclass_0.1.3.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=osmclass to link to this page.