Calculate pixel buffer history of a coverage band

geocoded_pixel_buffer(coverage, coords, band, buffer, date = NULL,
  filename = "request", query_url = NULL, plot = F)

Arguments

coverage

name of the coverage [character]

coords

coordinates of the location of interest [character]

band

coverage band [character]

buffer

A buffer Zone around the coordinates of the Point [numeric]

date

date range in format (Ymd) [character]

filename

filename for the NETCDF Output. If none is provided the Object will be deleted after temporal storage in the tempdir [character]

query_url

Web Coverage Service (WCS) for processing the query [character]. This URL can be built with the *createWCS_URLs* function

plot

do you want a generic plot to be returned [boolean]