Maybe use [geopy](https://pypi.org/project/geopy/) for the distance calculation, instead of doing it manually and approximately. - [ ] Check the performance impact of doing this. - [ ] If it is not too big: - [ ] Switch to geopy - [ ] Add tests - [ ] Add documentation - [ ] Otherwise: - [ ] Improve the testing on our own implementation - [ ] Document why we don't use geopy