Questions tagged [sen2r]
2 questions
0
votes
0 answers
Resume download if _.gstmp files after downloading Sentinel-2 SAFE products using sen2r R package
I have downloaded a large number of Sentinel-2 SAFE files using the R package 'sen2r', which has implemented a Google Cloud download method to retrieve products stored in Long Term Archive. This has worked for me, but after checking the files I have…

Meirzev
- 1
- 2
0
votes
0 answers
Error in readRDS(s2tiles_rds) : unknown input format while using `sen2r` r package
I was trying to download Sentinel 2 image using sen2r() from the command line as provided in the Vignettes using the following codes
library(tidyverse)
library(sen2r)
library(sf)
#Downloading data from DIVA GIS website
get_india_map <-…

UseR10085
- 7,120
- 3
- 24
- 54