Skip to content

Conversation

@william-aaron-CFA
Copy link
Contributor

@william-aaron-CFA william-aaron-CFA commented Jun 12, 2025

This PR adjusts the weekly report script set for MTA coding standards as listed in the MTA Google Drive documentation.

@william-aaron-CFA william-aaron-CFA self-assigned this Jun 12, 2025
@william-aaron-CFA william-aaron-CFA added Priority-Low Low Priority Issue - Fix in conjuction with other issues documentation Improvements or additions to documentation enhancement New feature or request labels Jun 12, 2025
@william-aaron-CFA
Copy link
Contributor Author

william-aaron-CFA commented Jun 12, 2025

Testing methodology of using argparse to run script in a testing mode. Therefore suggest transfer of global pathing to a PATHING_DICT approach as seen in

_PATHING_DICT = {
"BIN_DIR": BIN_DIR,
"DATA_DIR": DATA_DIR,
"OUT_DATA_DIR": OUT_DATA_DIR,
"WEB_DIR": WEB_DIR,
"OUT_WEB_DIR": OUT_WEB_DIR,
"SPACE_WEATHER_DIR": SPACE_WEATHER_DIR,
"INTERRUPT_DIR": INTERRUPT_DIR,
"ACE_DIR": ACE_DIR
} #: Dictionary of input and output file paths for collecting all interruption data.

This pathing object can then be passed to sub-modules with alterations depending on whether the create_weekly_report script was run in testing or flight mode.

@william-aaron-CFA
Copy link
Contributor Author

william-aaron-CFA commented Sep 17, 2025

Rebasing this branch with main after a set of changes to deprecate the RADIATION_new web directory pathing.

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

Labels

documentation Improvements or additions to documentation enhancement New feature or request Priority-Low Low Priority Issue - Fix in conjuction with other issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants