LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
argopy/__init__.py
argopy/errors.py
argopy/fetchers.py
argopy/options.py
argopy/plotters.py
argopy/tutorial.py
argopy/utilities.py
argopy/xarray.py
argopy.egg-info/PKG-INFO
argopy.egg-info/SOURCES.txt
argopy.egg-info/dependency_links.txt
argopy.egg-info/entry_points.txt
argopy.egg-info/requires.txt
argopy.egg-info/top_level.txt
argopy/assets/dict_institutions.pickle
argopy/assets/dict_profilers.pickle
argopy/data_fetchers/__init__.py
argopy/data_fetchers/argovis_data.py
argopy/data_fetchers/erddap_data.py
argopy/data_fetchers/erddap_index.py
argopy/data_fetchers/erddap_refdata.py
argopy/data_fetchers/gdacftp_data.py
argopy/data_fetchers/gdacftp_index.py
argopy/data_fetchers/proto.py
argopy/plot/__init__.py
argopy/plot/argo_colors.py
argopy/plot/dashboards.py
argopy/plot/plot.py
argopy/plot/utils.py
argopy/stores/__init__.py
argopy/stores/argo_index.py
argopy/stores/argo_index_deprec.py
argopy/stores/argo_index_pa.py
argopy/stores/argo_index_pd.py
argopy/stores/argo_index_proto.py
argopy/stores/filesystems.py
argopy/tests/__init__.py
argopy/tests/conftest.py
argopy/tests/pytest.ini
argopy/tests/test_errors.py
argopy/tests/test_fetchers_data_argovis.py
argopy/tests/test_fetchers_data_erddap.py
argopy/tests/test_fetchers_data_gdac.py
argopy/tests/test_fetchers_facade_data.py
argopy/tests/test_fetchers_facade_index.py
argopy/tests/test_fetchers_index_erddap.py
argopy/tests/test_fetchers_index_gdac.py
argopy/tests/test_fetchers_proto.py
argopy/tests/test_options.py
argopy/tests/test_plot_argo_colors.py
argopy/tests/test_plot_dashboards.py
argopy/tests/test_plot_plot.py
argopy/tests/test_plotters.py
argopy/tests/test_stores_fsspec.py
argopy/tests/test_stores_index.py
argopy/tests/test_tutorial.py
argopy/tests/test_utilities.py
argopy/tests/test_xarray.py
argopy/tests/helpers/__init__.py
argopy/tests/helpers/mocked_ftp.py
argopy/tests/helpers/mocked_http.py
argopy/tests/helpers/utils.py