EchoData
========

.. currentmodule:: echopype.echodata

.. autoclass:: EchoData
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~EchoData.group_map
      ~EchoData.group_paths
      ~EchoData.nbytes
      ~EchoData.nc_path
      ~EchoData.version_info
      ~EchoData.zarr_path

   .. rubric:: Methods Summary

   .. autosummary::

      ~EchoData.chunk
      ~EchoData.cleanup_swap_files
      ~EchoData.from_file
      ~EchoData.to_netcdf
      ~EchoData.to_zarr
      ~EchoData.update_platform

   .. rubric:: Attributes Documentation

   .. autoattribute:: group_map
   .. autoattribute:: group_paths
   .. autoattribute:: nbytes
   .. autoattribute:: nc_path
   .. autoattribute:: version_info
   .. autoattribute:: zarr_path

   .. rubric:: Methods Documentation

   .. automethod:: chunk
   .. automethod:: cleanup_swap_files
   .. automethod:: from_file
   .. automethod:: to_netcdf
   .. automethod:: to_zarr
   .. automethod:: update_platform
