r-spatial / dtwSat

Time-Weighted Dynamic Time Warping for satellite image time series analysis
https://www.victor-maus.com/dtwSat/
GNU General Public License v3.0
131 stars 39 forks source link

I am getting stack usage error. #66

Open ajaykumarvarma opened 8 months ago

ajaykumarvarma commented 8 months ago

matches <- twdtwApply(x = ts, y = patt, weight.fun = log_fun, keep = TRUE) Error: C stack usage 15922832 is too close to the limit

can you help me with this? why am i getting this error?