Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.02 KB

Zika risk map

Constructing a map of Zika risk in Florida

Zika risk is defined as the population at risk of contracting Zika from the Aedes Aegypti mosquito. This means we are ignoring travel and sexually transmitted infections.

The two main datasets we have:

  • A. Aegypti range.

  • Population. The 2010 census block population. You'll have to download it yourself as it's larger that GitHub will allow.

From these I take a population map, and mask out any populations that do not lie within the historical range of A. Aegypti.

There is one script zika_maps.py. Running the script will save a shapefile of the risk, with a map.

To run this you'll need some spatial libraries:

And all their dependencies. In addition, the US python library is used to get a map of Florida's boundaries.