census-api
census-api copied to clipboard
The home for the API that powers the Census Reporter project.
Building this dockerfile fails as it downloads bullseye that has gdal v3.2.2 while the pipfile requires v.2.4.0 This is a patch to ensure it works each time you build
In answering a Zendesk question about "how can I know the counties in the Minneapolis-St. Paul metro area", I have found a discrepancy in how Census Reporter "answers that question"....
We noticed that the examples that use `tiger2016` in the README, as here https://github.com/censusreporter/census-api/blob/7529031043269585eb0ad0d8f34ea62082588c61/API.md#geography Are now producing an "Unknown TIGER release" error:  That's here: https://api.censusreporter.org/1.0/geo/tiger2016/04000US55 But this does work:...
Hi! Have you considered making census data (population, etc) available in the vector tiles? Also, returning a centroid would be handy for labels, since the polygons get clipped at high...
Problem: we have 100s of GB of ACS data sitting around in a database that's running 24/7 and a very small amount of it is queried. Idea: Could we store...
a user might just want the properties of a set of geoid's, not the whole geojson representation. one can pass a geom=false to this [tiger api call](https://github.com/censusreporter/census-api/blob/master/API.md#get-10geotiger2013geoid) but that doesn't...
As an example, table B25077 provides "Median value of owner-occupied housing units", but for any place where the value is over $1,000,000, the census just lists "$1,000,000+". In Census Reporter,...
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.11.0 to 3.4.0. Commits f0881ba Cut 3.4.0 3e4bdf9 Changelog/comment updates 30b447b Linting 33508c9 Expand MessageOrderError use to handle more packet types 96db1e2 Raise exception when sequence numbers...