jtleider / censusdata

Download data from Census API
MIT License
139 stars 29 forks source link

Are people interested in having this work past 2019? #47

Open lsherman96 opened 7 months ago

lsherman96 commented 7 months ago

Hi! I'm considering building the variable files necessary to enable this to run on recent years (right now it only works through 2019), specifically (at least to start) the ones for the acs5 data. But before setting out to tackle that mountain, I wanted to check if other people would be interested in that. Go ahead and just comment/like/whatever if you think you would use that. Thanks!

PFurst2000 commented 7 months ago

I have moved on to other tools. The flaw in the code is that it requires yearly updates even though the formatting of the new yearly data is largely the same as earlier years.

On Wed, Mar 20, 2024, 11:04 PM lsherman96 @.***> wrote:

Hi! I'm considering building the variable files necessary to enable this to run on recent years (right now it only works through 2019), specifically (at least to start) the ones for the acs5 data. But before setting out to tackle that mountain, I wanted to check if other people would be interested in that. Go ahead and just comment/like/whatever if you think you would use that. Thanks!

— Reply to this email directly, view it on GitHub https://github.com/jtleider/censusdata/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHPA27WGPAYESECS45NGVNTYZJE47AVCNFSM6AAAAABFAUCY3WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4TSMBQGQ2DEOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

vengroff commented 7 months ago

My colleagues and I had been using this project until it stopped being maintained. We built censusdis as an alternative. One of its features is that it does not require annual updates.