Skip to content
Prev 7214 / 7420 Next

New R packages: paisaje & h3sdm for Species Distribution Modeling (SDM) and landscape analysis

I want to announce two new R packages for ecological and spatial analysis:

paisaje: Tools for handling spatial environmental data and calculating
selected landscape metrics. Website:
https://manuelspinola.github.io/paisaje/

h3sdm: Sample species and environmental data on H3 hexagonal grids for
scalable species distribution modeling and habitat/landscape analyses.
Website: https://manuelspinola.github.io/h3sdm/

Both packages will soon be on CRAN, but in the meantime, you can install
them directly from GitHub:
# install.packages("remotes")
remotes::install_github("ManuelSpinola/paisaje")
remotes::install_github("ManuelSpinola/h3sdm")