Skip to content

Landsat download problem: error in evaluating the argument 'y' in selecting a method for function 'intersect': non-character object(s) #116

@jebyrnes

Description

@jebyrnes

I'm working on getting some landsat data, and am getting a strange error.

records <-  getLandsat_records(time_range = c("2018-01-01", "2018-08-30"), 
                            products = "landsat_ot_c2_l1",
                            aoi = casco_extent,
                            rename_cols = FALSE)

Searching records for product name 'landsat_ot_c2_l1'...
Recieving available product levels from USGS-EROS ESPA...
Found a total of 186 records.
Error in h(simpleError(msg, call)) : 
  error in evaluating the argument 'y' in selecting a method for function 'intersect': non-character object(s)

What's going on here? When I go into debugOnce() I find it's getting records, but then some merge is failing.

The problem seems to be in getSpatialData:::.make_tileid_landsat()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions