https://github.com/spatialworks/gadmr
An R Interface to the GADM Map Repository
https://github.com/spatialworks/gadmr
Last synced: 4 months ago
JSON representation
An R Interface to the GADM Map Repository
- Host: GitHub
- URL: https://github.com/spatialworks/gadmr
- Owner: spatialworks
- License: gpl-3.0
- Archived: true
- Created: 2018-11-29T08:56:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T21:15:50.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:13:45.277Z (8 months ago)
- Language: R
- Homepage: https://spatialworks.io/gadmr
- Size: 107 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - spatialworks/gadmr - An R Interface to the GADM Map Repository (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gadmr: An R Interface to the GADM Map Repository
[](https://www.repostatus.org/#wip)
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://cran.r-project.org/package=gadmr)
[](https://CRAN.R-project.org/package=gadmr)
[](https://CRAN.R-project.org/package=gadmr)
[](https://travis-ci.org/SpatialWorks/gadmr)
[](https://ci.appveyor.com/project/SpatialWorks/gadmr)
[](https://codecov.io/github/SpatialWorks/gadmr?branch=master)[GADM](https://gadm.org) wants to map the administrative areas of all countries, at all levels of sub-division. GADM provides maps and spatial data for all countries and their sub-divisions for download from its website. This package facilitates access to these maps and spatial data for download in R.
## Installation
You can install the development version of `gadmr` from [GitHub](https://github.com/SpatialWorks/gadmr.git) with:
```{r installation, echo = TRUE, eval = FALSE}
if(!require(remotes)) install.packages("remotes")
if(!require(gadmr)) remotes::install_github("SpatialWorks/gadmr")
```