return a String with a list of calculables variables
return a String with a list of calculables variables
String
calculate all the possible variables & indices from inputs choice
calculate all the possible variables & indices from inputs choice
report of calculation (for logs)
calculate the output of a MaxEnt model based on a lambda file string
calculate the output of a MaxEnt model based on a lambda file string
> string with the content of a lambda file
MaxEnt model output
return a string with the already calculated variables
return a string with the already calculated variables
String
perform a check on the input variables and return a report
perform a check on the input variables and return a report
report check
complete all the possible variables & indices from inputs choice
complete all the possible variables & indices from inputs choice
report of calculation (for logs)
return a string with the variables where only the last value has to be calculated
return a string with the variables where only the last value has to be calculated
String
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 2 columns: java.sql.Date (1), Double (2) for burnt area
dangerCLass object
return a report with the headers recognized for the calculation
return a report with the headers recognized for the calculation
number of headers contained
the headers report string
print log file of the reading, check, calculation routines
print log file of the reading, check, calculation routines
a String containing all logs
Unit
read all the recognized data from the input file
read all the recognized data from the input file
the input RecordSet
Parameters > the parameters (to check if all data are needed)
a string with first date of needed data
a string with last date of needed data
String for SimpleDateFormat to parse the dates
a string with a report of the reading routine (for logs)
Reads the header of a file and returns -true if date column is found and all other column recognised -false if not all column have been recognised
Reads the header of a file and returns -true if date column is found and all other column recognised -false if not all column have been recognised
the input ResultSet
the headers String
replace the already calculated values with freshly calculated (with complete) (to be used for few cases, since it is slow beacuse it internally uses complete)
replace the already calculated values with freshly calculated (with complete) (to be used for few cases, since it is slow beacuse it internally uses complete)
report of calculation (for logs)
replace null values with zero for the given series
replace null values with zero for the given series
> series to replace
Simple class (without user interface) which contains the methods to read data from a recordset, check it, calculate all possibles indices (calculable variable) and save a file with the results and a file with the logs
This can easily be used in other applications to include the data processing logic.