in3Utils.geoTrans.makeCoordinateGrid

makeCoordinateGrid(xllc, yllc, csz, ncols, nrows)[source]

Create grid

Parameters
  • xllc, yllc (float) – x and y coordinate of the lower left center

  • csz (float) – cell size

  • ncols, nrows (int) – number of columns and rows

Returns

xGrid, yGrid – 2D vector of x and y values for mesh center coordinates (produced using meshgrid)

Return type

2D numpy arrays