Package: osmclass 0.1.3
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.3.tar.gz
osmclass_0.1.3.zip(r-4.5)osmclass_0.1.3.zip(r-4.4)osmclass_0.1.3.zip(r-4.3)
osmclass_0.1.3.tgz(r-4.4-any)osmclass_0.1.3.tgz(r-4.3-any)
osmclass_0.1.3.tar.gz(r-4.5-noble)osmclass_0.1.3.tar.gz(r-4.4-noble)
osmclass_0.1.3.tgz(r-4.4-emscripten)osmclass_0.1.3.tgz(r-4.3-emscripten)
osmclass.pdf |osmclass.html✨
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
- djibouti_points - OSM Points Layer for Djibouti, August 2023
Last updated 3 months agofrom:293d1b093b. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | NOTE | Oct 31 2024 |
R-4.4-mac | NOTE | Oct 31 2024 |
R-4.3-win | NOTE | Oct 31 2024 |
R-4.3-mac | NOTE | Oct 31 2024 |
Exports:osm_classifyosm_line_classosm_line_info_tagsosm_other_tags_listosm_point_polygon_classosm_tags_df
Dependencies:collapsedata.tableRcppstringi
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Classify Open Street Map Features | osmclass-package osmclass |
A Classification of OSM Features by Economic Function | classifications osm_line_class osm_line_info_tags osm_point_polygon_class |
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 |