symerio / pgeocode

Postal code geocoding and distance calculation
https://pgeocode.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
231 stars 57 forks source link

added get nearest postal codes #58

Open eracle opened 2 years ago

eracle commented 2 years ago

Hello guys, as discussed in #7 here's a PR that allows retrieving the nearest postal codes. It uses KDTree from scipy.

Let me know