code4sac / wicit

A simple node/express app for finding locations that accept WIC in California, using data from the new California Department of Public Health open data portal.
http://findwic.com/
MIT License
19 stars 20 forks source link

Map WIC Offices #12

Open jesserosato opened 10 years ago

jesserosato commented 10 years ago

It would be rad to map WIC offices as well as vendors. Not sure where we can find data on this, but it might work to just use data from a CSV or something and set up a server side route to retrieve it, since there's probably a fairly small number of these.

natebass commented 10 years ago

I found this on the CDPH website http://www.apps.cdph.ca.gov/wic/resources/laSearch/search.asp. It lets you search for WIC "Local Agencies." If we can find where this data is coming from we could use it.

hesandoval commented 10 years ago

This link takes you to an excel document that contains a list of the Authorized WIC Vendors of California:http://www.cdph.ca.gov/programs/wicworks/Documents/VMB/WIC-VMB-AuthorizedVendorsList.xls. Were you looking to place this information on a Google Map?

jesserosato commented 10 years ago

@Nate-Bass I saw that too. I'll talk to our contact at CDPH and see if we can get that data.

jesserosato commented 10 years ago

@hesandoval Good looking out! We're getting WIC vendor data from the new CDPH open data portal (health.data.ca.gov), but we're still looking for data on WIC office locations.

josephlei commented 9 years ago

@jesserosato I used Kimono to pull off all WIC office locations via the CDPH website and used a python library to geocode them all and transformed it into json format. There are some minor discrepancies, but it puts us in the game at ~700 locations. It is part of the pending merge request, can you please review and see if it can be merged?

Unfortunately I am not familiar with how to integrate it into the app, maybe Don can help with this? Thanks

donmccurdy commented 9 years ago

I'd be glad to look into the integration, yeah. :)

donmccurdy commented 9 years ago

I think I've lost track of where we're at on this – is #36 the data for this issue?

jesserosato commented 9 years ago

@donmccurdy It looks like. That's merged in now, so you should be able to get at that data.

civicissuebot commented 9 years ago

Hello! This issue looks like it still needs help! It's been clicked on 1 times through the Civic Issue Finder on http://www.codeforamerica.org/. Can this issue be closed or does it still need some assistance?

If you wrote this issue, you can always update the labels for specifying tasks, add more info in the description to make it easier to contribute, or re-write the title to make more contributors interested in helping out. If you are an open source contributor, ask and see how you can help by commenting or check out more open issues in this repo at https://github.com/code4sac/wicit/issues.

Just doing a little :seedling: open source gardening :seedling: of Brigade projects! For more info/tools for creating civic issues, check out Got Issues Thank you!

josephlei commented 8 years ago

I finally learned how to submit POSTs with viewstate and event generators so I have an updated master list of WIC offices including geocodes, cleaning it up and will be available soon, thanks

sheldon-b commented 7 years ago

Has this issue been fixed or is there still work to do @josephlei @donmccurdy?