A map of Zika cases in the US

4

As Zika starts spreading into the US, it will be important to have a way to track it. Therefore I wrote some SAS code to pull the latest data from the CDC website, and plot it on a map...

But before we get into the details of my map, I wanted to share a bit of trivia with you. How many of you know what's in the photo below (courtesy of my friend Mubarra)? Yes, it looks like a tennis or badminton racket, but it's actually an electric mosquito swatter (or sometimes called a mosquito bat). It's sort of like the old "bug zappers" that were popular in the 1980s, but instead of using a black light to lure the mosquitoes into the electric wires, you target them manually. I think they are more popular in other countries right now, but I foresee them becoming popular here in the near future!

mosquito_swatter

The number of Zika cases in the US is on the rise, and I recently saw the data presented using the following bubble map in a New York Times article. I liked the map, but since they only labeled the number of cases in a couple of states, it left me to wonder exactly how many cases have been in other states. Also, since Puerto Rico isn't one of the official 50 US states, I'd rather not show it in this particular map (not that it's unimportant - but Zika is "already there" in a big way).

zika_map_nytimes

I tracked down the Centers for Disease Control (CDC) page where they list the number of cases in each state, and wrote some SAS code to scrape the data out of their html code. This way, any time they update the data, I can re-run my code and update my map. I created a bubble map similar to the one in the New York Times article, but I added html mouse-over text showing the state name and details about the number of Zika cases in each state (click the image below to see my interactive version).

zika_cases_us

I also added a few subtle visual cues in my map. For example, if a state had locally-contracted cases I make the circle around the bubble bright red (such as Florida). Also, for the states that have no Zika cases, I made the color of the land slightly lighter than the states that had Zika cases (see Wyoming, South Dakota, and Alaska).

The number of US cases is still fairly low, but do any of you personally know anyone in the US who has Zika? How about in other countries?

Share

About Author

Robert Allison

The Graph Guy!

Robert has worked at SAS for over a quarter century, and his specialty is customizing graphs and maps - adding those little extra touches that help them answer your questions at a glance. His educational background is in Computer Science, and he holds a BS, MS, and PhD from NC State University.

Related Posts

4 Comments

  1. Eeeek! From the location of the bubble one might construe that Zika is in my part of north central Florida - when locally transmitted cases, I do believe, have been isolated to parts of Miami-Dade County (way down in the southern tip of the peninsula).

    How 'bout putting in county outlines and color-coding them according to how many (locally transmitted) cases have been reported?

    • Robert Allison
      Robert Allison on

      That's a good idea! :)

      Unfortunately, the cdc only provides the state totals on their website (at least on the data page I'm using).

  2. Edzard van Santen on

    The display is missing an outline of the states. Is that just a matter of display or are you assuming a level of geographical knowledge that might not be warranted?

    • Robert Allison
      Robert Allison on

      The states are outlined - the outline is lighter than the state fill color (I tried to imitate the original map, in that regard).

      Perhaps the states & outlines are more difficult to discern on certain monitors.

Back to Top