LICENSE
README.md
pyproject.toml
ezgpx/__init__.py
ezgpx/gpx.py
ezgpx.egg-info/PKG-INFO
ezgpx.egg-info/SOURCES.txt
ezgpx.egg-info/dependency_links.txt
ezgpx.egg-info/requires.txt
ezgpx.egg-info/top_level.txt
ezgpx/complex_types/__init__.py
ezgpx/complex_types/bounds.py
ezgpx/complex_types/copyright.py
ezgpx/complex_types/email.py
ezgpx/complex_types/extensions.py
ezgpx/complex_types/gpx.py
ezgpx/complex_types/link.py
ezgpx/complex_types/metadata.py
ezgpx/complex_types/person.py
ezgpx/complex_types/pt.py
ezgpx/complex_types/ptseg.py
ezgpx/complex_types/rte.py
ezgpx/complex_types/trk.py
ezgpx/complex_types/trkseg.py
ezgpx/complex_types/wpt.py
ezgpx/constants/__init__.py
ezgpx/constants/precisions.py
ezgpx/parsers/__init__.py
ezgpx/parsers/fit_parser.py
ezgpx/parsers/gpx_parser.py
ezgpx/parsers/kml_parser.py
ezgpx/parsers/parser.py
ezgpx/parsers/xml_parser.py
ezgpx/plotters/__init__.py
ezgpx/plotters/folium_plotter.py
ezgpx/plotters/gmplot_plotter.py
ezgpx/plotters/matplotlib_anim_plotter.py
ezgpx/plotters/matplotlib_plotter.py
ezgpx/plotters/plotly_anim_plotter.py
ezgpx/plotters/plotly_plotter.py
ezgpx/plotters/plotter.py
ezgpx/schemas/__init__.py
ezgpx/schemas/gpx_1_0/gpx.xsd
ezgpx/schemas/gpx_1_1/gpx.xsd
ezgpx/schemas/kml_2_2/atom-author-link.xsd
ezgpx/schemas/kml_2_2/ogckml22.xsd
ezgpx/schemas/kml_2_2/xAL.xsd
ezgpx/simple_types/__init__.py
ezgpx/simple_types/degrees.py
ezgpx/simple_types/dgpsstation.py
ezgpx/simple_types/fix.py
ezgpx/simple_types/latitude.py
ezgpx/simple_types/longitude.py
ezgpx/utils/__init__.py
ezgpx/utils/algorithms.py
ezgpx/utils/dataframe.py
ezgpx/utils/distance.py
ezgpx/utils/schema.py
ezgpx/utils/types.py
ezgpx/writers/__init__.py
ezgpx/writers/gpx_writer.py
ezgpx/writers/gpx_writer_method_creator.py
ezgpx/writers/kml_writer.py
ezgpx/writers/writer.py
tests/test_gpx.py