in3Utils.geoTrans.projectOnGrid

projectOnGrid(x, y, Z, csz=1, xllc=0, yllc=0, interp='bilinear')[source]

Projects the points Points on Raster using a bilinear or nearest interpolation and returns the z coord Input : Points: (x, y) coord of the points Output: PointsZ: z coord of the points

ioob number of out of bounds indexes