Description Usage Arguments Details Examples
Create rasters of coordinates x and y
1 2 | rasterize_coordinates(fileraster, path_output = ".",
prefix_name = "coord_", format = ".asc")
|
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 |
Rasterize coordinates
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.