.gitignore
.pre-commit-config.yaml
.pypirc
LICENSE.txt
README.md
environment.yml
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/workflows/release.yaml
.github/workflows/test.yaml
.github/workflows/optional/linting.yaml
ci/environment-py3.7.yml
ci/environment-py3.8.yml
data/external/.gitkeep
data/interim/.gitkeep
data/processed/.gitkeep
data/raw/.gitkeep
docs/Makefile
docs/api.rst
docs/conf.py
docs/dev.rst
docs/environment.yml
docs/index.rst
docs/install.rst
docs/marine_heatwave_example.ipynb
docs/_static/ocetrac_flowchart.png
notebooks/.gitkeep
ocetrac/__init__.py
ocetrac/_version.py
ocetrac/track.py
ocetrac.egg-info/PKG-INFO
ocetrac.egg-info/SOURCES.txt
ocetrac.egg-info/dependency_links.txt
ocetrac.egg-info/not-zip-safe
ocetrac.egg-info/requires.txt
ocetrac.egg-info/top_level.txt
tests/test_track.py