Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Address Standardization/Correction/Geocoding

My place of employment is looking into buying a third party tool, for batch based US and Canadian Address correction, with Geo-coding.

  • What Products have you used?
  • What do you like about them?
  • What do you not like about them?

Note that, We are a C/C++ Unix Shop.

like image 305
EvilTeach Avatar asked Oct 19 '08 18:10

EvilTeach


2 Answers

We use Melissa Data, they have a number of solutions including geocoding and address normalization. They have good APIs and the support has been great. Their solutions work on many platforms and languages including C and C++ on Unix. Can't think anything negative about them.

like image 52
Robert Gamble Avatar answered Sep 17 '22 16:09

Robert Gamble


We use Trillium in our office. They provide C# libraries that you can incorporate into your projects. It will take an address and return a pretty complex standardized address object but does include information like geocodes (which are important for calculating tax).

like image 21
Dave Baghdanov Avatar answered Sep 19 '22 16:09

Dave Baghdanov