.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE.txt
README.md
codecov.yml
environment.yml
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/workflows/linting.yaml
.github/workflows/release.yaml
.github/workflows/test.yaml
ci/environment-py3.7.yml
ci/environment-py3.8.yml
docs/Makefile
docs/alternative_variable.ipynb
docs/api.rst
docs/conf.py
docs/demo.ipynb
docs/details.ipynb
docs/environment.yml
docs/index.rst
docs/utils.ipynb
notebooks/demo.ipynb
ocean_data_gateway/__init__.py
ocean_data_gateway/_version.py
ocean_data_gateway/gateway.py
ocean_data_gateway/utils.py
ocean_data_gateway/vars.py
ocean_data_gateway.egg-info/PKG-INFO
ocean_data_gateway.egg-info/SOURCES.txt
ocean_data_gateway.egg-info/dependency_links.txt
ocean_data_gateway.egg-info/not-zip-safe
ocean_data_gateway.egg-info/requires.txt
ocean_data_gateway.egg-info/top_level.txt
ocean_data_gateway/readers/__init__.py
ocean_data_gateway/readers/axds.py
ocean_data_gateway/readers/erddap.py
ocean_data_gateway/readers/local.py
ocean_data_gateway/variables/axds_platform2_variable_list.csv
ocean_data_gateway/variables/erddap_variable_list_coastwatch.pfeg.noaa.gov.csv
ocean_data_gateway/variables/erddap_variable_list_erddap.sensors.ioos.us.csv
ocean_data_gateway/variables/parameter_group_names.txt
tests/conftest.py
tests/make_test_files.py
tests/test_axds.py
tests/test_erddap.py
tests/test_gateway.py
tests/test_local.py
tests/test_utils.py
tests/test_vars.py