.gitignore
LICENSE
README.md
pyproject.toml
requirements-dev.pip
requirements-install.pip
requirements-test.pip
setup.py
tox.ini
.github/workflows/github_ci.yml
docs/Makefile
docs/conf.py
docs/gps_data_analyzer.gps_data.rst
docs/gps_data_analyzer.io.rst
docs/gps_data_analyzer.plot_utils.rst
docs/gps_data_analyzer.raster_analysis.rst
docs/gps_data_analyzer.time_analysis.rst
docs/gps_data_analyzer.utils.rst
docs/index.rst
docs/make.bat
src/GpsDataAnalyzer.egg-info/PKG-INFO
src/GpsDataAnalyzer.egg-info/SOURCES.txt
src/GpsDataAnalyzer.egg-info/dependency_links.txt
src/GpsDataAnalyzer.egg-info/not-zip-safe
src/GpsDataAnalyzer.egg-info/requires.txt
src/GpsDataAnalyzer.egg-info/top_level.txt
src/gps_data_analyzer/__init__.py
src/gps_data_analyzer/gps_data.py
src/gps_data_analyzer/io.py
src/gps_data_analyzer/plot_utils.py
src/gps_data_analyzer/raster_analysis.py
src/gps_data_analyzer/time_analysis.py
src/gps_data_analyzer/utils.py
tests/__init__.py
tests/conftest.py
tests/test_gps_data.py
tests/test_io.py
tests/test_plot.py
tests/test_raster_analysis.py
tests/test_time_analysis.py
tests/baseline/test_plot.png
tests/baseline/test_plot_annotations.png
tests/baseline/test_plot_background.png
tests/baseline/test_plot_border.png
tests/baseline/test_plot_cmap.png
tests/baseline/test_plot_heatmap.png
tests/baseline/test_plot_heatmap_annotations.png
tests/baseline/test_plot_raster.png
tests/baseline/test_plot_segments.png
tests/fixtures/__init__.py
tests/fixtures/gps_points.py
tests/fixtures/poi_points.py