-
Notifications
You must be signed in to change notification settings - Fork 10
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
SnowEx Database Add #18
SnowEx Database Add #18
Conversation
"ds = RasterMeasurements.from_filter(observers='ASO Inc.', date=dt, type='swe')\n", | ||
"\n", | ||
"# Plot it up!\n", | ||
"show(ds[0], vmin=0.1, vmax=0.4, cmap='winter')\n", |
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.
Executing this on cryocloud I'm getting a traceback: NameError: name 'show' is not defined
. I think once you merge in the main branch and clear the output cells from these notebooks it'll be good to merge
conda/environment.yml
Outdated
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.
can remove this file from the PR since #19 was merged
…-2024 into database_initial
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.
Wonderful!
xref: uwhackweek/schedule-2024#11