-
Notifications
You must be signed in to change notification settings - Fork 7
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
End of FTP access to Argo data through US GDAC #599
Comments
yields as below.
so these are the things I'll need to think about. |
By the way, I do not plan to ask CRAN for an update to the package. That's because it will automatically go down through the list of known servers, if connections cannot be made. |
Um, I can't even get in to https://usgodae.org/argo/argo.html at the moment. (And that is a link referred-to in lots of places, including UCSD pages, etc.) Possibly my machine is a bit haywire, though. I've been doing Dal-admin things and that often seems to screw up my web connections. But grading is important at this time of year. The original email would have been more helpful if it had stated a mapping from an old address for a particular data item (ftp.SOMETHING_NEW) to a new one (SOMETHING_ELSE). I have never found the US server to be reliable, to be honest. I guess their whole governmental system is so obsessed with border and abortion issues that other things fade into the background. |
When I use
so the question I need to solve is where to get the file? Do I just put |
Hm, these two fail: > curl::curl_download("http://usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", "1.gz")
Error in curl::curl_download("http://usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", :
Timeout was reached: [] Failed to connect to usgodae.org port 80 after 10004 ms: Timeout was reached
> curl::curl_download("https://usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", "1.gz")
Error in curl::curl_download("https://usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", :
Timeout was reached: [] Failed to connect to usgodae.org port 443 after 10002 ms: Timeout was reached |
These also fail > curl::curl_download("https://www.usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", "1.gz")
Error in curl::curl_download("https://www.usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", :
Timeout was reached: [] Failed to connect to www.usgodae.org port 443 after 10002 ms: Timeout was reached
> curl::curl_download("http://www.usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", "1.gz")
Error in curl::curl_download("http://www.usgodae.org/pub/outgoing/argo/ar_index_global_prof.txt.gz", :
Timeout was reached: [] Failed to connect to www.usgodae.org port 80 after 10002 ms: Timeout was reached |
@richardsc any idea of the URL we are supposed to use now? I am trying as in my notes (see previous 2 comments) and as at http://www.met.reading.ac.uk/~marc/eResearch/argo/processData/download/ but I cannot connect to whatever I try for the usgodae server. Basically, forgetting about downloading, every web search I do for usgodae gives me a link that I cannot access. Not sure if it's my machine, though, because (as noted earlier) things get messed up when I have to do work logged in to the Dal exchange system. |
Maybe JH or other BIO staff can be entrained into this search for usgodae. |
Yeah, something seems wrong. https://usgodae.org/argo/argo.html Works for me, but when I click the http link there: This is not an emergency for argoFloats, as I think we can still access the IFREMER https server, and in fact the default is to use it over the USGODAE server anyway:
|
From the argo-dm mailing list (see below). I don't think this affects us, but we might need to update server location to remove any FTP options that are no longer provide.
The text was updated successfully, but these errors were encountered: