cioos-siooc / ocean-data-parser

A Python package for parsing oceanographic proprietary data formats to xarray Dataset.
https://cioos-siooc.github.io/ocean-data-parser/
GNU General Public License v3.0
4 stars 1 forks source link

Include Amundsen new CSV format #14

Closed JessyBarrette closed 1 year ago

JessyBarrette commented 2 years ago

Amundsen is planning on moving away from INT to a CSV format which is essentially the same as an INT but with comma separated data.

Add an option and or flag to specify the separator

JessyBarrette commented 2 years ago

As of now the CSV parser uses the INT parser but assumes the line " ---- --- --- " isn't available and retrieves the

JessyBarrette commented 1 year ago

We will close this issue until there's a real need for it