You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was revisiting this code for someone and thought I would share this alternative method in case that's helpful for future tutorials using this repository.
A faster way to run 01_getNLDAS.R that doesn't require updating the links formatting in the Rscript every once in a while.
This requires using the command line and using wget from the command line:
Hello team!
I was revisiting this code for someone and thought I would share this alternative method in case that's helpful for future tutorials using this repository.
A faster way to run
01_getNLDAS.R
that doesn't require updating the links formatting in the Rscript every once in a while.This requires using the command line and using
wget
from the command line:For example:
Open the terminal
where
[text_file_downloaded]
is the path to the file downloaded in step 6 above.--content-disposition
ensures the files are not renamed but keep their ".grb" file extension/naming format.The text was updated successfully, but these errors were encountered: