{"id":26223602,"url":"https://github.com/schroedtert/dynamic-waiting","last_synced_at":"2026-04-25T10:36:39.715Z","repository":{"id":149190879,"uuid":"245800724","full_name":"schroedtert/dynamic-waiting","owner":"schroedtert","description":"CA Model for waiting pedestrians at train station platforms.","archived":false,"fork":false,"pushed_at":"2021-10-23T15:02:58.000Z","size":5182,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T21:59:35.792Z","etag":null,"topics":["ca","pedestrian","pedestrian-behavior","pedestrian-dynamics"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schroedtert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-08T11:19:21.000Z","updated_at":"2022-12-05T12:16:34.000Z","dependencies_parsed_at":"2023-04-10T17:47:20.036Z","dependency_job_id":null,"html_url":"https://github.com/schroedtert/dynamic-waiting","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/schroedtert/dynamic-waiting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schroedtert%2Fdynamic-waiting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schroedtert%2Fdynamic-waiting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schroedtert%2Fdynamic-waiting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schroedtert%2Fdynamic-waiting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schroedtert","download_url":"https://codeload.github.com/schroedtert/dynamic-waiting/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schroedtert%2Fdynamic-waiting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32259472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ca","pedestrian","pedestrian-behavior","pedestrian-dynamics"],"created_at":"2025-03-12T17:39:30.885Z","updated_at":"2026-04-25T10:36:39.708Z","avatar_url":"https://github.com/schroedtert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cellular automata for waiting pedestrians at platforms\n\nTrying to model waiting behavior of pedestrians on train station platforms via Cellular Automaton.\n\n## Publications\nA more detailed explanation of the model is given in the [paper](paper.pdf) and in the [talk](https://youtu.be/-2onk8QIA2g) at the FEMTC 2020.\n\n- Paper: https://juser.fz-juelich.de/record/887683/\n- Talk: https://youtu.be/-2onk8QIA2g\n\n[![](https://img.youtube.com/vi/-2onk8QIA2g/0.jpg)](https://youtu.be/-2onk8QIA2g \"Video to conference talk\")\n\nThe results presented there are computed with the [FEMTC2020](https://github.com/schroedtert/dynamic-waiting/releases/tag/femtc2020) release from this repository.\n\n## Requirements\nPython 3.6 with following packages is required:\n- descartes\n- matplotlib\n- numpy\n- pandas\n- scikit-fmm\n- scipy\n- Shapely\n- VisiLibity\n\n They can by installed by:\n```bash\npip install -r requirements.txt\n\n```\n## Usage\n```bash\npython waiting_ca.py \u003coptional arguments\u003e\n```\n\n| option             \t| default value                 \t| description                                                                   \t|\n|--------------------\t|-------------------------------\t|-------------------------------------------------------------------------------\t|\n| -h, --help         \t|                               \t| show this help message and exit                                               \t|\n| --max_agents       \t| 100                           \t| max number of pedestrians                                                     \t|\n| --init_agents      \t| 20                            \t| number of pedestrians at start of simulation                                  \t|\n| --standing_agents  \t| 0                             \t| number of pedestrian which will not move during simulation (only init agents) \t|\n| --steps            \t| 180                           \t| number of simulation steps                                                    \t|\n| --file             \t| './geometries/simplified.xml' \t| geometry used for simulation                                                  \t|\n| --seed             \t| 124                           \t| used random seed                                                              \t|\n| --w_exit           \t| 1                             \t| weight of exit potential                                                      \t|\n| --w_wall           \t| 1                             \t| weight of wall potential                                                      \t|\n| --door_b, --door_c \t| 1, 1                          \t| sigmoid parameter for door decay                                              \t|\n| --exit_b, --exit_c \t| 1, 1                          \t| sigmoid parameter for exit decay                                              \t|\n| --wall_b, --wall_c \t| 1, 1                          \t| sigmoid parameter for wall decay                                              \t|\n| --ped_b, --ped_c   \t| 1, 1                          \t| sigmoid parameter for ped decay                                               \t|\n| --plot             \t| False                         \t| plot the static ff, and peds in each step                                     \t|\n| --output_path      \t| 'results'                     \t| directory where the results are stored                                        \t|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschroedtert%2Fdynamic-waiting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschroedtert%2Fdynamic-waiting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschroedtert%2Fdynamic-waiting/lists"}