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

Closed edvinf closed 2 weeks ago

edvinf commented 5 months 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 5 months ago

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

edvinf commented 1 month ago

Adding metadata in RstoxFDA. It is not clear that convertToLandingData should return metadata.