Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrc-ide/cart

🐴 malaria cartographic information 🐴
https://github.com/mrc-ide/cart

Last synced: 10 days ago
JSON representation

🐴 malaria cartographic information 🐴

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# cart

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R-CMD-check](https://github.com/mrc-ide/cart/workflows/R-CMD-check/badge.svg)](https://github.com/mrc-ide/cart/actions)
[![Coverage status](https://codecov.io/gh/mrc-ide/cart/branch/main/graph/badge.svg)](https://codecov.io/github/mrc-ide/cart)

Use cart to help extract population, prevalence and vector cartographic information
to use when parameterising context-specific runs of
[malariasimulation](https://mrc-ide.github.io/malariasimulation/).

This package draws on data from a number of sources, so please attribute and
cite accordingly:

1. [Malaria Atlas Project](https://malariaatlas.org/)
2. [WorldPop](https://www.worldpop.org/)
3. [geoBoundaries](https://www.geoboundaries.org/index.html)

To get started please see the [introductory vignette](https://mrc-ide.github.io/cart/articles/Introduction.html)

## Installation

You can install cart from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("mrc-ide/cart")
```