From c11512d3d970655357d47b6fe1862310debf2a9c Mon Sep 17 00:00:00 2001 From: Eduardo Lacerda Date: Thu, 24 Jun 2021 21:47:10 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d1b257..2bfdaa6 100644 --- a/README.md +++ b/README.md @@ -1065,6 +1065,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [ranger](https://github.com/imbs-hl/ranger) - A Fast Implementation of Random Forests. * [RArcInfo](https://cran.r-project.org/web/packages/RArcInfo/index.html) - Functions to import data from Arc/Info V7.x binary coverages. * [raster](https://cran.r-project.org/web/packages/raster/raster.pdf) - Reading, writing, manipulating, analyzing and modeling of gridded spatial data. +* [rasterdiv](https://github.com/mattmar/rasterdiv) - Diversity Indices for Numerical Matrices. * [rasterDT](https://github.com/JoshOBrien/rasterDT) - rasterDT uses the fast indexing, aggregation, and assignment operations provided by data.table to power speedy alternatives to several raster package functions. * [rasterVis](https://cran.r-project.org/web/packages/rasterVis/index.html) - Visualization Methods for Raster Data. * [rayshader](https://github.com/tylermorganwall/rayshader) - rayshader is an open source R package for producing 2D and 3D hillshaded maps of elevation matrices using a combination of raytracing, spherical texture mapping, and ambient occlusion.