iwfm.zbudget2csv¶
- iwfm.zbudget2csv(outfile, zone_names, column_headers, zone_values, titles, zone_list, zone_extent_ids)[source]¶
Write info from an IWFM ZBudget HDF file to an output file.
- Parameters:
outfile (Output file name template) – Output file name that will have zone number added to it
zone_names (list of strings) – zone names
column_headers (list of lists of strings) – Column headers for each zone
zone_values (list of dataframes) – Each dataframe contains values for one zone
titles (list) – Titles for each zone
zone_list (string) – List of zone names
zone_extent_ids (dictionary (retained for potential future use)) – {‘horizontal’: horizontal_extent_id, ‘vertical’: vertical_extent_id} horizontal_extent_id: int (0,1) vertical_extent_id: int (0,1)
- Return type:
nothing