-
Notifications
You must be signed in to change notification settings - Fork 303
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
Speed up cviirs tiepoint interpolation #941
Conversation
Codecov Report
@@ Coverage Diff @@
## master #941 +/- ##
==========================================
+ Coverage 86.19% 86.73% +0.54%
==========================================
Files 174 175 +1
Lines 26714 27178 +464
==========================================
+ Hits 23026 23574 +548
+ Misses 3688 3604 -84
Continue to review full report at Codecov.
|
Seems to make loading significantly faster. Timings for single DNB granule in Compact SDR format,
|
I think it could go even faster if the code between navigation and angles was also factorized |
With the latest updates the performance is looking pretty spectacular vs.
For |
Just to clarify, it is just creating the datasets that we discuss here, not any computation of the data |
This PR by factorizes
expand_array
(renamed toexpand_arrays
) to handle similar arrays at the same time.flake8 satpy