Skip to content

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

@BlueGrisGris

Description

@BlueGrisGris

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions