pysat / pysatTutorials

Interactive Jupyter tutorials using pysat and supporting pysat packages
1 stars 3 forks source link

ENH: Added tutorial on writing files. #7

Open rstoneback opened 2 years ago

rstoneback commented 2 years ago

Created in support of https://github.com/pysat/pysat/pull/983 . Provided an interactive way to test files as I was writing code plus provides users the opportunity to test out file writing themselves.

To be added:

JonathonMSmith commented 2 years ago

Getting this error in the 8th code block: PermissionError: [Errno 13] Permission denied: b'pysatDemo/pysat/testing/demo_test_file_2009001.nc'

If i add the "pysat/testing" directory then this example works really well. I installed the "load_meta_proc" branch manually in the session so I think I should be up to date for this tutorial.

rstoneback commented 2 years ago

Thanks for the bug report. I've pushed a fix to https://github.com/pysat/pysat/pull/983

rstoneback commented 2 years ago

Thanks @JonathonMSmith! I will wait until the next pysat release to merge this.