Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-tmap/tmaptools
Tools for thematic maps
https://github.com/r-tmap/tmaptools
Last synced: 3 months ago
JSON representation
Tools for thematic maps
- Host: GitHub
- URL: https://github.com/r-tmap/tmaptools
- Owner: r-tmap
- License: lgpl-3.0
- Created: 2016-12-11T20:25:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T16:34:19.000Z (4 months ago)
- Last Synced: 2024-07-23T18:59:18.522Z (4 months ago)
- Language: R
- Size: 403 KB
- Stars: 42
- Watchers: 6
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tmaptools: tools for thematic maps in R
===[![Build Status](https://travis-ci.org/mtennekes/tmaptools.png?branch=master)](https://travis-ci.org/mtennekes/tmaptools)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/mtennekes/tmaptools?branch=master&svg=true)](https://ci.appveyor.com/project/mtennekes/tmaptools)
[![License](https://img.shields.io/badge/License-GPL%20v3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![CRAN](http://www.r-pkg.org/badges/version/tmap)](https://cran.r-project.org/package=tmaptools)
[![Downloads](http://cranlogs.r-pkg.org/badges/tmaptools?color=brightgreen)](http://www.r-pkg.org/pkg/tmaptools)This package offers a set of handy tool functions for reading and processing spatial data. The aim of these functions is to supply the workflow to create thematic maps, e.g. read shape files, set map projections, append data, calculate areas and distances, and query OpenStreetMap. The visualization of thematic maps can be done with the [tmap](https://github.com/mtennekes/tmap) package.
Installation
------------`tmaptools` is available on CRAN (version 2.0). The development version can be installed as follows:
```r
library(devtools)
install_github("mtennekes/tmaptools")
```See [installation procedure](https://github.com/mtennekes/tmap#installation)
Development
------------The latest development version can be installed using `devtools`.
```r
library(devtools)
install_github("mtennekes/tmaptools")
```