LICENSE
MANIFEST.in
README.md
pyproject.toml
notebooks/01_quickstart.ipynb
notebooks/02_build_from_scratch.ipynb
notebooks/03_visualization.ipynb
notebooks/04_convert.ipynb
notebooks/05_stats_datascience.ipynb
notebooks/06_viz_advanced.ipynb
notebooks/07_utils.ipynb
pymfx/__init__.py
pymfx/anomaly.py
pymfx/checksum.py
pymfx/cli.py
pymfx/fair.py
pymfx/models.py
pymfx/parser.py
pymfx/py.typed
pymfx/stats.py
pymfx/tui.py
pymfx/utils.py
pymfx/validator.py
pymfx/writer.py
pymfx.egg-info/PKG-INFO
pymfx.egg-info/SOURCES.txt
pymfx.egg-info/dependency_links.txt
pymfx.egg-info/entry_points.txt
pymfx.egg-info/requires.txt
pymfx.egg-info/top_level.txt
pymfx/convert/__init__.py
pymfx/convert/from_csv.py
pymfx/convert/from_dji_csv.py
pymfx/convert/from_geojson.py
pymfx/convert/from_gpx.py
pymfx/convert/to_csv.py
pymfx/convert/to_geojson.py
pymfx/convert/to_gpx.py
pymfx/convert/to_kml.py
pymfx/viz/__init__.py
pymfx/viz/map.py
pymfx/viz/profile.py
pymfx/viz/timeline.py
pymfx/viz/trajectory_3d.py
tests/example_minimal.mfx
tests/test_anomaly.py
tests/test_cli.py
tests/test_convert.py
tests/test_convert_dji.py
tests/test_parser.py
tests/test_stats.py
tests/test_utils.py
tests/test_validator.py
tests/test_viz.py
tests/test_viz_extra.py
tests/test_writer.py