gdal_resample: Resampling a Raster* object via rGDAL.

View source: R/SDM_GEN_MAPPING_FUNCTIONS.R

gdal_resampleR Documentation

Resampling a Raster* object via rGDAL.

Description

Resampling a Raster* object via rGDAL.

Usage

gdal_resample(
  rast,
  rast_base,
  method,
  temp_dir,
  write_rasters,
  output_path,
  output_file
)

Arguments

rast

Raster* object to be resampled

rast_base

Raster* object with parameters that r should be resampled to.

method

Character. GDAL resampling_method ("near"|"bilinear"|"cubic"|"cubicspline"| "lanczos"|"average"|"mode"|"max"|"min"| "med"|"q1"|"q3")

temp_dir

Character.

write_rasters

Character.

output_path

Character.

output_file

Character.


HMB3/nenswniche documentation built on Jan. 31, 2023, 11:46 p.m.