Package: osmclass
Type: Package
Title: Classify Open Street Map Features
Version: 0.1.3
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 <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>.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: collapse (>= 1.9.6), data.table, stringi
RoxygenNote: 7.2.3
LazyData: true
NeedsCompilation: no
Packaged: 2023-08-16 13:54:41 UTC; sebastiankrantz
Author: Sebastian Krantz [aut, cre]
Maintainer: Sebastian Krantz <sebastian.krantz@graduateinstitute.ch>
Repository: CRAN
Date/Publication: 2023-08-17 07:00:02 UTC
Built: R 4.4.3; ; 2025-10-13 09:29:41 UTC; windows
