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
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
The text was updated successfully, but these errors were encountered:
from @eliotmcintire
The text was updated successfully, but these errors were encountered: