/malaria_scripts

python scripts for data processing in the malaria project

Primary LanguageJupyter Notebook

###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.

--