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

Add auto detect parser #19

Closed JessyBarrette closed 2 years ago

JessyBarrette commented 2 years ago

This PR add an auto mode to detect automatically the data format to be parsed and assign the right parser to use.

This is primary based on the file extension and the first few lines present within the file itself.

A cleanup of the different extra files present within the tests files is also completed.