Transferred from astropy/astropy
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:
Transferred from astropy/astropy
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_urland mirror URL byutils.iers.iers_auto_url_mirror, I suggest a single list of URLs.Here is what I propose for backward compatibility:
iers_auto_urlandiers_auto_url_mirrorto be either a string or a list of strings.iers_auto_urlandiers_auto_url_mirrorand removing duplicates.iers_auto_url_mirrorconfiguration setting for removal in a future release.Here is a possible default URL list: