StoXProject / RstoxData

R library for reading various biotic and acoustic data formats
https://stoxproject.github.io/RstoxData/
GNU Lesser General Public License v3.0
0 stars 1 forks source link

unsupported format variants intercatch #297

Open edvinf opened 1 year ago

edvinf commented 1 year ago

The function parseIntercatch does not support all format variants supported by intercatch. Example of unsupported variant attached. intercatch_HAD.csv

edvinf commented 1 year ago

It seems that the last field on the SI table can be omitted, and still form a valid IC file (accepted by intercatch, and possibly downloadable from IC). I will implement a more lax parser, that accept that trailing optional fields are missing.