Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi core support #16

Open
lieti opened this issue May 24, 2022 · 1 comment
Open

Multi core support #16

lieti opened this issue May 24, 2022 · 1 comment

Comments

@lieti
Copy link

lieti commented May 24, 2022

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).

@zm8597
Copy link
Contributor

zm8597 commented May 26, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants