Description Usage Arguments Examples
View source: R/get_raster_coords.R
Gets coordinates of a raster and optionally saves them as csv files
1 | get_raster_coords(r, saveloc = FALSE)
|
r |
raster |
saveloc |
location to (optionally) save raster pixel coordinates |
1 2 3 | basinmask <- raster("/Volumes/HD4/SWOTDA/Data/IRB/irb_mask.tif")
saveloc <- "/Volumes/HD4/SWOTDA/Data/IRB/"
domain_points <- get_domain_points(basinmask, saveloc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.