SMByC / CCD-Plugin

The CCD-Plugin uses Google Earth Engine to get Landsat or Sentinel2 datasets and run the Continuous Change Detection (CCDC) algorithm to analyze the trends and breakpoints of change over multi-year time series at a given coordinate.
GNU General Public License v3.0
37 stars 4 forks source link

Allow more decimals places when setting Chi-square #8

Closed danielm09 closed 7 months ago

danielm09 commented 7 months ago

Currently, the parameter Chi-square, which can be adjusted in the "Advanced settings", only allows 2 decimals places. Change max number of decimal places.

XavierCLL commented 7 months ago

Thanks @danielm09, you're right, better have more decimal places in that parameter, fixed.

danielm09 commented 7 months ago

I think it was fixed in the GUI code, but it is not available when people download the plugin from the QGIS repo. Maybe it needs to update something in the QGIS repo side to download the lastest version of this repo?

XavierCLL commented 7 months ago

Hi @danielm09 yeah because I didn't upload a new version with that fix, I have just done it, v23.11

danielm09 commented 7 months ago

@XavierCLL Thanks!