osmdata_sc {osmdata} | R Documentation |
Return an OSM Overpass query as an osmdata object in
silicate
(SC
) format.
Description
Return an OSM Overpass query as an osmdata object in
silicate
(SC
) format.
Usage
osmdata_sc(q, doc, quiet = TRUE)
Arguments
q |
An object of class |
doc |
If missing, |
quiet |
suppress status messages. |
Value
An object of class osmdata_sc
representing the original OSM hierarchy
of nodes, ways, and relations.
Note
The silicate
format is currently highly experimental, and
recommended for use only if you really know what you're doing.
See Also
Other extract:
osmdata_data_frame()
,
osmdata_sf()
,
osmdata_sp()
,
osmdata_xml()
Examples
## Not run:
hampi_sf <- opq ("hampi india") %>%
add_osm_feature (key = "historic", value = "ruins") %>%
osmdata_sc ()
## End(Not run)
[Package osmdata version 0.2.5 Index]