When building or testing fleet management software, you need realistic moving vehicle data — GPS coordinates that follow actual roads, vehicles that accelerate and brake through turns, traffic clusters that form at busy intersections.
Without a real fleet, most developers fall back on fake straight-line interpolation or random-walk generators. Moveet is an open-source alternative that generates this data on real road graphs.
- A* pathfinding on GeoJSON/OpenStreetMap road graphs with a haversine heuristic
- Realistic motion model — per-vehicle acceleration, deceleration, turn-speed reduction