geo6/batch-geocoder

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

Maintainers

Package info

github.com/geo6/batch-geocoder

Type:project

pkg:composer/geo6/batch-geocoder

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 19


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.