{"id":20114969,"url":"https://github.com/vroom-project/vroom-scripts","last_synced_at":"2026-03-03T04:40:12.493Z","repository":{"id":11824516,"uuid":"70687836","full_name":"VROOM-Project/vroom-scripts","owner":"VROOM-Project","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-16T15:09:49.000Z","size":99551,"stargazers_count":43,"open_issues_count":1,"forks_count":24,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-26T16:35:34.528Z","etag":null,"topics":["benchmark","cvrp","tsp","vroom","vrptw"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VROOM-Project.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":"2016-10-12T10:10:14.000Z","updated_at":"2025-10-16T15:09:53.000Z","dependencies_parsed_at":"2025-10-26T16:34:12.976Z","dependency_job_id":null,"html_url":"https://github.com/VROOM-Project/vroom-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VROOM-Project/vroom-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VROOM-Project%2Fvroom-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VROOM-Project%2Fvroom-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VROOM-Project%2Fvroom-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VROOM-Project%2Fvroom-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VROOM-Project","download_url":"https://codeload.github.com/VROOM-Project/vroom-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VROOM-Project%2Fvroom-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30032062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T03:27:35.548Z","status":"ssl_error","status_checked_at":"2026-03-03T03:27:09.213Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["benchmark","cvrp","tsp","vroom","vrptw"],"created_at":"2024-11-13T18:33:21.370Z","updated_at":"2026-03-03T04:40:12.479Z","avatar_url":"https://github.com/VROOM-Project.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts\n\nThe `src` folder contains a bunch of scripts to develop, benchmark,\ndebug or help in using `VROOM`.\n\n- **plot** generates a simple svg visualisation for a solution file.\n- **overpass_to_json** generates a problem from all OSM nodes with a\n  specific `key=value` tag in a chosen bounding box or city.\n- **random_problem** generates a ready-to-solve random problem based\n  on a bounding box.\n- **global_indicators** collects indicators on all solutions contained\n  in a folder.\n- **vehicle_stats** collects indicators on vehicle usage in a solution.\n- **json_to_csv** dumps all locations coordinates from a json input\n  instance to a csv file.\n- **tsplib_to_json** converts a TSPLIB file to json.\n- **cvrplib_to_json** converts a CVRPLIB file to json.\n- **vrptw_to_json** converts a VRPTW file to json.\n- **pdptw_to_json** converts a PDPTW file to json.\n- **hvrp_to_json** converts a HVRP file to json.\n- **add_osrm_matrix** creates a \"standalone\" version of a json input\n  instance by adding a `matrices` key using OSRM.\n- **add_ors_matrix** creates a \"standalone\" version of a json input\n  instance by adding a `matrices` key using Openrouteservice.\n- **asap** reach out to a solution minimizing completion time or a set\n  of trade-offs between completion time and cost.\n\n# Benchmarks\n\nThe `benchmarks` folder contains everything required to reproduce\nresults on literature benchmarks with a single command. Detailed\ninstructions for:\n\n- [TSP](benchmarks/TSP)\n- [CVRP](benchmarks/CVRP)\n- [MDVRP](benchmarks/MDVRP)\n- [VRPTW](benchmarks/VRPTW)\n- [PDPTW](benchmarks/PDPTW)\n- [HVRP](benchmarks/HVRP)\n- [VRPB](benchmarks/VRPB)\n\n# Contributing\n\nContributions on existing (or new) scripts and benchmark classes are\nhighly appreciated! Feel free to use the bugtracker for any question,\nespecially if you're unsure about potential changes or additions.\n\n## Coding style\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n\nWe use:\n\n- [`black`](https://github.com/psf/black) for python code formatting in\norder to forget about how the code looks like and focus on what it\ndoes.\n\n- [`flake8`](https://flake8.pycqa.org) for style guide enforcement and\nPEP8 compliance.\n\nA convenient way to automate the whole workflow is to setup a\npre-commit hook. [`pre-commit`](https://pre-commit.com/) can do that\nfor you based on our `.pre-commit-config.yaml` config file. Simply\ninstall and run once:\n\n```bash\npip install pre-commit\npre-commit install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroom-project%2Fvroom-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroom-project%2Fvroom-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroom-project%2Fvroom-scripts/lists"}