Unify the multiprocessing code
Finalizer processes tiles and their calibration using multiprocessing. The functions multiprocess_tiles
and multiprocess_country_calibration
are essentially the same and can be collapsed into on that takes the worker function to be used as parameter. This would later also allow for quickly implementing additional multiprocessing capabilities.
Edited by Danijel Schorlemmer