rasToPts | R Documentation |
Use a list of rasters in a directory (ASCII output files from ClimateNA) to produce point feature class shapefiles.
rasToPts(files)
files |
A list of raster files. |
Point Featureclass Shapefile
Michael Burnett - UBC Faculty of Forestry
files <- list.files(pattern='*asc$') # Access all ASCII raster files in directory rasToPts(files) # Produce shapefile outputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.