Conf

class astropy.utils.iers.Conf[source]

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.

iers_auto_url_mirror()

Mirror URL for auto-downloading IERS file data.

iers_leap_second_auto_url()

URL for auto-downloading leap seconds.

ietf_leap_second_auto_url()

Alternate URL for auto-downloading leap seconds.

remote_timeout()

Remote timeout downloading IERS file data (seconds).

system_leap_second_file()

System file with leap seconds.

Attributes Documentation

auto_download

Enable auto-downloading of the latest IERS data. If set to False then the local IERS-B and leap-second files 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.

iers_auto_url_mirror

Mirror URL for auto-downloading IERS file data.

iers_leap_second_auto_url

URL for auto-downloading leap seconds.

ietf_leap_second_auto_url

Alternate URL for auto-downloading leap seconds.

remote_timeout

Remote timeout downloading IERS file data (seconds).

system_leap_second_file

System file with leap seconds.