Conf¶
-
class
astropy.utils.iers.Conf[source] [edit on github]¶ Bases:
astropy.config.ConfigNamespaceConfiguration parameters for
astropy.utils.iers.Attributes Summary
auto_downloadEnable auto-downloading of the latest IERS data. auto_max_ageMaximum age of predictive data before auto-downloading (days, default=30) iers_auto_urlURL for auto-downloading IERS file data remote_timeoutRemote timeout downloading IERS file data (seconds) Attributes Documentation
-
auto_download¶ Enable auto-downloading of the latest IERS data. If set to False then the local IERS-B file will be used by default. (default=True)
-
auto_max_age¶ Maximum age of predictive data before auto-downloading (days, default=30)
-
iers_auto_url¶ URL for auto-downloading IERS file data
-
remote_timeout¶ Remote timeout downloading IERS file data (seconds)
-