-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Request URL change in hipparcos.py #788
Comments
@brandon-rhodes Perhaps it's time for revisiting Skyfield downloads all or nothing. |
Hmm... I'm not sure what the best long-term solution is (your arguments are valid), however I would appreciate a 'quick fix' for now by switching line 8 in hipparcos.py to: I did this as a quick patch to Failing this I could add my own download-bypass code in sfalmanac just as I have done to bypass downloading I am hoping for a 'quick fix' as I remembered was done long ago (see #301). |
I think that the quick fix does make sense. Can we find an official announcement of the change anywhere? It would be sad to release a new Skyfield that uses It's interesting that
The site comes up just fine in my browser if I remove the |
Oh—and: if you are distributing a tool that needs certain data files, I definitely recommend distributing with it all the data files it needs. Tools that need to pause and start downloading files the first time they run create all kinds of problems (like, what if the person is offline). If you for whatever reason can't distribute them with data files, then fallback arrangements will indeed increase the number of months or years that pass before the tool breaks (which will happen when all the fallback URLs have finally gone away). I don't suppose that the Hipparcos data set is hosted somewhere that is good at keeping URLs working, like archive.org? |
An update: The situation has been clarified through private correspondence. The statement quoted above:
—was not, in fact, written by an SFalmanac/Skyalmanac user themselves, but was written in an email reply to that user from a Research Engineer at the Strasbourg Astronomical Data Center—someone whose email address in fact ends in Now that we know that someone from that organization was indeed consulted on the question of the URL, I'll go make the change in the source. |
Downloading hip_main.dat fails as follows in my sfalmanac code:
A user informed me that the domain has changed. He wrote:
I confirm that the following link shows data - presumably what we want:
https://cdsarc.cds.unistra.fr/ftp/cats/I/239/hip_main.dat
I request that Skyfield is updated to use this new URL.
(My guess is that it is line 8 in hipparcos.py)
Kind Regards !!!!!
The text was updated successfully, but these errors were encountered: