Coder Social home page Coder Social logo

health_impact_assessment's Introduction

Code for health impact assessments from air pollution exposure

Functions
  • Import numpy arrays (import_npz.py).
  • Find index within array nearest to a given value (find_nearest.py).
  • Create the ozone metric used for health impact assessments (create_o3_metric.py).
  • GEMM NCD+LRI for long-term PM2.5 exposure (calc_hia_gemm_ncdlri.py).
    • Variant using Numba (calc_hia_gemm_ncdlri_numba.py).
  • GEMM 5COD for long-term PM2.5 exposure (calc_hia_gemm_5cod.py).
  • GBD2017/2019 for long-term PM2.5 exposure (calc_hia_gbd2017_pm25.py, calc_hia_gbd2019_pm25.py).
  • GBD2017/2019 for long-term O3 exposure (calc_hia_gbd2017_o3.py, calc_hia_gbd2019_o3.py).
  • Create global arrays of GBD2019 baseline mortality and population age (create_arrays_gbd2019_baseline_mortality_population.py/bash).
  • Test calculation for GBD2019 (hia_gbd2019.py/bash).
  • Cut an array by a shapefile (cutshapefile.py).
  • Cut the health impact assessment arrays by shapefiles (shapefile_hia.py).
Examples
  • Regridding to a global grid (example_regridding.py).
  • Application of cutting an array by a shapefile (example_crop_array_to_shapefile.ipynb).
  • Plotting concentrations and calculating exposure over an area (example_popweighted_exposure.ipynb).
  • Health impact assessment for long-term PM2.5 and O3 exposures using GBD2017 exposure-outcome associations (example_hia_gbd2017.py).
  • Health impact assessment for long-term PM2.5 exposure using the GEMM NCD+LRI exposure-outcome associations (example_hia_gbd2017.py, health_impact_assessment_china.py, health_impact_assessment_global.py).
  • Cropping health impact assessments by shapefile (example_hia_split_shapefile.py).
  • Health impact assessment for short-term PM2.5 exposure (example_hia_shortterm.py).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.