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

New location of /convert/oxygen.py? #102

Closed hhourston closed 2 months ago

hhourston commented 2 months ago

Hello,

I have some code from 2023 that imports the oxygen conversion function O2stoO2c from ocean_data_parser.convert.oxygen. In the version of ocean-data-parser that I just installed, the convert folder is gone. I'm wondering where the oxygen.py script has been moved to, or if it was removed.

Thanks, Hana

JessyBarrette commented 2 months ago

Yes sorry for the issue encountered. Since the ocean-data-parser focus is on parsing manufacturer proprietary format the convert associated modules were removed from the present package.

The oxygen module was move to it's own dedicated module: https://github.com/HakaiInstitute/python-o2-conversion

Let me know if I can help for anything.

hhourston commented 2 months ago

Thanks, Jessy - I'll close this ticket.