Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Census Reporter

Make it easier to understand Census data.
Collective - Host: opensource - https://opencollective.com/censusreporter - Website: https://censusreporter.org/ - Code: https://github.com/censusreporter

Ignore .DS_Store too

github.com/censusreporter/census-api - 754e0ec9160aaf0805e4379a3a3a82710200ad95 authored about 4 years ago by Ian Dees <[email protected]>
Adding a logger to see if it gets deployed

github.com/censusreporter/census-api - 835fe49a4cdd1527e8ddeedc3a4ed1b05d095ee9 authored about 4 years ago by Ian Dees <[email protected]>
switch to older Pipfile.lock

github.com/censusreporter/census-api - 6e34fdc2e22e024994f047339887d8b196e7dfd0 authored about 4 years ago by Joe Germuska <[email protected]>
fix logic for which release to use for /1.0/show/latest

github.com/censusreporter/census-api - 9a13ee2d96931739372b68844163952d89051b7b authored about 4 years ago by Joe Germuska <[email protected]>
ignore .env too

github.com/censusreporter/censusreporter - 72a9227c7c391de591f74572de4217b309d3ef0f authored about 4 years ago by Joe Germuska <[email protected]>
ignore local config dotfiles and add updated Pipfile.lock

github.com/censusreporter/census-api - 91a0a2c80cac57361bae156197b3562945d59dff authored about 4 years ago by Joe Germuska <[email protected]>
adapt to Python 3 and force map results to list

github.com/censusreporter/censusreporter - 12fe03790d176efae0a7c6410eb8be3e98ade87b authored about 4 years ago by Joe Germuska <[email protected]>
allow for possibility of get_division returning None

github.com/censusreporter/censusreporter - 68d592b3f4a52e80f0d8efcb3a983c5af883b177 authored about 4 years ago by Joe Germuska <[email protected]>
comment out S3 caching en route to it becoming obsolete

github.com/censusreporter/censusreporter - b39ab00f0faa2d92026a3bee59ef2bf14bf5781e authored about 4 years ago by Joe Germuska <[email protected]>
ignore some local dotfiles

github.com/censusreporter/censusreporter - 7ce496bb3cde74b4e2f58aa752e9f913a2717a16 authored about 4 years ago by Joe Germuska <[email protected]>
Give a better error message when we can't get all geographies from any release

github.com/censusreporter/census-api - b12ec3bb0aed3f2fa6abddaf4278fec4d62da53d authored about 4 years ago by Ian Dees <[email protected]>
Try adding a logger

github.com/censusreporter/census-api - 7d6332c7a73398c6647746a474650d6be0ca7e68 authored about 4 years ago by Ian Dees <[email protected]>
Move the print to a comment for now

github.com/censusreporter/census-api - 752b13cd98bd8c3ab24ef3cc7885a000cbaf40f2 authored about 4 years ago by Ian Dees <[email protected]>
Try skipping the showdataexception here

github.com/censusreporter/census-api - d280ea647c28d31f50da895312b1a651473cc157 authored about 4 years ago by Ian Dees <[email protected]>
Use the geoid check to find releases that have geoids, then check those for data availability

github.com/censusreporter/census-api - 44ff8b085b2179a9baecde9c6d8c6b6b034df677 authored about 4 years ago by Ian Dees <[email protected]>
Convert items object to an iter for table preview

github.com/censusreporter/censusreporter - 27aa3abc7873d82088376d8e7c661765ff455aea authored about 4 years ago by Ian Dees <[email protected]>
Fix tuple out of bounds exception

github.com/censusreporter/census-api - 7c4de0d5fd9234d2007d5276ebc23c5667632784 authored about 4 years ago by Ian Dees <[email protected]>
Merge pull request #280 from censusreporter/dokku

Missing Dokku changes

github.com/censusreporter/censusreporter - 13915e7794d962b46cb233e448f47ea860492b62 authored about 4 years ago by Ian Dees <[email protected]>
Try using whitenoise to serve static content

github.com/censusreporter/censusreporter - c414f3d4499a5d4162e93c2b2dfc88db6762f799 authored about 4 years ago by Ian Dees <[email protected]>
Try running collectstatic

github.com/censusreporter/censusreporter - 70b2c9c139db5fc0ab442555ec60e234399523ab authored about 4 years ago by Ian Dees <[email protected]>
Try fixing static files problems with Heroku suggestion

https://devcenter.heroku.com/articles/django-assets

github.com/censusreporter/censusreporter - cdebca651dadfee1828cec13178c625ad360d507 authored about 4 years ago by Ian Dees <[email protected]>
Allow all hosts to support Dokku's healthcheck

github.com/censusreporter/censusreporter - 03340917e96b7076ca420bea4e121f89c05935f6 authored about 4 years ago by Ian Dees <[email protected]>
Syntax fixes on partition.py

github.com/censusreporter/censusreporter - 26de39ea37c4aa511a38bc50132a314774426721 authored about 4 years ago by Ian Dees <[email protected]>
Fix Dockerfile so it can cache requirements

github.com/censusreporter/censusreporter - a64f8aaa2822ccd280f252e0937be5027d5ec012 authored about 4 years ago by Ian Dees <[email protected]>
Check isinstance instead of checking for iter, because str has iter in py3

github.com/censusreporter/censusreporter - 986ef138d39dc330fa6275ceb3306c3d1f744700 authored about 4 years ago by Ian Dees <[email protected]>
Add statsd output to gunicorn

github.com/censusreporter/censusreporter - fd9812ac6e6aa461d23dad8c22c14304d49d5e52 authored about 4 years ago by Ian Dees <[email protected]>
Formatting fixes and use py3 urllib

github.com/censusreporter/censusreporter - 1c45294690a581367e6a5ce5962f55d9445c5ba3 authored about 4 years ago by Ian Dees <[email protected]>
operator.div should be truediv

github.com/censusreporter/censusreporter - 83b290e2818397b527ae9503a6f8ef0ab6699a7d authored about 4 years ago by Ian Dees <[email protected]>
Don't try to force-unicode

github.com/censusreporter/censusreporter - 364f637fa828030986c8444350bc7b2bae174cac authored about 4 years ago by Ian Dees <[email protected]>
Checking the wrong release variable for 'this_geo_has_data'

github.com/censusreporter/census-api - 6762f02980f71c9c24682090456d47e6836f099a authored about 4 years ago by Ian Dees <[email protected]>
Listify the filter object before trying to use it as a list

github.com/censusreporter/censusreporter - db722f9a5c8d9d51c762d48e05bf03438375f3eb authored about 4 years ago by Ian Dees <[email protected]>
Merge pull request #279 from censusreporter/dokku

Changes required to switch to Dokku

github.com/censusreporter/censusreporter - 43503dd43779fc9687c8f3735d9c56eea27e275b authored about 4 years ago by Ian Dees <[email protected]>
Need to reset expand_error when a release is found

github.com/censusreporter/census-api - d12e0c94dc51f2ab82526bd6d2dc466d3eda369e authored about 4 years ago by Ian Dees <[email protected]>
Remove the Procfile and let Dockerfile's cmd do the work

github.com/censusreporter/census-api - 7c06970ed621850fee9b952f92b34f544407135f authored about 4 years ago by Ian Dees <[email protected]>
Exception.message became args in py3

github.com/censusreporter/census-api - 677a53689603a1eed05b81627ab9bd2fe7368e2c authored about 4 years ago by Ian Dees <[email protected]>
Left a stray print

github.com/censusreporter/census-api - e06e99dbee03539bc93e85bd6c4d50ef70a460b3 authored about 4 years ago by Ian Dees <[email protected]>
Add statsd output to gunicorn in Dockerfile

github.com/censusreporter/census-api - 166fcfba0f5780a8e69cb344a92a8f07ec17dba9 authored about 4 years ago by Ian Dees <[email protected]>
Merge pull request #82 from censusreporter/dokku

Changes required to switch to Dokku

github.com/censusreporter/census-api - dd3e5d548e0d454197bdd0a27eb27f97ad688583 authored about 4 years ago by Ian Dees <[email protected]>
search releases for the one that covers the requested geoids and then use that release for the table, erroring if the tables don't exist in that release

github.com/censusreporter/census-api - f18bd0fec9374f637197e2bfb0418ba0cebf28f6 authored about 4 years ago by Ian Dees <[email protected]>
update CBSA containment for 2019 and run it

github.com/censusreporter/census-postgres-scripts - ad509ea4507fd4eefd14a485e63b05c1195ba45f authored about 4 years ago by Joe Germuska <[email protected]>
update TIGER release for parents and geojson tiles

github.com/censusreporter/censusreporter - cb20a66fcbd3b44f18c15dc7e1c846e2961f3a92 authored about 4 years ago by Joe Germuska <[email protected]>
Try using db.session instead of re-creating one every time

github.com/censusreporter/census-api - 00288ce57364208ffa65992ff621c420fd5db51f authored about 4 years ago by Ian Dees <[email protected]>
Set download URL in javascript after we know which release satisfies the combination of geographies. Fixes #239

github.com/censusreporter/censusreporter - 6153196243585e1b46de49032ef9203d49431405 authored about 4 years ago by Joe Germuska <[email protected]>
Update full text search ingest script

github.com/censusreporter/census-api - 402c79774bf905f729831612e07b07d54ed8f532 authored about 4 years ago by Ian Dees <[email protected]>
update to use new Mapbox studio style

github.com/censusreporter/censusreporter - eb46bd67c2934bc9ed675f1afdcc3d4158ff6988 authored about 4 years ago by Joe Germuska <[email protected]>
Fixing py3 syntax errors

github.com/censusreporter/censusreporter - 3c96b5d024b5ab01bff6ad5d6121ba618a85186c authored about 4 years ago by Ian Dees <[email protected]>
Trying to fix imports more

github.com/censusreporter/censusreporter - 10151ce2319445a6e8eeb8fc153fe080f78498f4 authored about 4 years ago by Ian Dees <[email protected]>
Add test host to allowed_hosts

github.com/censusreporter/censusreporter - 58ded0ca610d745ba941e9c83708718760fc0ee3 authored about 4 years ago by Ian Dees <[email protected]>
Don't try to capture git release from within docker

github.com/censusreporter/censusreporter - 62faf61fd79d442a16cfdd94eac89e622cfdb626 authored about 4 years ago by Ian Dees <[email protected]>
Try fixing the config

github.com/censusreporter/censusreporter - 8123bc2f437a8bf2d2de7f20b7d625a90617ff74 authored about 4 years ago by Ian Dees <[email protected]>
Switch to Redis caching

github.com/censusreporter/censusreporter - 9e2bdb43b3d4c01b89e2edcc0beb6932568438fa authored about 4 years ago by Ian Dees <[email protected]>
Install simplejson to serialize Decimal

github.com/censusreporter/census-api - 0231e8427d4048d3474acde73199315eeeed7122 authored about 4 years ago by Ian Dees <[email protected]>
Don't try to store stuff in S3

github.com/censusreporter/census-api - 56e631c85eb42f9cace6b6ffa4408c6f58f5a600 authored about 4 years ago by Ian Dees <[email protected]>
Remove extra logging bit

github.com/censusreporter/census-api - 05af333273c28504485a35a7ef1f091f41429470 authored about 4 years ago by Ian Dees <[email protected]>
Point to the right gdal version in pipfile.lock

github.com/censusreporter/census-api - 3adbbe4b7dc51bca161ee0df23e732e28b1120ea authored about 4 years ago by Ian Dees <[email protected]>
Use flask-caching in existing cache methods

github.com/censusreporter/census-api - c82a66cb78190c9f26f95858e11c61ae88bc8252 authored about 4 years ago by Ian Dees <[email protected]>
Adjust configuration to use redis cache in production

github.com/censusreporter/census-api - c6dc06191e586c0f46efd5b8deed7331d23a9fc9 authored about 4 years ago by Ian Dees <[email protected]>
Use flask-caching

github.com/censusreporter/census-api - 8f118404d155324dcd54576d50e8d5d4523bd7a4 authored about 4 years ago by Ian Dees <[email protected]>
Adjust the Dockerfile

github.com/censusreporter/census-api - 94e089f0d242af2adf1cf8f39d4dfef7e2e523fa authored about 4 years ago by Ian Dees <[email protected]>
Woops missing an &&

github.com/censusreporter/census-api - b34cd73321ae1cfdd46f06c489db52a5f429bddd authored about 4 years ago by Ian Dees <[email protected]>
Install pipenv dependencies in Dockerfile

github.com/censusreporter/census-api - 90a26d2b14792a8304290ae1429357d761b1030a authored about 4 years ago by Ian Dees <[email protected]>
Switch to flask_cors instead of custom-built CORS support

github.com/censusreporter/census-api - a293abca29cb509a5a30dc49881cb7042390cec0 authored about 4 years ago by Ian Dees <[email protected]>
Add CHECKS file

github.com/censusreporter/census-api - a9661469da5837d3f8592cca25653166d5d253d8 authored about 4 years ago by Ian Dees <[email protected]>
Update to the data updates

github.com/censusreporter/census-api - 31768eddf4f01e3d9a86999ade1b246e6417dc12 authored about 4 years ago by Ian Dees <[email protected]>
Update to use 2019 1-year

github.com/censusreporter/censusreporter - dd30e1aa88511a17001092ff719e09615d03757d authored about 4 years ago by Ian Dees <[email protected]>
Update API to use 2019 1yr release

github.com/censusreporter/census-api - 4ed0e3ed8334e3b69ed2a8985a443fee26361eb5 authored about 4 years ago by Ian Dees <[email protected]>
MakeValid the invalid TIGER geoms + clean up afterwards

github.com/censusreporter/census-postgres-scripts - d953c05d7172756ad09ff345b7aa8babeaa8b719 authored about 4 years ago by Ian Dees <[email protected]>
Add 2019 1-yr release

github.com/censusreporter/census-postgres - d9753115e61c71ebfac027ec86cb85736288b30a authored about 4 years ago by Ian Dees <[email protected]>
Add 2019 1-yr configuration

github.com/censusreporter/census-postgres - 5013095e3c3d76103626e469b3e07c8ed9b86127 authored about 4 years ago by Ian Dees <[email protected]>
Switch to using my census backup CDN to avoid their broken CDN

github.com/censusreporter/census-postgres-scripts - e40811599c4667a812e78a671606567a28a4835f authored about 4 years ago by Ian Dees <[email protected]>
VTD doesn't seem to be in the TIGER release anymore

github.com/censusreporter/census-postgres-scripts - ed3ef3cc1e518c23096b69bd2e16198a44bfa3e9 authored about 4 years ago by Ian Dees <[email protected]>
Forgot to add import tiger 2019

github.com/censusreporter/census-postgres-scripts - b7822fdb633b8da16178f010ae114834edaa1819 authored about 4 years ago by Ian Dees <[email protected]>
Merge pull request #10 from censusreporter/acs2019-1yr

Fix 2019 1yr universe capitalization

github.com/censusreporter/census-table-metadata - 1c1b65204cbb2991f9e2d30a16b43ca704dba121 authored about 4 years ago by Ian Dees <[email protected]>
Better universe cleaning

github.com/censusreporter/census-table-metadata - aac8089178fc0a2400f2003c04b44a04a8a13c5d authored about 4 years ago by Ian Dees <[email protected]>
Fix universe capitalization

github.com/censusreporter/census-table-metadata - 48d49b263ca9fa0d31b74eb7a26a6aa4e67e3e8b authored about 4 years ago by Ian Dees <[email protected]>
Lowercase before titlecasing

github.com/censusreporter/census-table-metadata - 29b47ac8c0b5e5cc811d6ae0f5eab54386b76875 authored about 4 years ago by Ian Dees <[email protected]>
Merge pull request #9 from censusreporter/acs2019-1yr

Changes for ACS 2019 1-year release

github.com/censusreporter/census-table-metadata - cc2842425713410ed39304f86cee5f0514e2c743 authored about 4 years ago by Ian Dees <[email protected]>
Add/update precomputed data for 2019 1-year

github.com/censusreporter/census-table-metadata - af62a07c2e3a48423c1e710dd044fbcda30f8b7f authored about 4 years ago by Ian Dees <[email protected]>
Fix CSV output to use \n instead of \r\n

github.com/censusreporter/census-table-metadata - b90cbf4bac1cc6cf96231192ebfdbfff7e87d419 authored about 4 years ago by Ian Dees <[email protected]>
Updates to processing for 2019 1-year

github.com/censusreporter/census-table-metadata - 88ccff3d27bd20c18d5ee4ae7d6a54e2e0adca2d authored about 4 years ago by Ian Dees <[email protected]>
Merge pull request #8 from censusreporter/metadata-from-api

Add a process file that uses the Census API for column hierarchy info

github.com/censusreporter/census-table-metadata - 9e72e28c4d30e1488652e94b52da70c15e7e8a01 authored about 4 years ago by Ian Dees <[email protected]>
Use the correct encoding while iterdecoding

github.com/censusreporter/census-table-metadata - dcfc1d33da6714b14ef84c894274bafda6a1bc3b authored about 4 years ago by Ian Dees <[email protected]>
handle non-data 'header columns'

github.com/censusreporter/census-table-metadata - 0ec18af02953b7429bfa7b9d6b80cccda5997361 authored about 4 years ago by Joe Germuska <[email protected]>
Stamen JS not available via https so serve from vendor

github.com/censusreporter/censusreporter - fc3f78d379b68ec59c676f5eb63467ae5919e952 authored about 4 years ago by Joe Germuska <[email protected]>
hastily implement Stamen toner-lite since Mapbox tiles went away sooner than we expected

github.com/censusreporter/censusreporter - 12afd7e983cdcd11d1fb685b27fa72cbb404ec26 authored about 4 years ago by Joe Germuska <[email protected]>
Add a process file that uses the Census API for column hierarchy information

github.com/censusreporter/census-table-metadata - 5b8541f1b83b9338c2deb282bcbdb0f74314321c authored about 4 years ago by Ian Dees <[email protected]>
bump priority of concity since there are few and otherwise they'd get lost behind places with similar names

github.com/censusreporter/census-postgres-scripts - fe1c53a191ba46d6cb438960ad3b8f05296f89a1 authored about 4 years ago by Joe Germuska <[email protected]>
add sumlevel 170 to census_name_lookup

github.com/censusreporter/census-postgres-scripts - c1801b375651e87dc1af782e630fc72451aa90bf authored about 4 years ago by Joe Germuska <[email protected]>
revert some regressions

github.com/censusreporter/censusreporter - cbf15156725f3d066070cdfc73d01ddd9208d31b authored about 4 years ago by Joe Germuska <[email protected]>
remove template comment tags which get reformatted and start showing up

github.com/censusreporter/censusreporter - 618769f614d2b99b58e5e64b9dd725e86f115d23 authored about 4 years ago by Joe Germuska <[email protected]>
fix template tag typo

github.com/censusreporter/censusreporter - ea6ca6917f081762b5b8a50ada66112f4bcbd392 authored over 4 years ago by Joe Germuska <[email protected]>
in a comment log the typical command for this

github.com/censusreporter/census-api - 996a95ae96b2a2b054074b97918e3c9e0577e2e7 authored over 4 years ago by Joe Germuska <[email protected]>
handle case of null priority more gracefully

github.com/censusreporter/census-api - 66ae97a1370143a2e31cfbd788bb393b43cf75c2 authored over 4 years ago by Joe Germuska <[email protected]>