rasterize_coordinates: Rasterize coordinates

Description Usage Arguments Details Examples

Description

Create rasters of coordinates x and y

Usage

1
2
rasterize_coordinates(fileraster, path_output = ".",
  prefix_name = "coord_", format = ".asc")

Arguments

fileraster

raster file raster to extract bounds, resolution and projection information

path_output

path to output rasters files

format

format of raster files ('.asc', '.tif', '.grd', '.sdat'..etc). See Help of writeRaster function of raster package to more formats

prefix_nama

prefix to use to create name of rasters files

Details

Rasterize coordinates

Examples

1
2
3
4
## Not run: 0
rasterize_coordinates(fileraster = './raster/bio_14.asc', path_output = './raster', prefix_name = 'coord_', format = '.tif')

## End(Not run)

elpidiofilho/labgeo documentation built on May 14, 2019, 9:35 a.m.