-
Notifications
You must be signed in to change notification settings - Fork 34
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 service down #78
Comments
For reference, it looks like Astropy uses the hpiers.obspm.fr url as a fallback: https://docs.astropy.org/en/stable/_modules/astropy/utils/iers/iers.html. That could be a good option here too! |
This link: http://hpiers.obspm.fr/eop-pc/ ...refers me right back to https://maia.usno.navy.mil/ for IERS Bulletin A. I'm looking for a backup source for IERS Bulletin A, because ftp.iers.org has been down for a long time now, and as far as I know, might never be coming back. Update: Nevermind. Got my answer: https://datacenter.iers.org/data/9/finals2000A.all |
Hi @ThatcherC and @kshetline ! Sorry for the late response, I completely missed this notification. I will check how can we update it inside SatelliteToolbox.jl to avoid those errors. |
I just came across EarthOrientation.jl too - would it ever make sense to add that as a dependency for SatelliteToolbox? EarthOrientation.jl also only has URLs for the IERS files, but if we need to implement parsers for the new sources then maybe it makes more sense to do it just once in a specialized repo. |
It was planned (see #2). However, I just did not have time to check how I can adapt it avoiding disruption in SatelliteToolbox.jl workflow. |
Ah got it. If was going to work on this for personal use (maybe to be pushed back as a PR if it works), would you recommend trying to add in alternative EOP sources to SatelliteToolbox directly, or pursuing the EarthRotation.jl and alternative sources approach? I'm not sure when I'd get around to it either, but it'd be nice to do it in a consistent way if I do! |
I am rewriting SatelliteToolbox.jl to split it into smaller modules. The EOP is now handle in SatelliteToolboxTransformations.jl that uses Scratch.jl. In this case, you can easily specified an URL if the default one is offline. I think we can close this issue but feel free to reopen if it is not the case. |
I've been getting the following error lately when trying to use the
get_iers_*()
funcitons:It looks like the issue is that the IERS datacenter.iers.org, data.iers.org and ftp.iers.org servers are down for maintenance (as of March 28, 2022):
(screenshot of IERS website from March 28, 2022 ~9:30 am)
The IERS gives the following backup URLS:
EOP data: http://hpiers.obspm.fr/eop-pc/
Rapid EOP data and predictions: https://maia.usno.navy.mil/
Global geophysical fluids data: http://loading.u-strasbg.fr/GGFC/
I mostly wanted to create this issue in case others are seeing the same issue. I'm not sure what the resolution for SatelliteToolbox.jl is - hopefully the regular IERS service just comes back up soon. Maybe a longer term strategy would be to have some fallback URLs for the IERS data in case the regular one is goes down? Or maybe we could get a mirror of the last day's IERS report hosted on Github? Not sure what the licensing implications of that would be but it would be nice to have a cached backup file on hand.
In the meantime I'm going to use the mirrors and report back any findings!
The text was updated successfully, but these errors were encountered: