I've got a file and a mask (1s for "good data", NAs for "bad"), and I
want to extract the cell values AND geographic coordinates of these
cells into a data frame or vector that correspond to the locations
where the mask is 1 -- what is the best practice for doing this?  I
can loop through each row/block and do the query, but is there a
"cleaner" way of approaching this in raster()?

--j

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to