Retrieve temperature measurement values from a text file and calculating the min, mean, and max temperature per weather station. The text file has a billion rows.
The program should print out the min, mean, and max values per station, alphabetically ordered.
Refs: