Ian Dees

Results 503 comments of Ian Dees

@loganpowell they are, but it sure would be nice to figure out a way to download this data without having to go through all this header trickery. Other parts of...

I'm pretty sure these files are all latin-1.

If you're trying to get at the data, you can just download the SQL dumps here: http://censusreporter.tumblr.com/post/73727555158/easier-access-to-acs-data

What tables aren't available in the snapshot?

I think you're running into the problems I ran into and didn't have time to work through earlier (since Census Reporter wasn't going to use 2009 data). I would be...

See also #189 and https://app.getsentry.com/share/issue/36363939342e313530333833363131/.

This is happening because the [search URL is being built as a `str`, not a `unicode`](https://github.com/censusreporter/censusreporter/blob/master/censusreporter/apps/census/views.py#L831).

@JoeGermuska is that fix pushed to GitHub? Doesn't look like it's fixed.

I'm not questioning if the website is fixed, I'm just wondering where the code is? What branch of this repo is deployed?

I see, you closed https://github.com/censusreporter/censusreporter/issues/189 in ad5e056b. Can we close this issue, too?