Closed kangning-97 closed 1 year ago
What is the question here? I don't understand what the goal of the statement is.
I am very honored to receive your reply. My question is following: I got the NDVI by your package. For each site, I have 25 little pixels. I think each pixel should be a square with a specific boundary but not a point, while I can't get the boundary of each pixels. This problem also bothered me when I used R to process AOD data, which each pixels is just a point but not a square with a specific boundary. I am looking forward to your reply. I am a newbie, please don't mind if some of the questions are silly, I will try my best to learn from the expert like you. Thank you again, sincerely.
m <- c(as.numeric(cellsize) as.numeric(ncols), as.numeric(cellsize) as.numeric(nrows)) * trans + c(as.numeric(xllcorner), as.numeric(yllcorner)) m <- matrix(m, 5, 2, byrow = TRUE)