-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bendigo external demand #30
Open
SapanTiwari
wants to merge
30
commits into
matsim-melbourne:master
Choose a base branch
from
rmit-astm:bendigo-external-demand
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bendigo external demand #30
SapanTiwari
wants to merge
30
commits into
matsim-melbourne:master
from
rmit-astm:bendigo-external-demand
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This README.md contains the new location, from where the data can be downloaded.
Deleted the old download information screenshot.
uploaded a new screenshot for helping in download
Added the new screenshot for providing help in downloading the data and updated the link to open the demand data directory in OSF, which includes the citations.
Got rid of the error of logical values. toHHMMSS function is expecting a single value (or a vector that it treats element-wise), but it's being passed a vector of length more than 1. Now each individual element of the vector processed in the function.
The error with probability estimation is resolved by creating this new function.
Update the file to remove the issue of getting a few duplicates, which eventually shows errors when writing the Plan2Agent2Group.csv in step 4.
Do not need to write distinct ids. The previous code already does that.
merging master into the dev
…CoGB region for work.
And use that distributions to assign trip times in the dummy trips using SA2 home locations.
…trips (to put them on the nearest highways)
…d the data input on SA2 level.
@SapanTiwari it seems these are changes only related to the bendigo project. am I correct? If so, why do we need these changes that are bendigo specific in the MATSim Melbourne repo? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial code to create dummyPlans for trips coming from outside of CoGB for work.