Factory for danger scale
Factory for danger scale
> resultset of thersholds with 3 columns: frequency (1), area (2), days (3) Thresholds should be specified in % and from lower to higher
> resultset for each day with 2 columns: java.sql.Date (1), Double (2) for index
> resultset for each fire with 3 columns: java.sql.Date (1), Double (2) for nr of fires, Double (3) for burnt area
dangerCLass object
Factory for danger scale
Factory for danger scale
> List of thresholds for frequency criteria
> List of thresholds for area criteria
> List of thresholds for days criteria
> Map for each day with 2 columns: first column is key (e.g. date) and second is index values
> Map for each day with 2 columns: first column is key (e.g. date) and second is fire burnt area
dangerCLass object