The document describes a spatially aware recommendation algorithm project. It aims to decompose users' space based on location using Voronoi diagrams. It then finds correlations between users within the same location using Pearson's correlation coefficient. These correlated users and their item ratings are used for collaborative filtering to recommend relevant items to an active user. The algorithm was tested on movie recommendation data involving 242 and 488 users. Results showed the recommended items had higher average ratings for 181 out of 242 and 373 out of 488 users respectively.