URLopen error failed to download. (Astropy, Kepler Data)
See original GitHub issueI’m trying to get data from a FITS file ‘kplr002304168-2009131105131’. I’m trying to the following code that was suggested by Astropy.
from astropy.io import fits
fits_image_filename = fits.util.get_testdata_filepath('kplr002304168-2009131105131_llc.fits')
Unfortunately, I receive the following error message –> URLError: <urlopen error Failed to download io/fits/tests/data/kplr002304168-2009131105131_llc.fits from the following repositories:
- http://data.astropy.org/
- http://www.astropy.org/astropy-data/> <– The full error is attached in a picture.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Error reading Kepler FITS file using astropy - Stack Overflow
It says that it couldn't open the URL http://www.astropy.org/astropy-data/io/fits/tests/data/O:\\MyWorks\\... which seems reasonable. But why ...
Read more >astroquery Documentation
data as returned by query_region_maps and downloads ... WARNING: W25: ... failed with: <urlopen error timed out> [...].
Read more >Source code for lightkurve.correctors.cbvcorrector
"""Defines Corrector classes that utilize Kepler/K2/TESS Cotrending Basis Vectors. ... urllib.request import glob import os import warnings from astropy.io ...
Read more >Simple index - piwheels
... albatradis uw-saml odoo10-addon-account-invoice-report-ddt-group kornia-rs python-sample-package-with-data-aitirga placavehiculos-pkg-aquintero535 ...
Read more >Known Issues — Astropy v5.2
Anaconda Users Should Upgrade with conda , Not pip · Locale Errors in MacOS X and Linux · Failing Logging Tests When Running...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I agree! Looking forward to your PR. 😄
@pillm - Its first used here and further two more times on the same page, thus causing the misunderstanding.
I am guessing that is what should be changed.