oceansites / dmt

Activities of the OceanSITES Data Management Team
http://www.oceansites.org/data
6 stars 1 forks source link

Describe how you convert instrument data to OceanSITES format #50

Open MBARIMike opened 4 years ago

MBARIMike commented 4 years ago

We have all written code in Matlab, Python, Perl, etc. to read data produced by an instrument and write it out in OceanSITES netCDF format. There is maybe an opportunity to consolidate our efforts, or to at least share our code so that we can help others get over this hurdle.

MBARIMike commented 4 years ago

Here is a Seabird library in the Python Package Index: https://pypi.org/project/seabird/

I dove into the documentation a bit and found this Jupyter Notebook that demonstrates its use: https://nbviewer.jupyter.org/github/castelao/seabird/blob/master/docs/notebooks/BasicsReadingData.ipynb