-
Notifications
You must be signed in to change notification settings - Fork 17
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 write_pvolfile (see #470) #471
Conversation
Codecov Report
@@ Coverage Diff @@
## master #471 +/- ##
==========================================
+ Coverage 55.72% 56.47% +0.75%
==========================================
Files 54 55 +1
Lines 3015 3072 +57
==========================================
+ Hits 1680 1735 +55
- Misses 1335 1337 +2
Continue to review full report at Codecov.
|
@barthoekstra looking good! I noticed NEXRAD files (available here https://s3.amazonaws.com/noaa-nexrad-level2/index.html) are stored in a considerably larger size than the original. This is because the Is there an easy way to force |
Is there some way to reliably identify NEXRAD specific polar volumes? I presume through the fields in the source attribute, but you'll know better than me what a robust identifier would be. You could then write NEXRAD files using
You can consider replacing |
Now storing 64-bit floats as 32-bit floats for NEXRAD files, but this results only in a modest reduction of file size. Large file size for NEXRAD needs to be addressed in adokter/vol2bird#180 |
replaces PR #470