Closed JessyBarrette closed 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.
ocean_data_parser.read.dfo.odf.*_odf_cioos()
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.
This is now completed, some minor changes are present mostly to align more to the original ODF and to reduce the code base
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.