-
Notifications
You must be signed in to change notification settings - Fork 32
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
Netcdf improvements #27
Conversation
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
895c57e
to
115965e
Compare
note: i based this off of |
@kwilcox could you please review? In particular, these are some changes I'd love to get feedback on:
|
91b0624
to
3b3f8e2
Compare
115965e
to
aa43c9a
Compare
I like it, wish this could be represented in the NcQcConfig file as well, but for now this is helpful. Would also be nice to default to the CF convention (extract the time and z axes if they are not provided).
There was some discussion if a flag value of
Yeah, this is still useful. Some tools use it for color bar bounds and other things. They could pull the info from
This is cool, works great for the purpose. |
Agreed. I'll add an issue for that to track it.
Hmmmm I see what you mean. When you put it that way, I think "data input mask and the quality flag mask are always be equal" is the correct behavior. So I will revert my changes.
Makes sense, thanks for the explanation. |
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.
I'm ok with whatever you decide on the fill_value
, good to go after that
NcQcConfig
NcQcConfig
save_to_netcdf
method to make it compliant with latest CF and IOOS metadata profilesNcQcConfig
to generate aggregate flag (see QcConfig does not create an aggregate flag #15)note: i based this off of
gen_agg_take2
, so that would be merged intomaster
before this PR. and if the approach for generating the aggregate flag changes, then this branch would need updates as well