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

ensure faster-rasters.R functions are parallel-aware & create examples #5

Closed
2 tasks done
achubaty opened this issue Mar 15, 2017 · 2 comments
Closed
2 tasks done

Comments

@achubaty
Copy link
Owner

achubaty commented Mar 15, 2017

from @eliotmcintire

to take advantage of the parallel processing, you have to have written a beginCluster() before each ... well... once before you run them. Like all raster functions that are parallel aware, if there is an active cluster, and the function is parallel aware, it will use it.
Basically, each of them takes advantage of the fact that "extract" is parallel aware, and that both Masking and Rasterizing can each be reformulated with an extract call, if you provide a raster template.

  • create examples for usage
  • improve the documentation
@achubaty
Copy link
Owner Author

achubaty commented Mar 15, 2017

@eliotmcintire
Copy link
Collaborator

eliotmcintire commented Mar 15, 2017

Change examples to remove SpaDES dependency (#8)

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