Closed edvinf closed 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.
This probably needs to be addressed in RstoxData. Conversion is done via call to RstoxData::convertToLandingData.
Adding metadata in RstoxFDA. It is not clear that convertToLandingData should return metadata.
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.