export function waypointToSystem(waypoint) { return waypoint.split('-').slice(0,2).join('-'); }