Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgdm/php-offline-geocoder
A KD-Tree based offline geocoder
https://github.com/mgdm/php-offline-geocoder
Last synced: about 1 month 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T21:44:06.000Z (over 9 years ago)
- Last Synced: 2024-10-14T12:36:20.385Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 2.28 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-Offline-Geocoder
A KD-Tree based offline geocoderThis 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/).