You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the project is no longer maintained. I wonder if anyone knows of somewhat similar open-source projects that offer geocoding and extracting demographics and statistics? Other popular data conversion/enrichment routines are of interest as well.
The text was updated successfully, but these errors were encountered:
You might check out the R package tidycensus (and related packages) which uses the Census API for demographic extraction - I've been really enjoying it. It's not perfect, but there are similar packages (e.g. ggmap, or custom use of the OSM API) for geocoding that use either google (with an API, which, if free, has limits) and the US Census API, again, which doesn't. More and more open source geocoding options all the time, though to be honest I'm still wrapping my head around them. QGIS also has options for geocoding using google OR open street map, and can use a local file as well.
It appears that the project is no longer maintained. I wonder if anyone knows of somewhat similar open-source projects that offer geocoding and extracting demographics and statistics? Other popular data conversion/enrichment routines are of interest as well.
The text was updated successfully, but these errors were encountered: