Added class to process quadtiles in parallel
Adds the outer structure to parallelizing the calculation of quad-tiles, i.e. break a list of quadkeys into chunks and distribute those to worker processes. In a next step, the actual quad-grid calculation then can be implemented in a dedicated worker class.
MR contains parallelization class module & test file.