Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kislerdm/gadMaps
R-package to get and plot geojson from gadm.org
https://github.com/kislerdm/gadMaps
alpha3 countries geojson geopolygon iso json map maps polygon r
Last synced: 3 months ago
JSON representation
R-package to get and plot geojson from gadm.org
- Host: GitHub
- URL: https://github.com/kislerdm/gadMaps
- Owner: kislerdm
- License: gpl-3.0
- Created: 2017-02-26T18:20:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T22:34:35.000Z (almost 7 years ago)
- Last Synced: 2024-05-21T02:54:17.618Z (6 months ago)
- Topics: alpha3, countries, geojson, geopolygon, iso, json, map, maps, polygon, r
- Language: R
- Homepage:
- Size: 13.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gadMaps - GeoJson generator and plotter out of the map data from http://gadm.org/
------------------------------------------------------------------------------## Description
The package allows user to get as geojson and plot precise countries map from http://gadm.org/. Each map has different details levels from 0 (only external country's borders) to 4, or 5 (internar borders, e.g. redions, provinces etc.); depending on the country, highest level can be less than 4.
## Installation
To install the latest version of the package from gitHub, use the following command in R console:
```r
devtools::install_github("kislerdm/gadMaps")
```if you don't have the package **devtools**, install it by executing
```r
install.package("devtools")
```