Hi all,
I have a raster file read by:
Map=readGDAL(paste("C:/Temperature/HDF/TERRA/TIF/Terra.",datesMOD11A1[d],".LST_Day_1km.tif",sep=""))

and a point coordinates like:

Gattia=matrix(c(x=13.66966,y=42.63941), ncol=2)
Gattia=project(Gattia,proj4string(Map))

I would like to know which is the cell in the Map that contains the
coordinates of the point named Gattia.

Any help?

Thanks,
Luca.

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to