Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🐴
- Host: GitHub
- URL: https://github.com/mrc-ide/cart
- Owner: mrc-ide
- License: mit
- Created: 2022-05-30T12:02:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T15:36:21.000Z (over 2 years ago)
- Last Synced: 2024-11-06T02:32:47.628Z (about 2 months ago)
- Language: R
- Homepage: https://mrc-ide.github.io/cart/
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```