Description Usage Arguments Value Examples
A set of visualization methods for trajectories extracted in rwlts package.
1 2 3 4 5 |
x |
a |
... |
additional functions |
type |
a |
show_count |
a |
a gg
object from ggplot2 package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
wlts_bdc <- "https://brazildatacube.dpi.inpe.br/wlts/"
wlts_tibble <- get_trajectory(
URL = wlts_bdc,
latitude = c(-12, -11),
longitude = c(-54, -55),
collections = "mapbiomas_amazonia-v5",
start_date = "2015-07-01",
end_date = "2017-07-01",
config = httr::add_headers("x-api-key" = "BDC-KEY"))
plot(wlts_tibble)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.