Changelog
osmclass 0.1.5
CRAN release: 2026-05-19
- Added
osm_other_tags_str(): reformats the ‘other_tags’ hstore column as a comma-separatedkey:"value"string per feature, with anexcludeargument to drop tag keys already captured byosm_classify()(e.g. those inmain_tag/alt_tags_values). Useful for preserving the remaining OSM tags without duplicating classification output.
osmclass 0.1.4
CRAN release: 2026-05-02
Added
osm_point_polygon_class_det: A new detailed classification of point and polygon features by economic significance.Added
osm_point_polygon_class_det_agg: A mapping of the detailed categories to more aggregate ones.