https://github.com/prpriesler/eire-logistics-sim
Smart Delivery Route Simulation across Irish Cities using OSRM & GeoSpatial Data
https://github.com/prpriesler/eire-logistics-sim
Last synced: 12 months ago
JSON representation
Smart Delivery Route Simulation across Irish Cities using OSRM & GeoSpatial Data
- Host: GitHub
- URL: https://github.com/prpriesler/eire-logistics-sim
- Owner: PRPRIESLER
- Created: 2025-06-30T20:42:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T22:25:04.000Z (12 months ago)
- Last Synced: 2025-06-30T23:25:51.860Z (12 months ago)
- Language: Jupyter Notebook
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ireland Logistics Simulation & Optimization Engine ๐๐ฎ๐ช
**A full-scale logistics command center for simulating, analyzing, and optimizing delivery networks across Irish cities.**
This project generates 50,000+ simulated delivery trips across Ireland using OpenStreetMap and CSO geographic data, routed through a local OSRM instance. Itโs designed to replicate realistic delivery logistics for food or e-commerce, with plans for anomaly detection, traffic impact analysis, and optimization using Google OR-Tools.
---
## Features (Phase 1 โ In Progress)
- โ
Delivery trip generation using weighted urban populations
- โ
Real geospatial delivery points within Irish urban polygons (CSO data)
- โ
Route distances and durations using OSRM
- ๐ Data export for analysis and modeling
---
## ๐ก Coming Soon
- Route anomaly detection (outliers in time/distance)
- Peak hour demand modeling
- Delivery optimization using Google OR-Tools
- Power BI dashboards / Jupyter reports
---
## Data Sources
- **OpenStreetMap** (`.osm.pbf` file)
- **CSO Urban & Small Area Boundaries** (GeoJSON from [CSO.ie](https://www.cso.ie/))
---
## Tech Stack
`Python` ยท `GeoPandas` ยท `pandas` ยท `OSRM` ยท `Power BI` ยท `Google OR-Tools` ยท `SQL` _(planned)_
---
## ๐ Project Structure
eire-logistics-sim/
โโโ data/ # CSO GeoJSONs, delivery point data (locally stored)
โ โโโ smart_delivery_points.csv
โ โโโ \*.geojson (ignored in Git)
โโโ notebooks/ # Jupyter Notebooks for EDA, simulation, routing
โ โโโ urbanAreas.ipynb
โโโ .gitignore
โโโ README.md