Electrification.collect_ohns_codes¶
- Electrification.collect_ohns_codes(confirmation_required=True, verbose=False)[source]¶
Collects codes for overhead line electrification neutral sections (OHNS) from the source web page.
- Parameters:
confirmation_required (bool) – Whether user confirmation is required before proceeding; defaults to
True
.verbose (bool | int) – Whether to print relevant information to the console; defaults to
False
.
- Returns:
A dictionary of OHNS codes, or
None
if not applicable.- Return type:
dict | None
Examples:
>>> from pyrcs.line_data import Electrification # from pyrcs import Electrification >>> elec = Electrification() >>> ohl_ns_codes = elec.collect_ohns_codes() To collect section codes for OLE installations: national network neutral sections ? [No]|Yes: yes >>> type(ohl_ns_codes) dict >>> list(ohl_ns_codes.keys()) ['National network neutral sections', 'Last updated date'] >>> elec.KEY_TO_OHNS 'National network neutral sections' >>> ohl_ns_codes_dat = ohl_ns_codes[elec.KEY_TO_OHNS] >>> type(ohl_ns_codes_dat) dict >>> list(ohl_ns_codes_dat.keys()) ['Codes', 'Notes'] >>> ohl_ns_codes_dat['Codes'] ELR OHNS Name Mileage Tracks Dates 0 ARG1 Rutherglen 0m 03ch 1 ARG2 Finnieston East 4m 23ch Down 2 ARG2 Finnieston West 4m 57ch Up 3 AYR1 Shields Junction 0m 68ch Up Ayr 4 AYR1 Shields Junction 0m 69ch Down Ayr