1
0
Fork 0

Added a README.md for the gitlab mirror

This commit is contained in:
Tobias Leupold 2020-03-25 20:08:22 +01:00
parent 95e0b1a68c
commit b8b0d32602
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# gpx2svg
## Convert GPX data to SVG
gpx2svg does, as the name implies, convert a GPX dataset to a SVG file, using the Mercator projection. It's implemented in pure Python 3, only using the standard library.
## Homepage
The project's official homepage with further information is <https://nasauber.de/opensource/gpx2svg/>.
## Sources
The official source repository is `git.l3u.de/gpx2svg.git` (can be checked out anonymously using `git://`).