{"id":46720505,"url":"https://github.com/dvrpc/tmc-summarizer","last_synced_at":"2026-03-09T12:04:18.302Z","repository":{"id":38326367,"uuid":"277617716","full_name":"dvrpc/tmc-summarizer","owner":"dvrpc","description":"Process raw TMC data into more functional formats.","archived":false,"fork":false,"pushed_at":"2025-12-05T20:04:34.000Z","size":6761,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-12-09T09:19:38.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dvrpc.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-06T18:22:15.000Z","updated_at":"2025-12-05T20:04:10.000Z","dependencies_parsed_at":"2025-08-21T20:40:21.730Z","dependency_job_id":null,"html_url":"https://github.com/dvrpc/tmc-summarizer","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/dvrpc/tmc-summarizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Ftmc-summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Ftmc-summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Ftmc-summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Ftmc-summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvrpc","download_url":"https://codeload.github.com/dvrpc/tmc-summarizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvrpc%2Ftmc-summarizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30294712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"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":[],"created_at":"2026-03-09T12:04:13.252Z","updated_at":"2026-03-09T12:04:18.297Z","avatar_url":"https://github.com/dvrpc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmc-summarizer\n\nProcess raw TMC data into more functional formats.\n\n## Live Demo\n\nHere: [http://167.172.146.34](http://167.172.146.34)\n\nThe codebase for the demo can be found at [`dvrpc\\tmc-app`](https://github.com/dvrpc/tmc-app)\n\n![image info](https://github.com/dvrpc/tmc-app/blob/master/static/assets/images/app_screenshot.png)\n\n## Development environment setup:\n\nCreate and activate a virtual environment:\n\n```bash\n(base) $ conda create --name tmc_summarizer python=3.8\n(base) $ conda activate tmc_summarizer\n```\n\nInstall the third-party requirements:\n\n```bash\n(tmc_summarizer) $ pip install -r requirements.txt\n```\n\nInstall this package in 'edit' mode\n\n```bash\n(tmc_summarizer) $ pip install -e .\n```\n\n## Execute via Python, CLI, or GUI:\n\nIn all cases, you'll need the proper python environment activated.\n\n```bash\n(base) $ conda activate tmc_summarizer\n(tmc_summarizer) $\n```\n\n### Python\n\n```python\n\u003e\u003e\u003e from tmc_summarizer import write_summary_file\n\u003e\u003e\u003e write_summary_file(\"/my/raw/data/folder\", \"/my/output/folder\")\n```\n\n### Command Line Interface\n\nUse the `tmc summarize` command to kick off the script. You need to specify a path where the data can be found.\n\n```bash\n(tmc_summarizer) $ tmc summarize my/data/\n```\n\n### Graphical User Interface\n\nUse the `tmc gui` command to visually select your data folder.\n\n```bash\n(tmc_summarizer) $ tmc gui\n```\n\n## TODO\n\n:white_check_mark: match functionality of prototype\n\n:white_check_mark: add CLI hook\n\n:white_check_mark: add GUI hook\n\n:white_check_mark: write Flask-based web app\n\n:black_square_button: write test suite\n\n:black_square_button: test on Windows \u0026 Linux\n\n## Questions:\n\n`Light Vehicles` tab has `Peds in Crosswalk`, while the `Heavy Vehicles` tab has `Bikes in Crosswalk`. Is this intentional, or mislabeled data?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvrpc%2Ftmc-summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvrpc%2Ftmc-summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvrpc%2Ftmc-summarizer/lists"}