An array of GlobalStatistics that dictates which statistics will be added to the file.
The amount to discritize the existing grid to (optional). Must be in [1, 1000].
The file format to export to.
The name of the output file.
Should the file be streamed/uploaded to an external service after it has been created? The streaming services are defined by OutputStreamInfo and helper methods such as {@link WISE#streamOutputToMqtt} or {@link WISE#streamOutputToGeoServer}.
Add a new column to output in the statistics file.
The new column to add.
The column that was added, or null if the column was invalid or had already been added.
Find all errors that may be in the statistics file output.
A list of all errors that were found.
Determine if all of the required values have been set.
Remove a column for the statistics file.
Set a location to use for exporting weather information to the stats file. Either this or setWeatherStream should be used if weather information is to be added to the stats file.
The location that will be used for exporting weather information.
Set a weather stream to use for exporting weather information to the stats file. Either this or setLocation should be used if weather information is to be added to the stats file.
A weather stream that will be used for exporting weather information.
Streams the stats options to a socket.
An output file to mimic the W.I.S.E. stats view. Contains stats from each timestep of a scenarios simulation.