·integrate-road-network
{}

integrate-road-network

dudusoar/vrp-toolkit

Integrate real-world street networks into VRP problems using OpenStreetMap data. Use when loading real map data, creating instances from actual locations, computing network-based distances, or building tutorials with real-world scenarios. Guides through installation, loading areas, extracting nodes, computing distance matrices, and creating PDPTW instances from map data.

8Installs·0Trend·@dudusoar

Installation

$npx skills add https://github.com/dudusoar/vrp-toolkit --skill integrate-road-network

SKILL.md

Integrate real-world street networks from OpenStreetMap into your VRP toolkit using map data.

Data structure details: See maintain-data-structures skill → datalayer.md → OSMnx Graph

Map your problem locations (depot, customers, pickups, deliveries) to network nodes.

Integrate real-world street networks into VRP problems using OpenStreetMap data. Use when loading real map data, creating instances from actual locations, computing network-based distances, or building tutorials with real-world scenarios. Guides through installation, loading areas, extracting nodes, computing distance matrices, and creating PDPTW instances from map data. Source: dudusoar/vrp-toolkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dudusoar/vrp-toolkit --skill integrate-road-network
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is integrate-road-network?

Integrate real-world street networks into VRP problems using OpenStreetMap data. Use when loading real map data, creating instances from actual locations, computing network-based distances, or building tutorials with real-world scenarios. Guides through installation, loading areas, extracting nodes, computing distance matrices, and creating PDPTW instances from map data. Source: dudusoar/vrp-toolkit.

How do I install integrate-road-network?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dudusoar/vrp-toolkit --skill integrate-road-network Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dudusoar/vrp-toolkit