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: 7 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T14:25:54.000Z (over 2 years ago)
- Last Synced: 2024-11-19T23:23:16.716Z (8 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:



Travis build - R-devel:
[](https://travis-ci.org/JanCaha/SpatialKDE)Cran Status:

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")
```