tomquisel / covid19-data

17 stars 5 forks source link

Thanks and FYI #15

Open ladew222 opened 4 years ago

ladew222 commented 4 years ago

I am building a Map/dashboard using your data. Thank you! I am pulling in some additional information from census which allows it to switch to population relative Choropleths along with some other information. It is in it infancy but is using D3Plus. Thought I would let you know. Always willing to share.

tomquisel commented 4 years ago

That's wonderful! If you're able to contribute back logic that pulls the population for each county into the CSVs, that'd be a huge win! ❤️

ladew222 commented 4 years ago

Of course, I will send it along. I pulled the census data and American community survey data from NHGIS, which I put into a csv. I then merge the two into one JS object. I then use this as the basis for my map data—but it could easily be exported out to a larger csv.

—Eric

On Mar 29, 2020, at 10:18 PM, Tom Quisel notifications@github.com wrote:

That's wonderful! If you're able to contribute back logic that pulls the population for each county into the CSVs, that'd be a huge win! ❤️

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tomquisel/covid19-data/issues/15#issuecomment-605760527, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4CIC7PJ5RVWU2KTACDT33RKAFPXANCNFSM4LWGYAXA.

ladew222 commented 4 years ago

I have a (semi) working version now online in the depositor https://github.com/ladew222/CVD-Geo https://github.com/ladew222/CVD-Geo and the live page is at https://ladew222.github.io/CVD-Geo/ https://ladew222.github.io/CVD-Geo/. It uses d3 for the data component. The function that does the data mergining is title(for better or worse) get_data in the index.html. The interface is still not perfect, but you can load days and filter by a few variables which more visible on hover. I also have a rough pearsons option to look at correlations—which has not been flushed out fully. I need to go through and validate some of the functions and the state filtering in not yet functional as well. Please let me know if you have any questions/suggestions.

On Mar 29, 2020, at 10:18 PM, Tom Quisel notifications@github.com wrote:

That's wonderful! If you're able to contribute back logic that pulls the population for each county into the CSVs, that'd be a huge win! ❤️

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tomquisel/covid19-data/issues/15#issuecomment-605760527, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4CIC7PJ5RVWU2KTACDT33RKAFPXANCNFSM4LWGYAXA.

ladew222 commented 4 years ago

As an FYI, I have made significant changes to to the data merge as there were a couple of issues with type conversion and digit length. I probably sent it along too soon. The data tool has also had updates.

tomquisel commented 4 years ago

Thanks @ladew222 is it in a good place now?

ladew222 commented 4 years ago

It is now. It needed some clean up as I was focused on getting it running more than good. But it is in a good place. I have also brought in data from Google with the help of another user and project that extracted that from charts on pdfs. I put the data into a similar for and uploaded it to my site. It dates back about a month and goes till 3/30. That data is now mapable on the choropleth. Users can now run a basic Pearson correlation test on whole bunch of variable up against Confirmed at the state or national level. I could allow for more options but I could also be giving the user too many already. Let me know if you have any requests and or suggestions. And thanks again for your work.

https://ladew222.github.io/CVD-Geo/index.html

ladew222 commented 4 years ago

As an FYI, the live page is now at balefire.info for connivance but is hosted on the same rep