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

Compare ODF parsers #31

Closed JessyBarrette closed 1 year ago

JessyBarrette commented 1 year ago

Two code base exists right now for the ocean data parser:

This present repo and the original cioos-siooc_data_transform.

This last one is now usable within this repo through the ocean_data_parser.read.dfo.odf.*_odf_cioos() functions.

it would be good to compare the two parser results and either drop the local one and rely on the cioos-siooc_data_transform version or not.

JessyBarrette commented 1 year ago

This is now completed, some minor changes are present mostly to align more to the original ODF and to reduce the code base