April 2023. Online. Instructor: Guillaume Larocque (glaroc@gmail.com).
Please extract this zip archive to an easily accessible folder on your computer.
EZ-Kriging Small Windows software that facilitates understanding of kriging equations.
Visualisation et analyse de données spatiales avec R. . Course offered at Teluq by Elise Filotas. The course material can be found here.
You can digitize the boundary of your study site from a Google Satellite layer by following the following steps:
mask<-read_stars(file.choose())
and choose the raster .tif file.
Then, you can do
mask[mask==0]=NA
to change all the zero values to NA (nulls).
Your mask is now ready to use!