splitbbox: Title

Description Usage Arguments Value Examples

View source: R/splitbbox.R

Description

Title

Usage

1
2
splitbbox(api_key, bbox = NULL, extras = c("geo", "tags", "date_taken",
  "url_m"), .allpages = FALSE, .usecache = TRUE, .oldn2 = NULL, ...)

Arguments

api_key

your personal API key from flickr

bbox

the spatial bounding box from spatial data; output from prettymapr::searchbbox(), sp::bbox() (e.g. bbox=bbox(shp)) or a character string (e.g. bbox='-65,44.5,-64.5,45')

extras

character vector of potential extra fields returned. By default ('geo,tags') returns the geotag information (latitude, longitude, etc) and the photo's tags (keywords). Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o

.allpages

Pass TRUE to return all pages of results (by default only 100 ish results are returned).

.usecache

Pass FALSE to not use cached results.

...

Key/value pairs as defined in the API documentation. text="my search query" is particularly useful.

Value

list

Examples

1
splitbbox(api_key, bbox)

remi-daigle/flickRgeotag documentation built on July 14, 2020, 8:37 a.m.