Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google maps Census tract

I have searched the Google map documentation for an option to return the US census tract, but haven't had any luck. I know they have a site where you can search for it by address census google maps. However I haven't found a way to access that service. I am looking for a google map api that at least would return the census tract. I also searched in the google maps geocoding documentation but the json result doesn't seem to return the census tract. Does anyone know if this is possible, thanks.

like image 879
Lexy Feito Avatar asked Jun 03 '26 18:06

Lexy Feito


2 Answers

Try this: https://developers.google.com/maps/documentation/javascript/combining-data

Interesting is the section of Importing data from the US Census API.

like image 54
RonTLV Avatar answered Jun 08 '26 00:06

RonTLV


The Census Bureau has a batch facility called the GeoCoder, https://geocoding.geo.census.gov/geocoder/

It allows you to submit addresses or lat-long in batches of 10,000. Not sure if they have an API. Note that the site is wonky - sometimes just fails to respond for hours at a time.

I have not compared the address match efficiency of Census vs Google. But if Google were better, you might send the addresses first to Google, then send those lat-longs to GeoCoder.

Big upvote for the Census data which @RonTLV points to above. Rich and detailed.

like image 23
T Wengert Avatar answered Jun 07 '26 22:06

T Wengert



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!