Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Batch Geocoding with Garmin Mapsource

I lost track of this effort years ago but have need to geocode thousands of addresses nightly. I must use the very accurate database sitting on the machine, installed when the Nuvi map update installed Mapsource.

When I contacted Garmin years ago, they expressed an interest in providing an API for this, but then I heard nothing and did not follow up. Their database is provided by navtec? I believe. Anyone have experience with that format?

I posted on the Garmin Developer forum a while ago, but its a little lethargic over there :)

Has anyone done this? Does anyone know how it might be done without an API; meaning database structure and calls?

I'll take a solution in any language.


Added:

Garmin has expressed an interest in making this available to me. They just have not done it.

I do not know the database format.

I am NOT looking for an online solution or any other "alternative". This question is very specific.

like image 863
Mike Trader Avatar asked Nov 09 '10 08:11

Mike Trader


1 Answers

Talk to Navtec directly. They will sell you or license you their database directly. The database tables are clearly documented, then write your own Geocoder on top. Took me about a week 4 years ago, and I was marginally profficient in SQL at the time.

like image 177
John Avatar answered Nov 10 '22 04:11

John