.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
data/RAO_7.mat
data/RAO_7.nc
data/madeira_ivory.kml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
examples/example_wave_field_2D_modelling.html
examples/example_wave_field_2D_modelling.ipynb
examples/example_wave_field_modelling.html
examples/example_wave_field_modelling.ipynb
examples/example_wave_fields.py
examples/example_wave_fields2D.py
src/pymarine/__init__.py
src/pymarine.egg-info/PKG-INFO
src/pymarine.egg-info/SOURCES.txt
src/pymarine.egg-info/dependency_links.txt
src/pymarine.egg-info/not-zip-safe
src/pymarine.egg-info/requires.txt
src/pymarine.egg-info/top_level.txt
src/pymarine/utils/__init__.py
src/pymarine/utils/coordinate_transformations.py
src/pymarine/utils/date_time.py
src/pymarine/utils/file_and_directory.py
src/pymarine/utils/geographic.py
src/pymarine/utils/misc.py
src/pymarine/utils/numerical.py
src/pymarine/utils/plotting.py
src/pymarine/waves/wave_fields.py
src/pymarine/waves/wave_spectra.py
tests/conftest.py
tests/test_coordinate_transformations.py
tests/test_date_time.py
tests/test_geographic.py
tests/test_misc.py
tests/test_numerical.py
tests/test_plotting.py
tests/test_wave_fields.py
tests/test_wave_spectra.py