Skip to content
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

IERS data url is down and backup not used #8304

Closed
maxnoe opened this issue Dec 20, 2018 · 6 comments
Closed

IERS data url is down and backup not used #8304

maxnoe opened this issue Dec 20, 2018 · 6 comments
Labels

Comments

@maxnoe
Copy link
Member

maxnoe commented Dec 20, 2018

The download URL for IERS data is down: http://maia.usno.navy.mil/ser7/finals2000A.all

however, there is a backup still working here: http://toshi.nofs.navy.mil/ser7/finals2000A.all

Would it be possible to add a solution that also trys the backup server like it is done for other downloads?

@pllim
Copy link
Member

pllim commented Dec 20, 2018

cc @taldcroft

@mhvk
Copy link
Contributor

mhvk commented Dec 20, 2018

Might this also be why currently travis tests of iau_full_stack are stalling? If so, we definitely need to change those - at least, I thought that for our normal tests we do not download anything from outside of astropy.

@pllim
Copy link
Member

pllim commented Dec 20, 2018

(UPDATED)

IERS_B_URL is working and appears to be the default.

# by default for IERS class, read IERS-B table
IERS.read = IERS_B.read

But config is the opposite. 🤷‍♀️

    iers_auto_url = _config.ConfigItem(
        IERS_A_URL,
        'URL for auto-downloading IERS file data.')

@pllim
Copy link
Member

pllim commented Dec 20, 2018

Haha, @mhvk ! Incidentally, I marked that test as requiring remote data in #8033 (it is not correctly marked as so) but it is not merged yet. (UPDATE: I merged it.)

@mhvk
Copy link
Contributor

mhvk commented Dec 20, 2018

Something that is also odd is that rather than just timing out, the whole testing machinery hangs.

@pllim
Copy link
Member

pllim commented Dec 20, 2018

I'll see if I can hack something quick for this since it appears to be affecting everything...

UPDATE: See #8308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants