paisaje: Tools for spatial and landscape/habitat analysis.
paisaje is an R package for calculating
landscape metrics and performing spatial
analysis over raster and vector data, including H3
hexagonal grids.
It provides tools to quantify habitat structure, fragmentation, and
landscape patterns, supporting ecological research, environmental
monitoring, and spatial data integration using hierarchical grid
systems.
Key features include:
By combining powerful spatial analysis tools with a user-friendly API, paisaje facilitates landscape ecology studies, habitat assessment, and spatial modeling workflows.
You can install the development version of paisaje from GitHub using one of the following methods:
# install.packages("pak")
::pak("ManuelSpinola/paisaje") pak
# install.packages("remotes")
::install_github("ManuelSpinola/paisaje") remotes
install.packages("devtools")
::install_github("ManuelSpinola/paisaje") devtools
This package is released under the MIT License.