-
Notifications
You must be signed in to change notification settings - Fork 15
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
Collocation of emep-mscw output with gridded data in a projection #1274
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main-dev #1274 +/- ##
============================================
+ Coverage 78.96% 79.00% +0.03%
============================================
Files 133 134 +1
Lines 20596 20700 +104
============================================
+ Hits 16263 16353 +90
- Misses 4333 4347 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
small changes, looks good
Change Summary
ProjectionInformation
proj_info
toGriddedData
, the projection projection-information consist of a projection functions to convert between lat/lon and x/y in the projection, as well as of the dimension-names of the x/y-axes.ProjectionInformation
when reading a variable in mscw-ctm reader and add that to GriddedDatapyproj
an explicit dependency (currently only implicit dependency ofiris
andcartopy
)Related issue number
solves the EMEP4NO part of #1175
Checklist