Search found 4 matches

by joeyhotz
Thu Sep 01, 2022 12:31 pm America/New_York
Forum: Questions/Comments
Question: Download ASDC Files with Wget
Replies: 22

Re: Download ASDC Files with Wget

@njester I tried the code you sent above using the TOKEN and URL variables and it worked perfectly after a bit of tweaking! Thanks for your help!
by joeyhotz
Wed Aug 31, 2022 2:48 pm America/New_York
Forum: Questions/Comments
Question: Download ASDC Files with Wget
Replies: 22

Re: Download ASDC Files with Wget

To: njester post_id=8960 time=1629405345 user_id=3030 Nathan wrote in a previous post: The script provided should download all the files within a directory. Did you use the first code from the first code block to create .netrc and .urs_cookies file? If not, or if the credentials you entered were wro...
by joeyhotz
Tue Aug 30, 2022 3:04 pm America/New_York
Forum: Questions/Comments
Question: Slow download speeds for MISR data
Replies: 3

Re: Slow download speeds for MISR data

Thanks for the reply, I'll try and edit my code to use wget in the script. Do you know if using wget would help alleviate the issue which I have been having with slow downloads? I have been using the "download.file()" function in R instead of wget and I have noticed that it often takes aro...
by joeyhotz
Tue Aug 30, 2022 12:07 pm America/New_York
Forum: Questions/Comments
Question: Slow download speeds for MISR data
Replies: 3

Slow download speeds for MISR data

Hi all, I have been trying to use a script which I made in R to download MISR NetCDF files from the MIL2ASAE.003 dataset on the OPeNDAP server. In my experience, I have found that the download speeds for these NetCDF files are quite quick at first, but after a certain point (around 50 files), it sta...