-
Notifications
You must be signed in to change notification settings - Fork 300
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
Implement fast modis lon/lat and angles interpolation #430
Conversation
So have we decided that python-geotiepoints isn't the right package for modis interpolation options? |
@djhoese nothing is decided, I just threw it here to test out. If I can generalise it, it will probably end up in python geotiepoints |
Codecov Report
@@ Coverage Diff @@
## master #430 +/- ##
==========================================
+ Coverage 72.39% 72.76% +0.37%
==========================================
Files 128 134 +6
Lines 16918 18115 +1197
==========================================
+ Hits 12247 13181 +934
- Misses 4671 4934 +263
Continue to review full report at Codecov.
|
This uses pytroll/python-geotiepoints#11 |
This implements fast Modis lon/lat and angles interpolation based on the second order interpolation described in the CVIIRS format documentation
git diff origin/master **/*py | flake8 --diff