-
Notifications
You must be signed in to change notification settings - Fork 6
Add cloud scatterplots #261
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
base: main
Are you sure you want to change the base?
Conversation
@@ -22,7 +22,7 @@ classifiers = [ | |||
dependencies = [ | |||
"pooch >= 1.8", | |||
"cmip_ref_core", | |||
"ruamel.yaml >= 0.18", | |||
"pyyaml", |
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 had to switch to pyyaml
because the recipe uses multiple <<
keys to insert values into a mapping and ruamel.yaml
either throws and error or if you tell it to ignore the error, silently discards the previous key.
@@ -1,3 +1,19 @@ | |||
ESMValTool/obs4MIPs/GPCP-V2.3/v20180519/pr_GPCP-SG_L3_v2.3_197901-201710.nc 4dd4678b79ef139446c8406da5aae4fed210abb2f2160ef95f6988bf83e4525b |
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.
This dataset cannot be ingested with the REF #260 so I included it here.
Description
Closes #195
Sample data available in Climate-REF/ref-sample-data#30
Checklist
Please confirm that this pull request has done the following:
changelog/