-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fixing of CORDEX datasets in lambert conformal conical projection #1956
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1956 +/- ##
==========================================
+ Coverage 92.79% 92.84% +0.04%
==========================================
Files 236 253 +17
Lines 12438 12544 +106
==========================================
+ Hits 11542 11646 +104
- Misses 896 898 +2
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work @Neah-Ko !! Looks like we are close to a proper fix for these datasets, but first could you please address the following comments?
…more relevant position, accounted for possible non monotonicity, refactor and style
Thanks looking into all of @Neah-Ko !! I tested a bit the fixes with data and there is a bit reorganization to be done. Also with @pepcos we discussed that maybe it would be best to apply the fixes at a dataset level at the end, because for some datasets the results look a bit shifted. I will take what you have already done that is already working nicely and adapt it a bit so that it covers the datasets we have tested. |
In summary:
|
Description
Fixing of CORDEX datasets in lambert conformal conical projection.
Some datasets have wrongly defined coordinates, especially on the boundaries.
The fix behaves this way:
i.e. latitude/longitude are in geographical and projection_x/y_coordinate are in lambert.
Closes #1879
Link to documentation
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.