I'm looking for a small database (e.g. 50 addresses) of US postal addresses with ZIP codes, and if possible, a distance between each one for the spatial search engine unit tests.

Do you know where I can get such a database?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Just look for some famous locations (e.g. Statue of Liberty or some museums) on Google Maps. You'll get an address, then you may check a distance to any other place.

Automating this task should be easy via Google Maps API and you can get even bigger database than 50 addresses.

link|improve this answer
feedback

you can make spatial data by yourself. Here is a list of websites which help you: http://www.bidn.com/blogs/MikeDavis/ssis/628/convert-address-to-spatial-data-geocoding-for-sql-server-r2

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.