-
Notifications
You must be signed in to change notification settings - Fork 6
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
Trips in "demandsimulationResult.csv" are only a few meters long #1
Comments
I visualise the coordinate pairs from The distance matrix looks like in I also urge some proper documentation of the input. Especially the matrix file!!!!!! Cheers, |
Hello Cath and Paul, The Running Addressing the matrix (.mtx) input format: The files in example/data/leopoldshafen are example files that are used for synthesis and simulation. I will put together a short summary of the required files and post it here. If there are any other questions, feel free to contact me. Best, |
Here is a rough summary of the required files:
|
Hi Jelle, Thanks for the elaboration. I've got one more question. What is data in Cheers, |
Hi Cath, The rows in Best, |
I cloned this git repository and – without changing anything – ran
./gradlew runPopulationSynthesis runSimulation
in the project directory.After going through the
output
andresults
folders I quickly identifiedresults/simulation/demandsimulationResult.csv
to be the output file of my interest. This file contains approximately 40.000 rows with each row describing one trip of one person including start time, end time, start geopoint and end geopoint.However, after going through the first couple of rows of this file I quickly identified a problem: The start geopoint and the end geopoint always only lie a few meters apart from each other. To confirm this problem on a larger scale (I could not go through 40.000 rows manually), I imported
demandsimulationResult.csv
into Apple Numbers. Next, I added conditional formatting to the columndistanceInKm
to determine whether any trip has a distance of more than 1 km. As it turned out, no trip has.If I understand mobitopp and its outputs right, this result is not intended: One trip should represent the way of one person from one place to another. Thus, trip distances of a few meters don't make any sense.
In conclusion, there are several possibilities why I experienced this issue:
In general, I am missing documentation for mobitopp. As stated in
README.md
, the outputs of mobitopp are quite self-explanatory. However, what is not self-explanatory are the inputs that mobitopp needs.I am looking forward to an answer and attached my
demandsimulationResult.csv
file.demandsimulationResult.csv
Regards,
Paul
The text was updated successfully, but these errors were encountered: