https://github.com/mgdm/php-offline-geocoder
A KD-Tree based offline geocoder
https://github.com/mgdm/php-offline-geocoder
Last synced: 6 months ago
JSON representation
A KD-Tree based offline geocoder
- Host: GitHub
- URL: https://github.com/mgdm/php-offline-geocoder
- Owner: mgdm
- Created: 2015-05-10T19:33:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T21:44:06.000Z (over 10 years ago)
- Last Synced: 2025-03-18T04:45:57.240Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 2.28 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-Offline-Geocoder
A KD-Tree based offline geocoder
This library lets you obtain the nearest point in a set, given a target point. This is useful for offline geocoding, without using a geospatial-aware database or similar. There is an example in the `examples/` directory which demonstrates its use.
Inspired by the [Python offline geocoder](https://github.com/thampiman/reverse-geocoder/) by [@thampiman](https://github.com/thampiman/).