{"componentChunkName":"component---src-templates-blog-post-js","path":"/ebola_data_analysis_completed/","result":{"data":{"site":{"siteMetadata":{"title":"tigue.com"}},"markdownRemark":{"id":"45fa7c71-6a8b-5abf-94b8-8bf095f41d79","excerpt":"Over the last few weeks I surveyed every bit of available data on the 2014 Ebola Outbreak in West Africa that I could find. There were two major sub-tasks to…","html":"<p>Over the last few weeks I surveyed every bit of available data on the 2014 Ebola Outbreak in West Africa that I could find. There were two major sub-tasks to the survey: broad-search and then dig-into-the-good-stuff.</p>\n<p><a title='Various ebola visualizations' href='https://johntigue.github.io/ebola-viz-twumbshots/'><span class=\"gatsby-resp-image-wrapper\" style=\"position: relative; display: block; margin-left: auto; margin-right: auto;  max-width: 750px;\">\n      <span class=\"gatsby-resp-image-background-image\" style=\"padding-bottom: 61.86666666666667%; position: relative; bottom: 0; left: 0; background-image: url(&apos;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAIAAADtbgqsAAAACXBIWXMAAAsTAAALEwEAmpwYAAACEklEQVQoz0VSy27TQBT193fDskuQaMUCkVYoQkLdQEMEVdVAktpNEz9i147fHj/HM+MXx2kLdzGax73nnHvuSIfDwXGcruv6YwzD0Lbt8Bqc841pRkVBas7LaGCRELwZQ3SNkPI8D8MQaxRFKCuKwvM87MuyrKpKcPZ+8uFkcvF2KX+dX6Y/3vjWxjT0nbpVHjcSsEErhEgJAXMQBNBycF3DMGzbZjU9u/h4Mrl8d3NzOvv5afbl2/LXlax8Xi7P7xYSyvquj3e7xDShM/H9++vv29XSMk3XdSmlTkJkTd8Y+wfduDcsLQitNLVJ6hAyMjfooypjx0ExJUT/vXhcr/eapitKVRQ1pUkUhb5fVxUSkBwHgW1ZSRiOzILxwvcdRYZsxhgyAtuW53NDU8s850IUZRknSUVrPCF9NChOcCnVdY2abvRPYNFUNU3TjJDQNB3LgmfjII7O9/3LCHDuj0eJEIJsKKnyDC0IzlEA1JGkabI8L7IM4vM0o3XNjgE+PgaT4AoGkyRJ23VH+P55A1DIg8id/XS7kS3P+089DIyzFnOGn4DkbUsZq8ZtTbIcAwei7/vgUbzDwt7TRozQr8VFUQJdyrIsjWOy12mW8poOL+31oMWHedb5jxAPosrbpl/vrtWntYSU2PXuplf66sH1SZRT2IakOI7x8yAEncNwGNHg27ZicX56Oz2b/Zmq29Vf51ub6/P20IwAAAAASUVORK5CYII=&apos;); background-size: cover; display: block;\"></span>\n  <img class=\"gatsby-resp-image-image\" alt=\"Various ebola visualizations\" title=\"Various ebola visualizations\" src=\"/static/7d6af4e4c52fd6ce4abc8bb88d830fdc/b8ccf/grid-of-some-twumbshots.png\" srcset=\"/static/7d6af4e4c52fd6ce4abc8bb88d830fdc/1abb1/grid-of-some-twumbshots.png 250w,\n/static/7d6af4e4c52fd6ce4abc8bb88d830fdc/7217d/grid-of-some-twumbshots.png 500w,\n/static/7d6af4e4c52fd6ce4abc8bb88d830fdc/b8ccf/grid-of-some-twumbshots.png 750w\" sizes=\"(max-width: 750px) 100vw, 750px\" loading=\"lazy\">\n    </span></a></p>\n<p>For the first sub-task, the work started with cataloging the datasets on <a href=\"http://eboladata.org\">eboladata.org</a>. I sifted through those 36 (<a href=\"http://eboladata.org/dataset?sort_by=changed&#x26;sort_order=DESC\">and growing</a>) datasets. My analysis of those can be found on the EbolaMapper wiki at <a href=\"https://github.com/JohnTigue/EbolaMapper/wiki/Datasets-Listed-on-eboladata.org\">Datasets Listed on eboladata.org</a>. An additional part of this first sub-task was to catalog the datasets available at <a href=\"https://data.hdx.rwlabs.org/\">HDX</a> and <a href=\"http://nethope.org/\">NetHope</a>.</p>\n<p>I have posted the conclusions of sub-task #1 on the wiki at <a href=\"https://github.com/JohnTigue/EbolaMapper/wiki/Recommendations-for-Data-to-Use-in-Web-Apps\">Recommendations for Data to Use in Web Apps</a>. The humanitarian community seems most comfortable with CSV and Excel spreadsheets. Coming from a web services background I expected a JSON or XML based format, but the humanitarians are not really thinking about web services, although the folks at HDX started on <a href=\"http://docs.hdx.rwlabs.org/an-api-for-ebola-data/\">an effort which shows promise</a>. Finally, for data interchange, the best effort within the CVS/spreadsheet space is <a href=\"http://docs.hdx.rwlabs.org/standards/\">#HXL</a>.</p>\n<p>The second major sub-task centered on hunting down any “hidden” JSON: finding the best visualizations on the web and dissecting them with various web dev-tools in order to ferret out the JSON. That which was found could be considered “private” APIs; it seems that there has not yet been any attempt to come up with a API (JSON and/or XML) for infectious disease records. At best, folks just pass around non-standard but relatively simple CSVs and then manually work out the <a href=\"https://en.wikipedia.org/wiki/Extract,_transform,_load\">ETL</a> hassles. My analysis of the web service-y bits can be found on EbolaMapper wiki as well at <a href=\"https://github.com/JohnTigue/EbolaMapper/wiki/JSON-Ebola2014-Data-Found-on-the-Web\">JSON Ebola2014 Data Found on the Web</a>.</p>\n<p>My conclusion from the second sub-task is that the world needs a standard data format for outbreak time series, one which is friendly to both the humanitarian community and to web apps, especially for working with mapping software (read: <a href=\"http://leafletjs.com/\">Leaflet</a>). Someone should <a href=\"https://github.com/JohnTigue/EbolaMapper/wiki/Outbreak-Time-Series-Specification-Overview\">do something about that</a>.</p>","frontmatter":{"title":"Ebola open data analysis completed","date":"December 29, 2014","description":null}}},"pageContext":{"isCreatedByStatefulCreatePages":false,"slug":"/ebola_data_analysis_completed/","previous":{"fields":{"slug":"/ebola_progress_metrics/"},"frontmatter":{"title":"Frontline signifiers of success in the ebola response"}},"next":{"fields":{"slug":"/seattle_boundaries/"},"frontmatter":{"title":"Seattle map boundaries repository"}}}}}