AboutSkillsWorkKnowledge HubPublicationsContact
// Case Study
Ministry of Transport · National Travel-Time Project

Building a Digital Basemap of Israel's Road Network

How I built a production-ready pipeline that creates accurate digital basemaps of urban road networks — the foundation for measuring real travel times across Israel's major cities.

The Project

Developed as part of a flagship strategic-planning project for the Israeli Ministry of Transport, in collaboration with Israel's leading transport agencies.

Every travel-time measurement is only as good as the map underneath it. This pipeline makes sure that map is right.

Case Study

From Raw Road Network to Production-Ready Basemap

To measure how traffic really flows through a city, you first need a precise digital map of every road segment — in each direction of travel. Off-the-shelf maps aren't accurate enough for that. So I built a system that creates these 'basemaps' from scratch, for Tel Aviv, Jerusalem, Haifa and Be'er Sheva.

Project Scale
4
Metropolitan Areas
LIVE
In Production

How It Works

1

The pipeline loads the city's road network and breaks it down into directed segments — a two-way street becomes two separate one-way links, each with its own unique ID.

2

Each segment is then compared against real-world driving routes. The system automatically measures how well the two geometries match, and flags every mismatch.

3

A dedicated visual review interface lets an analyst inspect each flagged segment on an interactive map, fix it with a few clicks — adjust endpoints, add waypoints, re-check — and approve it. Keyboard shortcuts make reviewing hundreds of segments fast.

4

The result: a validated, export-ready basemap that feeds the national travel-time measurement system.

// Video

The Pipeline in Action

A walkthrough of the basemap creation and review workflow.

Built AI-Native, End to End

I built this entire pipeline — the data processing, the interactive review interface, the automated test suite, and the production deployment — using AI-native development workflows with tools like Claude and Codex. AI didn't just write code snippets; it powered the full cycle: architecture, implementation, automated testing, and production hardening. This is exactly the workflow I teach in my AI lectures and consulting.

Why It Matters

Transport agencies make multi-million shekel decisions based on travel-time data. An inaccurate basemap silently corrupts every measurement built on top of it. This pipeline turns a months-long manual mapping effort into a fast, repeatable, quality-controlled process — already in production use across four metropolitan areas.

More Case Studies

Want AI-native workflows like this in your organization?