Package: osmclass 0.1.5
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>.
Authors:
osmclass_0.1.5.tar.gz
osmclass_0.1.5.zip(r-4.7)osmclass_0.1.5.zip(r-4.6)osmclass_0.1.5.zip(r-4.5)
osmclass_0.1.5.tgz(r-4.6-any)osmclass_0.1.5.tgz(r-4.5-any)
osmclass_0.1.5.tar.gz(r-4.7-any)osmclass_0.1.5.tar.gz(r-4.6-any)
osmclass_0.1.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
osmclass/json (API)
| # Install 'osmclass' in R: |
| install.packages('osmclass', repos = c('https://sebkrantz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sebkrantz/osmclass/issues
Pkgdown/docs site:https://sebkrantz.github.io
- djibouti_points - OSM Points Layer for Djibouti, August 2023
Last updated from:ebbeafb49c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 289 | ||
| linux-release-x86_64 | OK | 152 | ||
| macos-release-arm64 | OK | 84 | ||
| macos-oldrel-arm64 | OK | 70 | ||
| windows-devel | OK | 72 | ||
| windows-release | OK | 60 | ||
| windows-oldrel | OK | 72 | ||
| wasm-release | OK | 95 |
Exports:osm_classifyosm_line_classosm_line_info_tagsosm_other_tags_listosm_other_tags_strosm_point_polygon_classosm_point_polygon_class_detosm_tags_df
Dependencies:collapsedata.tableRcppstringi
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Classify Open Street Map Features | osmclass-package osmclass |
| Classification of OSM Features by Economic Function | classifications osm_line_class osm_line_info_tags osm_point_polygon_class osm_point_polygon_class_det |
| OSM Points Layer for Djibouti, August 2023 | djibouti_points |
| Classify OSM Features | osm_classify |
| Generate a List from the 'other_tags' Column in OSM PBF Data | osm_other_tags_list |
| Extract Remaining 'other_tags' as Comma-Separated Strings | osm_other_tags_str |
| Extract Tags as Columns from an OSM PBF Layer | osm_tags_df |
