StoXProject / RstoxFDA

Fisheries Dependent Analysis with Rstox
https://stoxproject.github.io/RstoxFDA
GNU Lesser General Public License v3.0
0 stars 1 forks source link

ReadFDAlandings breaks filters #115

Open edvinf opened 2 weeks ago

edvinf commented 2 weeks ago

RstoxData::FilterLandings cannot handle output from ReadFDAlandings, because the metadata is not set. Attempting to filter files read from LSS will give an error aout the option useXsd being set, but no metadata provided.

edvinf commented 2 weeks ago

This probably needs to be addressed in RstoxData. Conversion is done via call to RstoxData::convertToLandingData.