private static String makeLabel(TripPattern pattern, int stop) {
   return String.format("%s_%02d_A", pattern.getCode(), stop);
 }