The 2025 ACS Data Users Conference will be held on May 29, 2025 (virtual day) and June 3, 2025 (in-person in DC)
American Community Survey Data Users Group
Search for topics, people, or keywords
Sign Up
Log in
Site
Search for topics, people, or keywords
User
Home
Discussion Forum
ACS Resources
Webinars
Conferences
Steering Committee
More
Cancel
Home
Discussion Forum
ACS Resources
Webinars
Conferences
About
More
Cancel
Details
Views
2971 views
Replies
1 reply
Subscribers
541 subscribers
Users
0 members are here
Labels
web
census api
javascript
Mapping/GIS
gis
Related Census Bureau Resources
Related Forum Threads
Merging Census API data with map layers
Mara Kaminowitz
over 9 years ago
Does anyone know how to merge Census API data with TIGERweb services in javascript? Or any other way to create an online thematic map with Census API data? Programming is not my strong suit but I would like to play around with this a bit.
Parents
Joe Germuska
over 9 years ago
To the best of my knowledge, the Census API doesn't do any GIS data.
Our CensusReporter.org project has done some experimental stuff which you might find useful. We have a general purpose API (which is the foundation of our own site) which is documented at
github.com/.../census-api
We have API endpoints which can return GeoJSON and attribute data, although if you make requests for too many geographies, it may not go well. Performance tuning is an ongoing initiative.
We also have code which works with Leaflet.js to make it easy to add specific Census geographies to your map:
censusreporter.tumblr.com/.../more-ways-to-use-census-boundaries-on-your-slippy
You should be able to use this with the Census Bureau's own API to do thematic mapping.
Cancel
Up
0
Down
Reply
Cancel
Reply
Joe Germuska
over 9 years ago
To the best of my knowledge, the Census API doesn't do any GIS data.
Our CensusReporter.org project has done some experimental stuff which you might find useful. We have a general purpose API (which is the foundation of our own site) which is documented at
github.com/.../census-api
We have API endpoints which can return GeoJSON and attribute data, although if you make requests for too many geographies, it may not go well. Performance tuning is an ongoing initiative.
We also have code which works with Leaflet.js to make it easy to add specific Census geographies to your map:
censusreporter.tumblr.com/.../more-ways-to-use-census-boundaries-on-your-slippy
You should be able to use this with the Census Bureau's own API to do thematic mapping.
Cancel
Up
0
Down
Reply
Cancel
Children
No Data