-
Notifications
You must be signed in to change notification settings - Fork 83
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
BUG: Allow write_gcps to succeed without gcp_crs #648
Conversation
Mind adding a test similar to this one with the CRS = None?
|
rioxarray.write_gcps
rioxarray.write_gcps
I have added a test, let me know if this is what you had in mind 👍 |
Looks good 👍. Once the linting issues are resolved, I think this is ready to merge. |
Suggestion for fixing the linting issues: python -m pip install pre-commit
pre-commit run --all |
This PR just made it possible for me to read MODIS data into an xarray.Dataset. Thank you! Logs are expired on the checks, but I hope this can get patched and merged. You are amazing. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #648 +/- ##
==========================================
+ Coverage 95.90% 95.99% +0.08%
==========================================
Files 12 12
Lines 1735 1748 +13
==========================================
+ Hits 1664 1678 +14
+ Misses 71 70 -1 ☔ View full report in Codecov by Sentry. |
Thanks @peterm790 👍 |
docs/history.rst
for all changes anddocs/rioxarray.rst
for new APII have not written any tests related to this change.