-
Notifications
You must be signed in to change notification settings - Fork 3
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
Convert one python notebook to script #109
Comments
Weather data cleaning script now running for me with correct output csv files |
Okay, so I was just going through running this script. All of the lines that read in the csvs from url (e.g., line 30, 89, etc.) return this error:
I was able to overcome this using this |
Thank you for trying it. I created public links for all of the weather data files on CyVerse, but there must still be some permission issues. I will look into it. |
I'm able to download the files directly by putting them into a browser, so I don't know if it's permissions issues? |
@KristinaRiemer could you try this test script and see if you get the same error? You may have to |
I got the same SSL certificate error after running the
|
One more script for you to try, @KristinaRiemer. Thank you for your help! |
That worked with one minor file path change! Line 11 of that script needed to be You should be able to modify |
Follow-up ticket to complete weather cleaning script #113 |
Starting with
weather_data_cleaning.ipynb
, we'll be converting that to a .py script usingjupyter nbconvert
or within PyCharm as a first step for improving and automating workflow.The text was updated successfully, but these errors were encountered: