Examples for doing spatial analysis with R in CSC computing environment:
- puhti - examples for different job types in Puhti: simple serial, array and parallel:
snow
,parallel
andfuture
. - Working with Allas data from R
- Reading NLS topographic database geopackage with R
- R for LiDAR data - examples and exercises
- Some R packages have in-built support for parallization, for example
raster
,terra
andlidR
.- raster - includes also the batch job (parallel) file for Puhti.
- lidR
terra
- just follow terra manual, see for example predict example. For batch job file seeraster
package example.
References for CSC's R spatial tools:
- Puhti's R for GIS documentation, at the end of page are several links to good learning materials about R for spatial data analysis.
- Puhti's R documentation