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

ODF Parser for time-series #32

Closed JessyBarrette closed 1 year ago

JessyBarrette commented 1 year ago

The dfo.ODF data parser isn't yet fully tested. The code now is giving a warning and stops execution when it detects that the data isn't a profile.

The main thing is to clearly define the cdm_data_type for each associated data type.

This warning/error was implemented just to make sure that no one was using the parser without it being optimized for the timeseries ODFs