-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add netcdf support #26
Conversation
Still need to add a reader |
Ignore the ready for review at the moment. The button moved as I clicked... |
Codecov Report
@@ Coverage Diff @@
## master #26 +/- ##
==========================================
- Coverage 98.82% 97.27% -1.56%
==========================================
Files 7 8 +1
Lines 767 881 +114
Branches 152 177 +25
==========================================
+ Hits 758 857 +99
- Misses 9 19 +10
- Partials 0 5 +5
Continue to review full report at Codecov.
|
One very quick thought, iris has to/from dataframe methods and will do all the dependency handling for us so might be an easier way than using netCDF4 directly? |
This will likely be heavily modified when we transition to the new data model, but reading writing nc files might be quicker in the mean time.
Also it allows writing output without the pyam dependency from
to_csv