pixel_history.RdReturns a pixel history of one or multiple bands from one coverage.
pixel_history(coverage, coord_sys, bands, coords, date = NULL, desc_url = NULL, query_url = NULL, plot = F)
| coverage | name of the coverage [character] |
|---|---|
| coord_sys | coordinate system [character] |
| bands | coverage bands to calculate and visualize pixel history [character] |
| coords | coordinates of the location of interest in c(Lat,Lon)[character] |
| date | date range in format (Ymd) [character] |
| desc_url | Web Coverage Service (WCS) DescribeCoverage url [character]. This URL can be built with the *createWCS_URLs* function |
| query_url | Web Coverage Service (WCS) for processing the query [character]. This URL can be built with the *createWCS_URLs* function |
| plot | Should the data be plotted [boolean]. |