Conf

class astropy.utils.iers.Conf[source] [edit on github]

Bases: astropy.config.ConfigNamespace

Configuration parameters for astropy.utils.iers.

Attributes Summary

auto_download Enable auto-downloading of the latest IERS data.
auto_max_age Maximum age (days) of predictive data before auto-downloading.
iers_auto_url URL for auto-downloading IERS file data.
remote_timeout Remote 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 is True.

auto_max_age

Maximum age (days) of predictive data before auto-downloading. Default is 30.

iers_auto_url

URL for auto-downloading IERS file data.

remote_timeout

Remote timeout downloading IERS file data (seconds).