Can anyone recommend a free geocoding service? [closed]
Whatever service that would allow something as simple as 100 geo transcoding requests (from street address to geocode) would be ideal. I know that google maps allows 15000 daily, but it is written in Javascript. I was wondering if I could get something written in a language that at least allows for database connections.
You could also use OpenStreetMap Nominatim if its crowd-sourced data with CC-BY-SA licence suits your purpose.
There's a non-JavaScript variant of the Google Maps geocoder (check the TOS - you'll need to be doing this to eventually display stuff on a Google map), and you're not going to find any geocoding services that allow a direct database connection.
Check out geoservices.tamu.edu We offer 100% up to 2500
records at a time and all you have to do is upload your database and let it geocode away. The database will then be available for you to download complete with a miriad of populated data in addition to very accurate lat/long coordinates.
Census data, parcel data etc are all included in database as well. The only programming involved would be what you would want to do with the data once you've downloaded it.
精彩评论