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

Add GEM project related parsers #107

Open JessyBarrette opened 3 months ago

JessyBarrette commented 3 months ago

The following instruments data format would need to be included within the package:

This is related to the GEM in a box project

JessyBarrette commented 3 months ago

Both data format seems to be representing the data in a tall format with each parameter measured presented within a specific column.

It may be better to give the ability to pivot that column.