-
Notifications
You must be signed in to change notification settings - Fork 43
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
Sample Graphic Notebook #90
base: main
Are you sure you want to change the base?
Conversation
🚀 📚 Preview for git commit SHA: 140af86 at: https://61040e5a2dce1971e60f4b4f--pythia-foundations.netlify.app |
Hi @michaelavs, if you merge in the latest updates from main branch, it should fix the build failures here. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
🚀 📚 Preview for git commit SHA: 88a42aa at: https://6140fbae64155600bb7af9fd--pythia-foundations.netlify.app |
I wanted some input on the file used in the python file to create the gif. The subsetted version of it is 409MB which is over the size that GitHub recommends/allows. I'm not sure if the code to create the gif is going to be built or not on the foundations website, if it isn't (either because it will be an inactive code or just not included), then there isn't really an issue. But if the code will be built/run, then I'd like to make sure that there won't be issues with the data file being the size it is. Also, definitely looking for feedback on this option for the graphic. It's the third rendition of a graphic for the front page and is a bit different than what was discussed in the other PR/issue for creating the graphic. This dataset shows precipitation data for the timeframe of the Boulder floods (with a few additional days to add time to the gif loop). I think it helps to showcase a fun thing that can be done with Python for data visualization and goes with the goal of Project Pythia with respect to educating scientists on how to use Python. |
@michaelavs Is there somewhere I can get to that file? I'd love to see if there's anything else to be done to try to reduce the data size. |
@dopplershift |
This pull request is being automatically built with GitHub Actions and Netlify. To see the status of your deployment, click below. 🔍 Git commit SHA: 07c543e |
Ok, managed to get the dataset down to 99M with some more subsetting from THREDDS and local rechunking for better compression. I've submitted a PR to the pythia-datasets repo to add the file. |
@dopplershift
wrfout file is in this PR and environment has been updated to include wrf-python and netcdf4 dependencies. I think the majority of my issues are coming from imshow and incorporating a png file with cartopy projections.