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

Add additional install instructions for OS X

For my system, libmemcached had to be installed (through brew) and
pylibmc had to be installed w...

github.com/censusreporter/census-api - 2d2c316a0d2a5e70375f480b5afa10074ddaea3c authored over 8 years ago
some more on database setup

add info

github.com/censusreporter/census-api - 3ec41321bc1686b3011fd86a93332b5f7f2abbf5 authored over 8 years ago
add data import notes

github.com/censusreporter/census-api - bf798101f0c956b79a8e0a551961c5c4a6458740 authored over 8 years ago
put something better in for homebrew install

github.com/censusreporter/census-api - af2af93908b061e5d517f3cef4876190a70ef9e2 authored over 8 years ago
Clean up server/deploy stuff

github.com/censusreporter/censusreporter - 088827fb229dc4597f58e7db887a0e59024ef7ee authored over 8 years ago
Don't use elasticsearch endpoint when user hits enter in location search box

github.com/censusreporter/censusreporter - 21217e3489410f3658d523db6e3cc4a0ab65d196 authored over 8 years ago
Merge pull request #45 from censusreporter/remove_elasticsearch_endpoints

Remove elasticsearch endpoints for now

github.com/censusreporter/census-api - 3eaa1cde93586d60eb8ccc150758e83db75834f6 authored over 8 years ago
Remove elasticsearch endpoints for now

github.com/censusreporter/census-api - 7384302a4abc8c9afdde92c6e1ac33d48495f365 authored over 8 years ago
Merge pull request #38 from censusreporter/allow_numbers_through_geo_search

Allow digits through the geo search filter

github.com/censusreporter/census-api - bca4971605891bb89f6e9f03eb8b3bf56edfb732 authored almost 9 years ago
Allow digits through the geo search filter

Fixes https://github.com/censusreporter/census-api/issues/37

github.com/censusreporter/census-api - 1b2846d610ea173e67cfa071be0c15614373b621 authored almost 9 years ago
add column ID as title. would like to make it more visible...

github.com/censusreporter/censusreporter - dcca6a6673354385c7334c6a94c9cf31e0f8e06b authored almost 9 years ago
add missing ACS release

github.com/censusreporter/censusreporter - 180b511b16ea724b122f64ae51dd7b007caffbb8 authored almost 9 years ago
use a copy of acs var for table ID search in case there are no results -- acs var used later. All of this would be nicer searching against census_tabulation_metadata which is shared across all releases

github.com/censusreporter/census-api - 1b8973d221eee09647dee1acdb0e5afc9203339d authored almost 9 years ago
Merge branch 'master' of github.com:censusreporter/census-api

github.com/censusreporter/census-api - 21cf9327cbe696075aec29716b59bc17b3b591dd authored almost 9 years ago
table code searches should be case insensitive and honor partial matches. Also added somewhat inefficient loop through all allowed_acs because not all tables are in the default ACS, and at least from the UI perspective, there's no important reason to limit the search to a single ACS release. IF later some API user complains, we can refine this.

github.com/censusreporter/census-api - cc6228a64ed3f3e140957206a85fc63eae21dee9 authored almost 9 years ago
Merge pull request #151 from censusreporter/citation

add citations

github.com/censusreporter/censusreporter - 877529b2e7ff0e586c4d21dce2caaea3c6e8ae46 authored almost 9 years ago
remove extraneous from chart data toggle. fixes #150

github.com/censusreporter/censusreporter - 61854679bb92cb092d4c06a38527763cd3eacd80 authored almost 9 years ago
add citations to profile pages

github.com/censusreporter/censusreporter - f75ec8874f0cd4afa7ebeb84f25e3927576252f1 authored almost 9 years ago
excel seems to work ok

github.com/censusreporter/census-api - ff6c6e6e54b2998a87d2553142cdb495d1b83db8 authored almost 9 years ago
OGR all still works and make an empty XLSX

github.com/censusreporter/census-api - 4cf1990ca4c930660eaf3945535bc944f6ee8364 authored almost 9 years ago
moved ogr stuff out to its own method in pursuit of an alternative XLSX building process

github.com/censusreporter/census-api - f036b2bf0001a390a87214a3a983bba7584d9466 authored almost 9 years ago
catch up with updates

github.com/censusreporter/census-api - 61d95fd147f7de3139a404526defe7c60a3706a7 authored almost 9 years ago
add citation line to data table and distribution pages

github.com/censusreporter/censusreporter - c383a28a2e0586b1a018284cf7649cca6d3baee2 authored almost 9 years ago
start on citations (see #118)

github.com/censusreporter/censusreporter - 812380e64a03fd6d60297cd2f4f3c91814eb7520 authored almost 9 years ago
Use new table details endpoint

github.com/censusreporter/censusreporter - 36435835329e19cf23816166f4fd8be26aa029be authored almost 9 years ago
Clean up old dev stuff

github.com/censusreporter/census-api - 7fe56a1e992ee92ac43bb7c1241367487ed3bc30 authored almost 9 years ago
Add a new endpoint for table details where the release is specified in the URL

github.com/censusreporter/census-api - ad32943eddf7ad4682546dcb94d1a0b82b535e17 authored almost 9 years ago
Wrap the Django WSGI with Sentry's wrapper

github.com/censusreporter/censusreporter - f8d20b650463ecc389e9ae6e0e49d76710471a49 authored almost 9 years ago
The root of the git directory is three directories up

github.com/censusreporter/censusreporter - cb55dfabacdaa1868253dcf53359d946bcc4d353 authored almost 9 years ago
Add Sentry for error catching

github.com/censusreporter/censusreporter - b33bcb9caaa8a3316a8d52ec295f88121eb7cd50 authored almost 9 years ago
Set the SENTRY_DSN in Flask config

github.com/censusreporter/census-api - 316fbe14929455dd2b965b853a3cb34b44d3d6f9 authored almost 9 years ago
Add Sentry for error reporting

github.com/censusreporter/census-api - baddf69e68ff6a7e290f5508e365b5979a70fe24 authored almost 9 years ago
Try not 404'ing when table data returns blank

github.com/censusreporter/censusreporter - de8ef500da59b331540d240206507e59651093bb authored almost 9 years ago
Postgres wants to see the 3yr column in there even though there's no data in it

github.com/censusreporter/census-table-metadata - 04fa79f63da4487635886bd684189d84e91d098f authored almost 9 years ago
Remove the 3yr release from the tabulation metadata and builder script

github.com/censusreporter/census-table-metadata - b0c7b64533ea502f3b9c3cadf4dd4de76ba5d18f authored almost 9 years ago
Missed a cache key

github.com/censusreporter/census-api - 558ae0462eaa0885f8597ee7cbbe22be1f17b4d7 authored almost 9 years ago
The API returns the requested geo when doing a /parents query now

github.com/censusreporter/censusreporter - b50f3bebe1befa7f69090717192fafc4c1002b75 authored almost 9 years ago
Raise exception when we get an error while fetching profile data

github.com/censusreporter/censusreporter - f732c80ae44b875c3604e764b917daff378636e0 authored almost 9 years ago
Make sure we're using consistently-cased cache keys

github.com/censusreporter/census-api - 3c99ca4ee83e7dfad7d83ae221804fa371ef9af9 authored almost 9 years ago
Handle searching parents on a geoid that has lower case 'US' in geoid.

github.com/censusreporter/census-api - 8b0c21bcafae88f770f21a52eae213a86ae2c06a authored almost 9 years ago
Handle searching parents on a geoid that has lower case 'US' in geoid.

github.com/censusreporter/census-api - 4aad9dd9b6e389835849cfda2add795e8377c965 authored almost 9 years ago
Don't dict the row until we know we have a result from the database

github.com/censusreporter/census-api - f4c0a92e79d90311c28599213560181d6fb80874 authored almost 9 years ago
Re-remove acs2013_3yr

github.com/censusreporter/census-api - 99e07a4faf5687b99185385accfc58ffcd90f7c3 authored about 9 years ago
Try not chopping the allowed_acs list

github.com/censusreporter/census-api - 03867489eb7933272e8894e33946d40cfb790b8d authored about 9 years ago
Try removing support for 2013 3yr

github.com/censusreporter/census-api - 35b3d7973d66647573623c9a563fc44b1ba79007 authored about 9 years ago
Use the correct expansion release.

github.com/censusreporter/census-api - 73e1fa0064582617ff5b2c9f44c4ffc0513fe23e authored about 9 years ago
Don't try to set geometry on non-geometry download types

github.com/censusreporter/census-api - 9bcec657131c34be22beca3b104c4d13c979cc99 authored about 9 years ago
Merge branch 'bcipolli-python3'

github.com/censusreporter/census-shapefile-utils - e955573ef347fca081b8ffb46eba69182ae130f4 authored about 9 years ago
Merge branch 'python3' of https://github.com/bcipolli/census-shapefile-utils into bcipolli-python3

github.com/censusreporter/census-shapefile-utils - 807184836772d9de4434364c71b691d23b5c649f authored about 9 years ago
Use 127.0.0.1 instead of localhost for elasticsearch

github.com/censusreporter/census-api - ff2e794b25f3cf71ed95e0ae0681b6279e7baa06 authored about 9 years ago
Add a mapping for importance so it can be sorted

github.com/censusreporter/census-table-metadata - c80786b2e0ae0d24b76d44cca65de606d55dbe1b authored about 9 years ago
Some of these older elasticsearch bits don't work anymore

github.com/censusreporter/census-table-metadata - 1548fd9a3ef0373078787ad5625279adc54acec3 authored about 9 years ago
Add redirects to the censusreporter.org nginx config

github.com/censusreporter/censusreporter - 7bd318bbd0a9317e7938133d75d354e3d3df7a6e authored about 9 years ago
Merge pull request #4 from bcipolli/install-instructions

DOC: installation instructions.

github.com/censusreporter/census-shapefile-utils - 25c90fc6d4c7843a17efd6f8cf409778ee321ccc authored about 9 years ago
Merge pull request #5 from bcipolli/just-because

Avoid global variables, avoid failing on empty directories.

github.com/censusreporter/census-shapefile-utils - a62c529709695f31274b4c8773161391aa09ec3d authored about 9 years ago
The biggest release is the second one, not the last one

github.com/censusreporter/census-api - 0622de4cda81ece55d514b6696f5320a71de4035 authored about 9 years ago
Merge branch 'master' of github.com:censusreporter/censusreporter

github.com/censusreporter/censusreporter - 370c411246219c7729738c90b887fa89d694d872 authored about 9 years ago
Need parens around the IN clause

github.com/censusreporter/census-api - 9114d048d01af4fd2c65f73b263dbe3e63a1836f authored about 9 years ago
Trying to protect OGR from unicode

github.com/censusreporter/census-api - 46afd17f3b99a1536ee2a942f6b6fcb30d1e4619 authored about 9 years ago
Maybe the column name is too long?

github.com/censusreporter/census-api - 871eb9597d169ae27ae2873a5e895d8ff487c7ad authored about 9 years ago
Try encoding the column names to utf8 while downloading

github.com/censusreporter/census-api - 997483f07598ee1e55c0b8a2e6d04d339822e215 authored about 9 years ago
Is it in error.description?

github.com/censusreporter/census-api - a7514af657905e8efae5ff6eb5259bc07492974d authored about 9 years ago
Have to include a message on the exception

github.com/censusreporter/census-api - f410fbe9eb94cbc03e5c0a927b3deba39d5d5542 authored about 9 years ago
Define the validation exception's constructor correctly

github.com/censusreporter/census-api - 7a12ff8cc28d6f45cb15cac7d1ef0cdf0cd10cdd authored about 9 years ago
Trying to do a better job with request validation error feedback

github.com/censusreporter/census-api - dca269de4be8265d7e3c08384cc5accee62f5e34 authored about 9 years ago
Add some debug information.

github.com/censusreporter/census-api - cf281f8928dff5d0383925fd0765985cc3231608 authored about 9 years ago
Be consistent with table search ACS release choice

github.com/censusreporter/census-api - a517c88725772d24a3e62976735b64e1b2cc6afa authored about 9 years ago
Always expand GEOIDs with the same release

github.com/censusreporter/census-api - 57def863c2553ebccf7b4cda63fc850d3ed8cf7e authored about 9 years ago
Coerce the geo_ids set into a tuple so SQLAlchemy works

github.com/censusreporter/census-api - 2d8e3c3cd41cc7f022d6bc6950e00c2f8c2f32c3 authored about 9 years ago
Add back the EC2 metadata-based private IP fetch for ALLOWED_HOSTS

github.com/censusreporter/censusreporter - 9e0633207c5fc881821e9be1b8db34bc609d582d authored about 9 years ago
Merge pull request #35 from censusreporter/use_sqlalchemy

Use SQLALchemy, add support for TIGER 2014

github.com/censusreporter/census-api - 67223cf2f3b0b18c7176627e147703cce5dfbbb7 authored about 9 years ago
Merge pull request #146 from censusreporter/use_nginx_gunicorn

Use Nginx + Gunicorn + exist behind an Amazon load balancer + use TIGER 2014

github.com/censusreporter/censusreporter - 0b87634361b87a3999badd07fafaa3300ced485c authored about 9 years ago
Switch away from using staging URLs

github.com/censusreporter/censusreporter - 34f307da04814af3bd434e8364f1856583393563 authored about 9 years ago
Just hardcode the ELB hostname instead of asking for local-ipv4 from EC2 metadata

github.com/censusreporter/censusreporter - 64ffa95fdeb7f0063e847423b9ef7889a61b4aed authored about 9 years ago
STY: pep8 / pyflakes fixes.

github.com/censusreporter/census-shapefile-utils - e4fae5df685127f84abfa9c10ef836301f573687 authored about 9 years ago
DOC: add dependency for Py3, add to documentation.

github.com/censusreporter/census-shapefile-utils - 23202d43c38c8c32e3a9d09557fa004763536ec5 authored about 9 years ago
BF: don't parse directories without a .shp file.

github.com/censusreporter/census-shapefile-utils - bd8a6b0440cc5e3daadd6fd6253092df099edeb4 authored about 9 years ago
STY: no global 'options'; pass include_polygon as arg.

github.com/censusreporter/census-shapefile-utils - ad980b7060bed5e316a12210a543127a3b0a0c11 authored about 9 years ago
ENH: use downloaded files. PY2/3: use six.moves.urllib if available.

github.com/censusreporter/census-shapefile-utils - 62c564ef102f32505ee5fe625c7c1ce8e6eb414d authored about 9 years ago
PY2/3: Deal with binary vs. unicode strings.

github.com/censusreporter/census-shapefile-utils - fe4f47242be8eb7aece48d51271bb3e70ab9766c authored about 9 years ago
STY: no global 'options'; pass include_polygon as arg.

github.com/censusreporter/census-shapefile-utils - 1e2e376479b7ce5c92d06dc16963ac16890ff505 authored about 9 years ago
BF: don't parse directories without a .shp file.

github.com/censusreporter/census-shapefile-utils - 7194460bed63a55ac553897ee2ac253265c13943 authored about 9 years ago
DOC: installation instructions.

github.com/censusreporter/census-shapefile-utils - 677c82d6d26a96efbf474dcfad727159960c7da9 authored about 9 years ago
DOC: installation instructions.

github.com/censusreporter/census-shapefile-utils - efbf69bfd1c46a5bbb87afcfd8919d50a8f78772 authored about 9 years ago
Merge pull request #3 from bcipolli/flexibility

RF: use os.makedirs, don't catch errors and hard exit.

github.com/censusreporter/census-shapefile-utils - c238837b851b3aa6d4bddaa7d2d9a58db1c13c82 authored about 9 years ago
Merge pull request #2 from bcipolli/add-year

ENH: add year as a command-line argument.

github.com/censusreporter/census-shapefile-utils - f0a2d03756ac8e78558cd9658b23e47d80b054c9 authored about 9 years ago
RF: use os.makedirs, don't catch errors and hard exit.

github.com/censusreporter/census-shapefile-utils - 32968f50d0804913dffe59691e2088a01f249073 authored about 9 years ago
ENH: add year as a command-line argument.

github.com/censusreporter/census-shapefile-utils - a94dbcff3ebd8654a232bc92cefa952f5e4f7241 authored about 9 years ago
Add support for ELB to ALLOWED_HOSTS

github.com/censusreporter/censusreporter - 6c0212b004aef96c305406352810bd40f3d5500e authored about 9 years ago
dict-ify the tabulation row

github.com/censusreporter/census-api - 1b88bcab66fd6b871022a66bb29273e9562aefe0 authored about 9 years ago
Tabulation search switch to use sqlalchemy

github.com/censusreporter/census-api - 09b9fd087f5b657b90da39bf3c4bd83bacbab53a authored about 9 years ago
Trying to track down where the API URL isn't set correctly

github.com/censusreporter/censusreporter - 674d653108829672a0d3604ff62361dc73244b1e authored about 9 years ago
Switch to tiger2014 from tiger2013

github.com/censusreporter/censusreporter - b8034ae3c23026b25ebf1dcd9df9344fab58e103 authored about 9 years ago