StoX data types are the data types used to transfer data and information between processes in a StoX estimation model. The data types are divided into two types, the ModelData and ProcessData.

Details

The StoX output data can be written to file using the "Write output to file" process parameter in the StoX GUI which corresponds to the logical parameter fileOutput in the project description, which is set to TRUE by default. The output files are written differently based on the class of the output data from the process, with the following file types/file extensions:

Output data classStoX data typesOutput file typeOutput file extension
NetCDF4BootstrapNetCDF4nc
Spatial (multi)polygon. R class: sfStratumPolygonGeoJSONgeojson
Table (R class: data.table)ReadBiotic, StoxBiotic, NASC, etcTab separated, NA as "NA"txt
Plot. R class: ggplotPlotReportBootstrap, etcDefault: PNG (user choice)Default: png (user choice)
Character matrixWriteICESAcoustic, WriteICESBiotic, etcComma separated, NA as ""csv
VectorWriteICESDatras, WriteICESDatsusc, etcComma separatedcsv

Output data cannot be composed of multiple output data classes.