Open
Description
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.
Activity