iwfm.lu2tables

iwfm.lu2tables(land_use_file, output_file_type, verbose=False, debug=1)[source]

Read an IWFM land use file and write contents to a separate file for each land use type.

Parameters:
  • land_use_file (str) – name of existing model land use file

  • output_file_type (str) – type of output file to create

  • verbose (bool, default=False) – turn command-line output on or off

  • debug (bool, default=0) – turn additional command-line output on or off

Return type:

nothing

Notes

Supported output types are ‘csv’ and ‘dat’ (default). Excel output is a possible future addition (see the commented write_2_excel call below).