Return an OSM Overpass query as an osmdata object in silicate (SC) format.
Return an OSM Overpass query as an osmdata object in
silicate
(SC
) format.
osmdata_sc(q, doc, quiet = TRUE)
q |
An object of class |
doc |
If missing, |
quiet |
suppress status messages. |
An object of class osmdata
representing the original OSM hierarchy
of nodes, ways, and relations.
The silicate
format is currently highly experimental, and
recommended for use only if you really know what you're doing.
Other extract:
osmdata_sf()
,
osmdata_sp()
,
osmdata_xml()
## Not run: hampi_sf <- opq ("hampi india") %>% add_osm_feature (key = "historic", value = "ruins") %>% osmdata_sc () ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.