-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate data for hot meal locations #34
Comments
DID SOMEONE SAY HOT SNAKES??? On Wed, Sep 17, 2014 at 5:22 PM, Jake Solomon [email protected]
Dave Guarino |
Worth noting that I have included hot meals in the current mockups. Let's On Wed, Sep 17, 2014 at 5:29 PM, Dave Guarino [email protected]
t: @alanjosephwilli |
Exciting to hear this explicit request! It'll take a bit of doing. The USDA data, which is more comprehensive and regularly updated — and which this is currently using, therefore — doesn't include information about hot meals. The State of California website data, which isn't updated as often and contains fewer records than the USDA data for California, does. Options include:
|
Notes for one proposed approach:
Whatcha think? |
I've already written that scraper! :) Set it aside when I found the USDA database, but yes, that's how we'll have to get the State of California website data if that's what we're using. It actually submits the form for each county and scrapes the results. Would just need to be updated to select the 'Restaurant Meals' radio button. |
Eff yeah! 👍 On Wed, Oct 1, 2014 at 3:51 PM, Fureigh [email protected] wrote:
Dave Guarino |
Sounds like there are locations that the above won't capture: https://twitter.com/endeverstar/status/517815974209134592 Ideally, the USDA would have a dataset of hot meal locations the same way it has one of SNAP retailers. If that's not the case, we'll have to figure out how to handle additions. One approach would be to maintain a list of user-submitted additions and append it to the above data. That raises sustainability questions, though. I wonder whether the USDA would host such a dataset if we gave it to them (after scraping the sites mentioned)? |
Hot meal programs depend on state waiver + county administration (I think), so I doubt USDA has this data at all. This could be a really awesome opportunity to engage brigades in adding their own state data, whether that's by writing a scraper + PR or just digging through PDFs. If we do a couple states ourselves we'll be in a good position to abstract out this piece and share with brigades (like @daguar did for Balance). |
@lippytak I like the idea... there are only three states, though, right? The most recent info I've found is from 2011 (see above for another source on that) and says the only states that have this program are California, Arizona and Michigan. If that's the case, by the time we do a couple of states we'll be done. |
move some functions out of initialization
Some CA counties (and other states?) have optional hot meal programs that allows certain clients to spend CalFresh benefits on hot meals from certain restaurants. Here's the data for SF: http://www.sfhsa.org/156.htm.
I got this explicit request today from an advocate at Bay Area Legal Aid who said her clients were always trying to figure out where they could get meals.
The text was updated successfully, but these errors were encountered: