Skip to content

Package to define a grid object and process data in grid objects. Includes a resistant kernel function.

License

Notifications You must be signed in to change notification settings

ethanplunkett/gridprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gridprocess

This package defines a super simple "grid" object within which raster data is stored as a matrix. It contains functions for converting between SpatRaster (see terra::rast) and grid objects.

This is an offshoot of two older package gridio which worked with ESRI grids and was updated to (gridio2) which contains functions for reading and writing to TIFF files.

Those packages accumulated functions that process grids in various ways, but are difficult to install, contain compiled binaries, and are windows dependent.

gridprocess contains a function (spread) for calculating resistant kernels that I don't believe is available for R elsewhere.

Installation

This package contains a pre-compiled windows dll (32 and 64 bit) so currently only works on windows.

Use the code below to install gridprocess github.

devtools::install_github("ethanplunkett/gridprocess")

About

Package to define a grid object and process data in grid objects. Includes a resistant kernel function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages