https://github.com/uiolee/ezon-gpx
converter for Ezon gpx file.
https://github.com/uiolee/ezon-gpx
ezon gpx python running-page xml
Last synced: 5 months ago
JSON representation
converter for Ezon gpx file.
- Host: GitHub
- URL: https://github.com/uiolee/ezon-gpx
- Owner: uiolee
- License: mpl-2.0
- Created: 2024-06-25T14:13:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T03:01:01.000Z (over 1 year ago)
- Last Synced: 2025-09-27T22:17:05.743Z (9 months ago)
- Topics: ezon, gpx, python, running-page, xml
- Language: Python
- Homepage: https://pypi.org/p/ezon-gpx
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ezon-gpx
[](https://github.com/uiolee/ezon-gpx/actions/workflows/ci.yml)
[](https://github.com/uiolee/ezon-gpx/actions/workflows/publish.yml)
converter for Ezon gpx file.
## Feat
convert Ezon gpx files.
- add location info to `wpt`.
- delete useless empty points.
- fix timezone to UTC.
## Usage
[](https://pypi.org/p/ezon-gpx/#history)
[](https://pypi.org/p/ezon-gpx)
[](https://pypi.org/p/ezon-gpx)
[](https://pypi.org/p/ezon-gpx/#files)
[](https://pypi.org/p/ezon-gpx/#files)
[](./LICENSE)
[](https://pypi.org/p/ezon-gpx)
### pipx
#### Install
```bash
pipx install ezon-gpx
```
#### get help
```bash
ezon-gpx -h
```
### source
#### Python
see [./src/main.py](./src/main.py#L141) for more.
## Develop Env
```plain
Python 3.11.8
```