The goal of envRaster is to simplify the making of environmental rasters for use in other workflows. This includes making:
There are better packages for doing most of this, particularly sits, but also stars, terra and gdalcubes.
Key packages used in envRaster are terra (Hijmans 2024), rstac (Simoes, Carvalho, and Brazil Data Cube Team 2024; Simoes et al. 2021) and gdalcubes (Appel 2024; Appel and Pebesma 2019; Appel, Pebesma, and Mohr 2021).
Default settings in envRaster tend to favour South Australian settings (e.g. the output epsg for make_base_grid()).
envFunc is not on CRAN.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Acanthiza/envRaster")Load envRaster