for(element_id,element)innodes.iteritems():#This loop appends in a list the id's of the json file
element['id']=element_id
lista.append(element['id'])
forelementinProcessingTimes:#This loop searches the elements of the Excel imported data and if these elements exist in json file append the distribution fitting results in a dictionary
forstation,valuesinProcessingTimes.items():#This loop searches the elements of the Excel imported data and if these elements exist in json file append the distribution fitting results in a dictionary