EvilTeach
EvilTeach

Reputation: 28882

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.

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

Upvotes: 9

Views: 1721

Answers (2)

Dave Baghdanov
Dave Baghdanov

Reputation: 2358

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).

Upvotes: 1

Robert Gamble
Robert Gamble

Reputation: 109162

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.

Upvotes: 5

Related Questions