-
Notifications
You must be signed in to change notification settings - Fork 0
Update maz data reference #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| if "level_0" in names_df.columns: | ||
| names_df = names_df.drop(columns=["level_0", "index"]) | ||
| names_df = names_df.drop(columns=["level_0", "index"]).drop_duplicates() | ||
| station_list = names_df.boarding.astype(str).unique().tolist() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@lmz @Ennazus, I’ve completed the review and update of the MAZ data reference in tm2py-utils. Many of the zone-related issues I saw previously are now addressed by your recent commits—thank you! The final change is to remove the |
|
Great! Our working scenario_config is here https://github.com/BayAreaMetro/tm2py-utils/blob/main/tm2py_utils/config/2023-tm22-dev-version-05/scenario_config.toml ; I'll test the changes on my end from this branch (do a single iteration)- when you've made the update, then prune this branch. Thanks! |
Done, this PR is ready for merge. |
This PR updates all MAZ data references in
tm2py-utilsto thelanduse_fileparameter from the scenario configs, removes redundant/unused methods that referenced the outdated MAZ input, and fixes minor bugs in the transit summaries.