in3Utils.geoTrans.cellsAffectedLine
- cellsAffectedLine(header, pointsXY, typePoints)[source]
find which cells of data area affected by points
- Parameters
header (dict) – info on array llcenter, nrows, ncols, cellsize
data (numpy nd array) – data array
points (dict) – dictionary with x, y coordinates
typePoints (str) – type of coordinates in pointsXY, options: linestring, point