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
{{ message }}
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.
Getting this error when attempting to run the phenology calculations live with TSTools:
File "/usr3/graduate/valpasq/.qgis2/python/plugins/tstools/ts_driver/timeseries_yatsm.py", line 160, in fetch_results
self._fetch_results_live()
File "/usr3/graduate/valpasq/.qgis2/python/plugins/tstools/ts_driver/timeseries_yatsm.py", line 445, in _fetch_results_live
ltm = pheno.LongTermMeanPhenology(self.yatsm_model)
AttributeError: 'module' object has no attribute 'LongTermMeanPhenology'
Figuring this has to do with the changes made to the YATSM phenology calculation the other week.
The text was updated successfully, but these errors were encountered:
You're correct -- I changed the API in YATSM and need to update this driver to accommodate. I've waited a bit for some good ideas to come along for how to manage versions between this TS driver and YATSM, but none have crept in so I'll just implement a simple version checking error as I had in mind.
A larger question is how to communicate driver specific changes to the user so one can know if anything relevant to their TS driver is changing. Sounds like I need another repository...
Getting this error when attempting to run the phenology calculations live with TSTools:
Figuring this has to do with the changes made to the YATSM phenology calculation the other week.
The text was updated successfully, but these errors were encountered: