-
Bye, Bye, 2024!
2024 has been an incredible year—a year of transformation, personal growth, and pivotal changes in my professional journey. On a personal note, my son, born on March 2023, has been… Read more
-
Most used Linux commands
The following are the most commonly used command in Linux. Shortcuts in terminal PS: The above command and shortcuts are mostly used by me, this blog I wrote to keep… Read more
-
Create elevation map using R
Elevation data of the Luxemburg provided along with the terra package will be used for this exercise. We will use the data over Luxembourg from terra package for this exercise.… Read more
-
How to do zonal stats in R?
Have you ever worked on extracting statics such mean, median, etc over raster for the each polygon feature of a vector file ? If you have done the same using… Read more
-
How to read and write raster in R ?
Install “terra” package In this article we will see how to read and write raster in R using the terra package. “terra” package replaced the “raster” package and also terra… Read more