id_tiles: Sentinel-2 tile ids for the statewide channel type dataset

Description Usage Format Details

Description

Sentinel-2 tile ids for the statewide channel type dataset

Usage

1

Format

A vector of character

Details

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()

hrvg/AIgeomorphologist documentation built on Dec. 20, 2021, 4:49 p.m.