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
Optimize code and enable parallel processing capabilities in Trends.Earth. This will decrease processing
times significantly. Ensure that code uses “QGSTasks” where appropriate so that tasks can more easily be parallelized, that users can view percentage completion, cancel tasks, etc. Also use the “numba” library as appropriate to ensure any processing code that
could benefit from just-in-time compilation does so.
The text was updated successfully, but these errors were encountered:
parallel processing using QGIS tasks -> requires a processing overhaul
user can see the list of jobs but they also need to see the percentage of completion of each job and status category like (processing, success or failure)
logs may be useful if there is a failure (particularly in the cloud)
Optimize code and enable parallel processing capabilities in Trends.Earth. This will decrease processing
times significantly. Ensure that code uses “QGSTasks” where appropriate so that tasks can more easily be parallelized, that users can view percentage completion, cancel tasks, etc. Also use the “numba” library as appropriate to ensure any processing code that
could benefit from just-in-time compilation does so.
The text was updated successfully, but these errors were encountered: