nodes4boundaries: function nodes4boundaries

Description Usage Arguments Value Author(s) References See Also Examples

Description

Get OSM nodes within a given boundary

Usage

1
nodes4boundaries(object, boundary)

Arguments

object

A map feature

boundary

A series of coordinates

Value

XML document with OpenStreetMap objects within the given boundary

Author(s)

Jan-Philipp Kolb <Jan-Philipp_Kolb@gmx.net>

References

http://wiki.openstreetmap.org/wiki/Overpass_API

See Also

extract_osm_nodes

Examples

1
2
3
objectI <- "leisure=playground"
boundaryI <- "50.6,7.0,50.8,7.3"
osm_obj <- nodes4boundaries(objectI,boundaryI)

Japhilko/gosmd documentation built on May 7, 2019, 10:32 a.m.