question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

List of mirror URLs for IERS download

See original GitHub issue

Both of the USNO hosts (maia.usno.navy.mil, toshi.nofs.navy.mil) for retrieving the IERS Bulletin A dataset are flaky. Instead of a primary URL specified by the configuration setting utils.iers.iers_auto_url and mirror URL by utils.iers.iers_auto_url_mirror, I suggest a single list of URLs.

Here is what I propose for backward compatibility:

  • Understand both iers_auto_url and iers_auto_url_mirror to be either a string or a list of strings.
  • Construct the list of URLs to try by concatenating all of the URLs from iers_auto_url and iers_auto_url_mirror and removing duplicates.
  • Deprecate the iers_auto_url_mirror configuration setting for removal in a future release.

Here is a possible default URL list:

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:26 (24 by maintainers)

github_iconTop GitHub Comments

2reactions
bhazeltoncommented, Oct 21, 2019

I’m not sure if this is the right thread, but there’s a big red warning on both http://maia.usno.navy.mil/ and http://toshi.nofs.navy.mil/ saying that they will be down for maintenance from Oct. 24 2019 until April 30 2020 (6 months!). Is the community already aware of this?

2reactions
lpsingercommented, Aug 8, 2019

@pllim, no, it’s still really flaky. Our project (growth-astro/growth-too-marshal) has to download the IERS files in its CI tests, and even with the https URL, it’s failing more often than it is succeeding. I think that we really do need a list of fallback URLs. Also, astroplan needs to be able to use the fallbacks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Source code for astropy.utils.iers.iers
ConfigItem( IERS_A_URL_MIRROR, "Mirror URL for auto-downloading IERS file data ... a list comprised of the table shipped with astropy, and files and URLs...
Read more >
Mirror List - CentOS
Starting from CentOS Stream 9 , mirrors are listed in Mirrormanager so use this link instead of the list below, covering only CentOS...
Read more >
IERS - Earth orientation data
Links. Unternavigationspunkte. Earth rotation and IERS · Geodesy and other geosciences · Astronomy · Space research · Mathematics.
Read more >
ILRS Home Page
Updated list of Conferences and workshops related to earth rotation, reference frames, geophysical fluids, GNSS, SLR, VLBI, DORIS, etc. posted by the IERS...
Read more >
Public active mirrors - Mirror Manager - Rocky Linux
Country Site Name Bandwidth Internet2 AR Sysarmy 1000 No AT Anexia 10000 No AU Swinburne University of Technology 10000 No
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found