Description Usage Arguments Details Author(s) Examples
This function allows extract data from raster layers from point
1 2 | extract_data_point(path_raster, raster_type = "*.asc", path_point,
name_point, cpu_cores = 1, remove_NA = TRUE)
|
path_raster |
Path para a pasta onde estão os rasters |
raster_type |
Tipo do arquivo raster a ser lido (*.tif, *.asc, *.img ... ) |
path_point |
Path para a pasta onde esta os pontos de amostragem |
name_point |
name of shapefile of points without extension |
cpu_cores |
number of cpu cores used in processing |
remove_NA |
remove NA values after extraction |
details
Elpidio Filho, elpidio@ufv.br
1 2 3 4 | ## Not run:
extract_data_point(pathraster,"*.tif", path_point, "amostras_cafe")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.