An open API service indexing awesome lists of open source software.

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

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