Replies: 1 comment 2 replies
-
We can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I considered taking on myself Daskifying the viewshed computation.
I saw that the functions implemented Dask followed the schema of:
_func = partial(numpy_func,..)
data.map_overlap(_func).
Is it the whole deal im viewshed as well?
If so, why hasnt it been done already as it seems like 5 minutes work.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions