Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 605 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 605 Bytes

###Malaria Scripts

This repository contains some tools for analyzing and visualizing geospatial data. It is organized as follows:

  • country_window contains a script for extracting raster data from withing a bounding box for a specific country.
  • missing_data provides methods for interpolating any missing values in the global dataset.
  • notebooks contains some ipython notebooks demonstrating the scripts in action.
  • visualizer provides methods that are useful for visualizing the data.
  • density_estimation provides methods for performing cross validation and estimating the bandwidth.

--