-
Notifications
You must be signed in to change notification settings - Fork 20
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
Map WIC Offices #12
Comments
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. |
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? |
@Nate-Bass I saw that too. I'll talk to our contact at CDPH and see if we can get that data. |
@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. |
@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 |
I'd be glad to look into the integration, yeah. :) |
I think I've lost track of where we're at on this – is #36 the data for this issue? |
@donmccurdy It looks like. That's merged in now, so you should be able to get at that data. |
Hello! This issue looks like it still needs help! 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. Just doing a little 🌱 open source gardening 🌱 of Brigade projects! |
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 |
Has this issue been fixed or is there still work to do @josephlei @donmccurdy? |
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.
The text was updated successfully, but these errors were encountered: