python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to change raster projection in R
I have a raster object in R. I know is a raster because when I do
class(pres_kriged_rst)
I get
[1] "RasterLayer"
attr(,"package")
[1] "raster"
Also, if I "look&quo...

Cinghio
Votes: 0
Answers: 1
plot 4 points on a raster grid in R
I have four points that represent the locations of four air quality monitoring stations. These four stations have the following parameters.
Station Lat Long
1 Toronto Downtown 43....

Priya Patel
Votes: 0
Answers: 1
Using R to obtain slope raster from DEM GRID raster
After some extensive googling, I wasn't able to find my answer (first time I couldn't surmount the issue by looking at others questions/answers). I am new to asking questions, so forgive any missteps....
WTaylor
Votes: 0
Answers: 1
Aggregate large raster to raster with lower resolution via mean (R)
I have a fairly large raster file with a resolution of 0.9 arcsec x 0.9 arcsec carrying values between 0 and 100 (and 255 for NA) called forest1. I want to aggregate this raster to the resolution of a...
NinaK
Votes: 0
Answers: 1