unique_osmdata: unique_osmdata

unique_osmdataR Documentation

unique_osmdata

Description

Reduce the components of an osmdata object to only unique items of each type. That is, reduce ⁠$osm_points⁠ to only those points not present in other objects (lines, polygons, etc.); reduce ⁠$osm_lines⁠ to only those lines not present in multiline objects; and reduce ⁠$osm_polygons⁠ to only those polygons not present in multipolygon objects. This renders an osmdata object more directly compatible with typical output of sf.

Usage

unique_osmdata(dat)

Arguments

dat

An osmdata object

Value

Equivalent object reduced to only unique objects of each type

See Also

Other transform: osm_elevation(), osm_poly2line(), trim_osmdata(), unname_osmdata_sf()


osmdata documentation built on Aug. 14, 2023, 5:08 p.m.