IWFMBudget#

Location Information#

get_n_locations()

Return the number of locations where budget data is available.

get_location_names()

Retrieve the location names e.g. subregion names, lake names, etc.

Titles#

get_n_title_lines()

Return the number of title lines for a water budget of a location.

get_title_length()

Retrieve the length of the title lines.

get_title_lines(location_id[, ...])

Return the title lines for the budget data.

Data-Retrieval#

get_n_columns(location_id)

Retrieve the number of budget data columns for a specified location.

get_column_headers(location_id[, ...])

Return the column headers for a budget location.

get_values(location_id[, columns, ...])

Return budget data for selected budget columns for a location and specified time interval.

get_values_for_a_column(location_id, column_name)

Return the budget data for a single column and location for a specified beginning and ending dates.

Other#

close_budget_file()

Close an open budget file for an IWFM model application