geo6/batch-geocoder

Allows you to geocode your dataset of addresses (CSV format)


README

Latest Stable Version Total Downloads Monthly Downloads Software 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).

Install & Configuration

The "Batch Geocoder" application requires PostgreSQL 10.0+ !

To install the "Batch Geocoder" application :

composer create-project geo6/batch-geocoder

See INSTALL file for more details.