Skip to content

FRBCesab/downscaler

Repository files navigation

downscaler

Build Status AppVeyor build status Project Status: Active License: MIT

This package is an alternative to raster::resample() and downscales a raster to coarser resolution in a more efficient way (for large rasters).

Installation

To install the package downscaler from GitHub, first install the package devtools from the CRAN.

### Install the < devtools > package
install.packages("devtools", dependencies = TRUE)

Then install the downscaler package:

### Install the < downscaler > package from GitHub
devtools::install_github("frbcesab/downscaler")

### Load the < downscaler > package
library(downscaler)

Example

Type ?downscaler::downscale for an example.