Here Geocoder python scripts
How to :
In the same folder :
input.csv must contain the specific "address" column
Could be any type of adresses, but best practice would be
street# streetName postalCode city country
or
6 digit postal code (for canada)
output.csv will contains lot of useful informations such as :
'formatted_address' : The formated address provided in input
'latitude' : The latitude of the formatted address
'longitude' : The longitude of the formatted address
'relevance' : The accuracy of the provided information (scale 0(null) to 1(perfect geocoding))
'MatchLevel' : The qualitative accuracy of the geographic reference
'MatchType' : The type of address that has been submited
See the Here geocoder documentation here for all details about the results informations provided
https://developer.here.com/documentation/geocoder/
New addition :
- geocoding accuracy (mean) is provided a the end of the running script
- % of geocoding errors encountered during the process