Description Usage Format Details
Sentinel-2 tile ids for the statewide channel type dataset
1 |
A vector of character
The following code generates the data:
1 2 3 4 5 6 7 8 9 10 | labelled_points <- SSCT_data %>% to_spatial() %>% sf::st_as_sf()
id_tiles <- s2_list(
spatial_extent = labelled_points,
time_period = "full",
level = "L2A",
availability = "online"
) %>%
as.data.frame() %>%
dplyr::pull(id_tile) %>%
unique()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.