hydromt_fiat.fiat.FiatModel.setup_output#

FiatModel.setup_output(output_dir: str = 'output', output_csv_name: str = 'output.csv', output_vector_name: str | List[str] = 'spatial.gpkg') None[source]#

Setup Delft-FIAT output folder and files.

Parameters:
  • output_dir (str, optional) – The name of the output directory, by default “output”.

  • output_csv_name (str, optional) – The name of the output csv file, by default “output.csv”.

  • output_vector_name (Union[str, List[str]], optional) – The name of the output vector file, by default “spatial.gpkg”.