pocean-core
pocean-core copied to clipboard
OrthogonalMultidimensionalProfile from_dataframe raises NotImplementedError
I'm trying to write several CTD casts into a single netCDF file. This is following NCEI_Profile_Orthogonal. The data are in a single Pandas Dataframe with columns for pressure (z) and cast number (profile). However, from_dataset doesn't seem to exist..
I also have an issue with IncompleteMultidimensionalProfile, and submitted a separate ticket for that. (https://github.com/pyoceans/pocean-core/issues/52)