View source: R/gdal_raster_functions.R
gdalTiles | R Documentation |
Calculate distance raster using gdal
gdalTiles(inpath, outdir, nx = 256, ny = nx, multiInput = FALSE)
inpath |
file path of inpath file to change. |
outdir |
file path of output file to generate. |
nx |
The number of x direction pixels per tile |
ny |
The number of x direction pixels per tile |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.