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 numba to speed up radar regridding operation #74

Open
stevehadd opened this issue Jul 22, 2022 · 1 comment
Open

Use numba to speed up radar regridding operation #74

stevehadd opened this issue Jul 22, 2022 · 1 comment

Comments

@stevehadd
Copy link
Member

following on from #3 , it is clear that we need to speed up the custom radar regrdding (to match the mogreps-g grid) as the current python for loop approach is VERY slow. Numba might be a good option for that, but will take a little refactoring so I'm putting this is a spearate issue.

Basically, we should just need to pull out the regridding function
https://numba.pydata.org/

@stevehadd
Copy link
Member Author

the vectorise decorator plus numpy ufuncs might be useful for our purposes

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