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
Hi,
it is possible to have multi core support for this plugin?
It seems, that no parallelization during computation of layers (COG tiff 10 000 x 8 000 px).
The text was updated successfully, but these errors were encountered:
Hey 😃,
I have tried to implement multi core processing with python multiprocessing module but then I realized that QGIS doesn't support this module (QGIS crashes when you try to import it). Some numpy functions already use multiple cores but most of them don't, currently RVT computes visualizations on larger images tile by tile. We still haven't figure out how to use multiple cores on each tile or how to process multiple tiles at the same time on different cores.
Hi,
it is possible to have multi core support for this plugin?
It seems, that no parallelization during computation of layers (COG tiff 10 000 x 8 000 px).
The text was updated successfully, but these errors were encountered: