Page 1 of 1

Challenges Downloading IONEX Data from CDDIS Servers in Singapore

Posted: Sat Jan 11, 2025 9:45 pm America/New_York
by mertchan
Hi everyone,

I am encountering some difficulties when trying to download IONEX data (e.g., VTEC, C1PG) from the CDDIS servers while based in Singapore.

While manually downloading files through the website, some pages don’t load properly unless I use a VPN, which comes with the drawback of slower speeds.

The bigger issue is that downloads frequently fail or stop halfway through. When I try downloading automatically with a Python script, the same issue persists. I handle this by checking if the file is complete or interrupted after each download and retrying until it is complete. While this approach works, the process is extremely slow. Sometimes, it takes 10-20 retries in a row because the fetched file is incomplete.

Has anyone else faced similar issues or found a way to deal with this? Is this a geographical problem, or am I doing something wrong in my script? If needed, I can share my code to show how I’ve been trying to handle the downloads.

Thanks in advance for any advice!

Re: Challenges Downloading IONEX Data from CDDIS Servers in Singapore

Posted: Mon May 05, 2025 12:12 pm America/New_York
by CDDIS - RB
We apologize for the delay in responding.

Currently the CDDIS website is up and other downloaders from across the globe are able to access the CDDIS archive. CDDIS does not block incoming requests from Singapore. Based on your description, as well as a small number of past reports from Singapore users, we believe that access to our archive may be blocked by a firewall maintained by at least one Singapore Internet Service Provider (ISP). We encourage you to contact your ISP to determine if this is the case.

Re: Challenges Downloading IONEX Data from CDDIS Servers in Singapore

Posted: Fri May 23, 2025 6:11 am America/New_York
by mertchan
I appreciate the answer. Thank you