r-spatial / dtwSat

Time-Weighted Dynamic Time Warping for satellite image time series analysis

Home Page:https://www.victor-maus.com/dtwSat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getTimeSeries from Landsat ARD

zilin129 opened this issue · comments

When I run the function getTimeSeries using Landsat ARD series, there will be errors like following.
Error in names(list_obj) <- paste0("ts", seq_along(list_obj)) :
'names' attribute [1] must be the same length as the vector [0]
In addition: Warning messages:
1: Time period of sample 1 does not overlap rester time series
2: Time period of sample 2 does not overlap rester time series
3: Time period of sample 3 does not overlap rester time series
How to solve this kind of error?

Error in names(list_obj) <- paste0("ts", seq_along(list_obj)) :

Happens because list_obj is an empty list. To help solve this a minimal, reproducible example should help.

Closing for lack of activity.