Examples for doing spatial analysis with R in CSC computing environment:
- contours - Calculating contour lines with
raster
, also in parallel withsnow
. Includes examples for different job types in Puhti: simple serial, array and parallel. - raster_predict - Predicting precence/absence of some species using using
predict()
funcion fromraster
package. Some of the functions inraster
package support parallel computing andpredict()
is one of these. Includes also the batch job (parallel) file for Puhti. - geopackage
- using R with LiDAR data - examples and exercises
References for CSC's R spatial tools: