petewarden / dstk

A collection of the best open data sets and open-source tools for data science
http://www.datasciencetoolkit.org/
1.12k stars 186 forks source link

No postal code returned (even if it's provided!) #54

Open tamoyal opened 9 years ago

tamoyal commented 9 years ago

Here is a call that returns no postal code: http://www.datasciencetoolkit.org/maps/api/geocode/json?address=4699+Auburn+Blvd%2C+Sacramento%2C+CA%2C+USA

even if I include postal code: http://www.datasciencetoolkit.org/maps/api/geocode/json?address=4699+Auburn+Blvd%2C+Sacramento%2C+CA+95841%2C+USA

No postal code is returned while other structured data is. Worth noting that google returns a postal code in this case:

Street: 4699 Auburn Boulevard
City: Sacramento
State: CA
Zip: 95841
Latitude: 38.653747
Longitude: -121.3545975
Country: US

(and the lat/lng are similar)

Is this to be expected? It's just a bit strange to me