iwfm.gis.grid_write

iwfm.gis.grid_write(outfile, array, xllcorner=277750.0, yllcorner=6122250.0, cellsize=1.0, nodata=-9999)[source]

Write an ASCII Grid file.

Parameters:
  • outfile (str) – output ASCII Grid file name

  • array (ASCII Grid array)

  • xllcorner (float, default=277750.0) – x value of lower left corner

  • yllcorner (float, default=6122250.0) – y value of lower left corner

  • cellsize (float, default=1.0) – call dimensions

  • nodata (int, default=-9999) – value for cells with no data

Return type:

nothing