powered by
Return an OSM Overpass query in PBF (Protocol Buffer Format).
osmdata_pbf(q, filename, quiet = TRUE)
An object of class overpass_query constructed with opq and add_osm_feature.
overpass_query
If given, OSM data are saved to the named file
suppress status messages.
An binary Protocol Buffer Format (PBF) object.
# NOT RUN { q <- opq ("hampi india") q <- add_osm_feature (q, key="historic", value="ruins") osmdata_pdf (q, filename="hampi.pbf") # }
Run the code above in your browser using DataLab