osm.combineShops: osm.combineShops

View source: R/osm.r

osm.combineShopsR Documentation

osm.combineShops

Description

Combine all Shops results into single dataset. It merges Points, Polygons and Myltipolygons into a single dataset of Points using centroids of polygons when necessary.

Usage

osm.combineShops(inam)

Arguments

inam

a

Value

A nice

Author(s)

Dimitris Kavroudakis dimitris123@gmail.com

See Also

Other osm: osm.ClipSFnetwork_with_poly(), osm.CreateEmptyRaster(), osm.bb_2_pol(), osm.combineAmenities(), osm.getFrequency(), osm.getLength_footway(), osm.getPOI_usingbb(), osm.getPOI(), osm.getRoads(), osm.osmdata_result_2_bbox_pol()

Examples

library(goal)
sh = osm.getPOI(inPerioxi = "Mytilene Municipal Unit", inkey = "shop")
sh
shops = osm.combineShops(sh)
shops

dimitrisk/goal documentation built on April 30, 2024, 7:21 p.m.