RSS Feed of notes in a bbox
Arguments
- bbox
Coordinates for the area to retrieve the notes from (
left,bottom,right,top). Floating point numbers in degrees, expressing a valid bounding box, not larger than the configured size limit, 25 square degrees (seeosm_capabilities()$note_areaand this line in settings for the current value), not overlapping the dateline. It can be specified by a character, matrix, vector,bboxobject from sf, aSpatExtentfrom terra. Unnamed vectors and matrices will be sorted appropriately and must merely be in the order (x,y,x,y) orxin the first column andyin the second column.
See also
Other get notes' functions:
osm_get_notes(),
osm_read_bbox_notes(),
osm_search_notes()
Examples
feed_notes <- osm_feed_notes(bbox = c(0.8205414, 40.6686604, 0.8857727, 40.7493377))
## bbox as a character value also works (bbox = "0.8205414,40.6686604,0.8857727,40.7493377").
feed_notes
#> {xml_document}
#> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss">
#> [1] <channel>\n <title>OpenStreetMap Notes</title>\n <description>A list of ...