Distributed spatial analytics with Ray
Ray is an open source, easy to use library for distributed computing with python. In my opinion, the biggest advantage of Ray is that python code might be parallelized as it is, so code do not have to be written in a specific way. Functions might be used as tasks …