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

Use dask distributed scatter/persist for rayleigh correction #63

Open
djhoese opened this issue Feb 5, 2019 · 0 comments
Open

Use dask distributed scatter/persist for rayleigh correction #63

djhoese opened this issue Feb 5, 2019 · 0 comments

Comments

@djhoese
Copy link
Member

djhoese commented Feb 5, 2019

I've been playing around with dask-distributed for using satpy/dask on a cluster. While learning more about how to submit tasks/data to workers I learned about the idea of sending data to the workers that stays at the workers for future calculations. This sounds like it could be a good idea for rayleigh correction where pyspectral/satpy pushes the LUTs to the workers and then as rayleigh correction tasks are submitted for processing they would be sent to workers that had the LUTs already in memory. I'm not sure this is a perfect use case for this since LUTs, by their nature, require the entire LUT to be available (you can't chunk them and do a look up in only one chunk).

I just wanted to write this down for future consideration.

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

No branches or pull requests

1 participant