Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Leap seconds before 1973 ignored by IERS_Auto(), no errors for below range. #13494

Description

@mhvk

The IERS_Auto() table uses IERS_A, replacing values with IERS_B where the latter is valid. This is good. But a problem is that IERS_A does not go back as far as IERS_B, and hence before 1973 all leap seconds are ignored. There are two questions here:

  • Is it worth merging in the pre-1973 IERS_B data automatically (I think this is an obvious yes);
  • Should IERS_Auto() error for times before its valid range? Currently, it doesn't error for times after, for which there are no predictions, and this is fine. But perhaps for times before the valid range, it should still stick to the user-given way to deal with out-of-range errors?

cc @taldcroft

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions