You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
I'm working on getting some landsat data, and am getting a strange error.
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()
The text was updated successfully, but these errors were encountered: