luna icon indicating copy to clipboard operation
luna copied to clipboard

getLandsat() returns "No results found" for example code (and for all other queries I've attempted)

Open BlueGrisGris opened this issue 3 years ago • 2 comments

Running the example code for getLandsat() returns "No results found". This happens for every query I run with getLandsat.

product <- "Landsat_8_OLI_TIRS_C1"
sdate <- "2019-05-01" 
edate <- "2019-05-30"
area <- c(33, 34, -5, -4)
dir <- tempdir()
f <- getLandsat(product, start_date=sdate, end_date=edate,
            aoi=area, download=FALSE, path=dir)
> [1] No results found

Thanks!

BlueGrisGris avatar Jan 30 '23 00:01 BlueGrisGris

Same issue:

image

Both for AWS and EROS

Thanks!

chiararik avatar Mar 19 '24 14:03 chiararik

No results found no matter what I asked for, even example. Both repositories, any date, any area: No results found :( getLandsat(product="Landsat_8_OLI_TIRS_C1", start_date="2022-10-01", end_date="2022-12-23", aoi=c(-88.0,-87.0,17.0,17.5), download=F, path="BORRAR_PRUEBAS_DESCARGAS", server="AWS")

AbigailUribe avatar Apr 23 '24 22:04 AbigailUribe