osmdata_sp: Return an OSM Overpass query as an osmdata object in sp
format.
Description
Return an OSM Overpass query as an osmdata object in sp
format.
Usage
osmdata_sp(q, doc, quiet = TRUE)
Arguments
q
An object of class overpass_query constructed with
opq and add_osm_feature. May be be omitted,
in which case the osmdata object will not include the
query.
doc
If missing, doc is obtained by issuing the overpass query,
q, otherwise either the name of a file from which to read data,
or an object of class XML returned from
osmdata_xml.
quiet
suppress status messages.
Value
An object of class osmdata with the OSM components (points, lines,
and polygons) represented in sp format.