https://github.com/geo6/batch-geocoder
Allows you to geocode your dataset of addresses (CSV format)
https://github.com/geo6/batch-geocoder
expressive geocoder laminas mezzio php zend zend-expressive zend-framework
Last synced: 27 days ago
JSON representation
Allows you to geocode your dataset of addresses (CSV format)
- Host: GitHub
- URL: https://github.com/geo6/batch-geocoder
- Owner: geo6
- License: gpl-3.0
- Created: 2018-01-29T14:09:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T17:33:56.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:02:36.590Z (about 1 year ago)
- Topics: expressive, geocoder, laminas, mezzio, php, zend, zend-expressive, zend-framework
- Language: PHP
- Homepage:
- Size: 2.5 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Batch Geocoder
[](https://packagist.org/packages/geo6/batch-geocoder)
[](https://packagist.org/packages/geo6/batch-geocoder)
[](https://packagist.org/packages/geo6/batch-geocoder)
[](LICENSE)The "Batch Geocoder" application allows you to geocode your dataset of addresses.
You can upload your file and the application will process it to add a location (longitude, latitude) to each address.
The application will try to find a location using several providers, you can define the list of providers used in your configuration file (see [documentation](https://github.com/geo6/batch-geocoder#providers)).---
## Install & Configuration
The "Batch Geocoder" application requires [PostgreSQL 10.0+](https://www.postgresql.org/download/) !
To install the "Batch Geocoder" application :
composer create-project geo6/batch-geocoder
See [`INSTALL`](https://github.com/geo6/batch-geocoder/blob/master/INSTALL.md) file for more details.
---