Metadata-Version: 2.4
Name: c2c_gpx
Version: 0.0.1
Summary: tool for exporting camptocamp searches into gpx files
License-Expression: MIT
Project-URL: Homepage, https://github.com/UlysseV/c2c_gpx
Project-URL: Repository, https://github.com/UlysseV/c2c_gpx.git
Project-URL: Issues, https://github.com/UlysseV/c2c_gpx/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# c2c_gpx

Export camptocamp search data to a gpx file intended for osmand or oruxmap.

## TODO
- add icons per activity
- optionally use osmand-specific tags in route description (eg. color per grade, etc.)
- optionally embedd images inside the description
- improve description format (tables for pitches description, ...)
- add tests and testing pipeline
- add format and type checking commit hooks
- setup package building pipeline

In the far future :
- run this as the backend of a web page (eg. using https://streamlit.io/)
- design a front end and host it somewhere (service: paste your camptocamp search url, download your gpx)


## External ressources
- https://osmand.net/docs/technical/osmand-file-formats/osmand-gpx/
- https://gpx.studio/app
- https://www.camptocamp.org/articles/838875/en/api-c2c-v6
- https://github.com/c2corg/v6_api/wiki
