Description Usage Arguments Value Examples
Retrieves the land use and cover trajectories from the data
collections given a location in space. The property result
contains
the feature identifier information, class, time, and the collection
associated to the data item.
1 2 3 4 5 6 7 8 9 10 |
URL |
a |
latitude |
a |
longitude |
a |
collections |
a |
start_date |
a |
end_date |
a |
... |
a |
query_info |
a |
a object
of wlts class with query (if query_info
is
provided) and a tibble with trajectory requested.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
wlts_bdc <- "https://brazildatacube.dpi.inpe.br/wlts/"
get_trajectory(wlts_bdc,
latitude = c(-12, -11.01),
longitude = c(-54, -54),
collections = "mapbiomas5_amazonia")
# date interval
get_trajectory(URL = wlts_bdc,
latitude = c(-12, -11),
longitude = c(-54, -55),
collections = "mapbiomas5_amazonia",
start_date = "2015-07-01",
end_date = "2017-07-01")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.