-
Notifications
You must be signed in to change notification settings - Fork 190
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
add mpi example? #25
Comments
That is definitely interesting, my only concern against including an MPI example in PyKrige is that once it's in the code base it would have to be supported (i.e. if it doesn't work for a user due to his MPI setup, he might open issues here, which is a bit off topic ). Are you using MPI for the parallelism (with If you are interested, maybe you could put your MPI example in a separate Github gist, and we will link to it from the documentation (once it is added in #14 )? Not sure what's the best way of handling this.. |
Sorry did not see this earlier. Let's do what you suggest. |
What would be the equivalent of |
Kriging with a moving window is not yet implemented for |
Closing due to inactivity. Feel free to re-open. |
I have already implemented an MPI Krige pipeline in another package, using which I can krige large geotifs.
I have so far used Kriging on 20000x12000 pixels in 10 minutes using ordinary krige + linear + n_esitmators_points=50 using 32 cores.
Let me know if this will be desirable, and I can put together another PR with an MPI example.
The text was updated successfully, but these errors were encountered: