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
130 stars 39 forks source link

A question #54

Closed zmx123-cloud closed 1 year ago

zmx123-cloud commented 2 years ago

Hello, I would like to ask you a question. Whether TWDTW can measure similarity in the absence of temporal patterns. I want to modify the source code if I can, but I can't see the source code, or I can't debug the twdtwApply() method, and I want to know why or what to do about it. Looking forward to your reply. Thank you very much.

vwmaus commented 1 year ago

Thank you for your message. TWDTW is designed for seasonal time series data. For non-seasonal sequential data, I recommend exploring the DTW literature.