LOR.update_catalogue

LOR.update_catalogue(confirmation_required=True, verbose=False)[source]

Update catalogue data including keys to prefixes and LOR page URLs.

Parameters
  • confirmation_required (bool) – whether to require users to confirm and proceed, defaults to True

  • verbose (bool) – whether to print relevant information in console as the function runs, defaults to False

Examples:

>>> from pyrcs.line_data import LOR

>>> lor = LOR()

>>> lor.update_catalogue(verbose=True)