ConservationInternational / trends.earth

trends.earth - measure land change
http://trends.earth
GNU General Public License v2.0
107 stars 45 forks source link

Internal enhancements and improvements: optimize code and enable parallel processing capabilities #817

Open amyburness opened 3 days ago

amyburness commented 3 days ago

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.

amyburness commented 3 days ago

Deliverables for Internal enhancements and improvements :