search for: rasterimg

Displaying 1 result from an estimated 1 matches for "rasterimg".

Did you mean: mastering
2013 Apr 24
1
extract function extracting only NA values
...lues where I am extracting. I have also plotted the spatial point class on top of the raster in R and it does correspond to the correct locations. These are some of the commands I am using, and as I already pointed out that works perfectly with other raster files. sp<-SpatialPoints(xysp) xy$rasterimg<-extract(rasterimg,sp) Can anyone help? At this point I am rather clueless about this. Thanks