- Is there a United States census API that renders coordinates for a given address?
- Is it possible to use the United States census API for commercial purposes?
- Do you have a guide on embedding the census API into a website?
|
|
|||||||||
|
|
I don't believe so... but you could use the free Tiger census road data and create a geocoding service with that data. I'm most familiar with doing this type of service using Esri ArcGIS software by making a locator. If you only have a limited number of addresses a day to geocode, there are many websites available to send single addresses and get an xy... Google Maps, Bing Maps, etc. Esri's free service and essentially unlimited for single address requests... http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA_10/GeocodeServer |
|||
|
With that said, there is still hope. The census has a myriad of public shapefiles that are available. These contain lat/lon coordinates based on start and end of streets and the data is very useful in geocoding. In fact, that's where most service providers get their geo data since the alternative is VERY expensive. These services take the TIGER data from the census data and match it up with address verification data in order to give you an actual geocode data (or set of lat/lon coordinates) for deliverable address within the United States. I work for one of these companies called SmartyStreets. |
|||
|
|