OSOceanAcoustics / echopype

Enabling interoperability and scalability in ocean sonar data analysis
https://echopype.readthedocs.io/
Apache License 2.0
99 stars 73 forks source link

Add missing EK80 Beam_group variables #1094

Closed emiliom closed 1 year ago

emiliom commented 1 year ago

Addresses #951

Note: flag_values and flag_meanings are CF attributes used with variables whose values are codes ("flags") that stand for specific meanings. We could stuff all that information in a comment attribute instead, but since CF already accommodates this specific situation, let's use the flag attributes.

Also added a long_name attribute to the slope variable, based on https://github.com/OSOceanAcoustics/echopype/issues/951#issuecomment-1652398704

leewujung commented 1 year ago

Note: flag_values and flag_meanings are CF attributes used with variables whose values are codes ("flags") that stand for specific meanings. We could stuff all that information in a comment attribute instead, but since CF already accommodates this specific situation, let's use the flag attributes.

Great to learn about these!