1
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Tobias Leupold b8b0d32602 Added a README.md for the gitlab mirror 2020-03-25 20:08:22 +01:00
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://`).