Skip to content
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

Fix simplifications script's help message (LAB-990) #54

Merged
merged 1 commit into from Feb 12, 2021

Conversation

mfitz
Copy link
Contributor

@mfitz mfitz commented Feb 12, 2021

See https://arupdigital.atlassian.net/browse/LAB-990

After this change:

$ python scripts/simplify_network.py --help
usage: simplify_network.py [-h] -n NETWORK [-s SCHEDULE] -p PROJECTION
                           [-np PROCESSES] -od OUTPUT_DIR

Simplify a MATSim network by removing intermediate links from paths

optional arguments:
  -h, --help            show this help message and exit
  -n NETWORK, --network NETWORK
                        Location of the network.xml file
  -s SCHEDULE, --schedule SCHEDULE
                        Location of the schedule.xml file
  -p PROJECTION, --projection PROJECTION
                        The projection network is in, eg. "epsg:27700"
  -np PROCESSES, --processes PROCESSES
                        The number of processes to split computation across
  -od OUTPUT_DIR, --output_dir OUTPUT_DIR
                        Output directory for the simplified network

@mfitz mfitz requested a review from KasiaKoz February 12, 2021 13:03
@mfitz mfitz force-pushed the mf_LAB-990-fix-network-simplification-help-message branch from 8bf28a8 to b764463 Compare February 12, 2021 13:06
@mfitz mfitz merged commit 04e2904 into master Feb 12, 2021
@mfitz mfitz deleted the mf_LAB-990-fix-network-simplification-help-message branch February 12, 2021 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants