Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JanCaha/SpatialKDE
R package to calculate spatial KDE. Inspired by the tool Heatmap tool from QGIS.
https://github.com/JanCaha/SpatialKDE
kde qgis r spatial
Last synced: 3 months ago
JSON representation
R package to calculate spatial KDE. Inspired by the tool Heatmap tool from QGIS.
- Host: GitHub
- URL: https://github.com/JanCaha/SpatialKDE
- Owner: JanCaha
- License: other
- Created: 2019-11-28T16:08:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T14:25:54.000Z (over 1 year ago)
- Last Synced: 2024-07-10T17:19:46.719Z (4 months ago)
- Topics: kde, qgis, r, spatial
- Language: R
- Homepage: https://jancaha.github.io/SpatialKDE/
- Size: 1010 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpatialKDE
Github actions:
![R-CMD-check](https://github.com/JanCaha/SpatialKDE/workflows/R-CMD-check/badge.svg)
![Windows Release](https://github.com/JanCaha/SpatialKDE/workflows/Build%20Windows%20Binaries%20and%20Create%20Release/badge.svg)
![Web deploy](https://github.com/JanCaha/SpatialKDE/workflows/Pkgdown%20-%20build%20and%20deploy%20website/badge.svg)
![Lifecycle: experimental](https://img.shields.io/badge/Lifecycle-stable-green.svg)Travis build - R-devel:
[![Build Status](https://travis-ci.org/JanCaha/SpatialKDE.svg?branch=master)](https://travis-ci.org/JanCaha/SpatialKDE)Cran Status:
![Cran: version](https://www.r-pkg.org/badges/version/SpatialKDE)
![Cran: downloads](https://cranlogs.r-pkg.org/badges/grand-total/SpatialKDE)R package to calculate spatial KDE. Inspired by the tool Heatmap tool from QGIS. Help for Heatmap tool can be found [here](https://docs.qgis.org/2.18/en/docs/user_manual/plugins/plugins_heatmap.html), the help is for older version of the tool, but the window of the tool looks relatively the same.
## Documentation
[Available here.](https://jancaha.github.io/SpatialKDE/)
## Instalation
If you have RTools (Windows), or any C++ compiler (Linux, macOS) installed then you can use:
``` r
remotes::install_github("JanCaha/SpatialKDE")
```### Compiled Window binaries
For Windows the binaries are available from [release page](https://github.com/JanCaha/SpatialKDE/releases/).
The instalation can be done from R using command, where you just replace __x.x.x__ with the current version (e.g. __0.1.0__):
``` r
install.packages('SpatialKDE_x.x.x.zip', repos = NULL, type = "win.binary")
```