.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
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
src/bluemvmt_gsf/__init__.py
src/bluemvmt_gsf.egg-info/PKG-INFO
src/bluemvmt_gsf.egg-info/SOURCES.txt
src/bluemvmt_gsf.egg-info/dependency_links.txt
src/bluemvmt_gsf.egg-info/not-zip-safe
src/bluemvmt_gsf.egg-info/requires.txt
src/bluemvmt_gsf.egg-info/top_level.txt
src/bluemvmt_gsf/models/__init__.py
src/bluemvmt_gsf/models/gsf_sensor_specific.py
src/bluemvmt_gsf/reader/__init__.py
src/bluemvmt_gsf/reader/gsf3_09.py
tests/GSF3_08_test_file.gsf
tests/GSF3_09_test_file.gsf
tests/conftest.py
tests/swath_bathymetric_ping.json
tests/test_deserialize.py
tests/test_serialize.py