integrate-road-network
Installation
SKILL.md
Road Network Integration
Integrate real-world street networks from OpenStreetMap into your VRP toolkit using map data.
Integration Workflow
Step 1: Install Dependencies
Install OSMnx and geo-processing libraries.
Using conda (recommended):
conda install -c conda-forge osmnx
Using pip:
pip install osmnx geopandas shapely fiona pyproj