Package: osmclass 0.1.4
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.4.tar.gz
osmclass_0.1.4.zip(r-4.7)osmclass_0.1.4.zip(r-4.6)osmclass_0.1.4.zip(r-4.5)
osmclass_0.1.4.tgz(r-4.6-any)osmclass_0.1.4.tgz(r-4.5-any)
osmclass_0.1.4.tar.gz(r-4.7-any)osmclass_0.1.4.tar.gz(r-4.6-any)
osmclass_0.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
osmclass/json (API)
NEWS
| # 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:6bdccfdb02. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | OK | 92 | ||
| macos-release-arm64 | OK | 106 | ||
| macos-oldrel-arm64 | OK | 108 | ||
| windows-devel | OK | 87 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 62 | ||
| wasm-release | OK | 99 |
Exports:osm_classifyosm_line_classosm_line_info_tagsosm_other_tags_listosm_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 Tags as Columns from an OSM PBF Layer | osm_tags_df |
