Skip to content

Version 0.2.8

Compare
Choose a tag to compare
@astrowonk astrowonk released this 30 Jul 20:32
· 57 commits to main since this release

Fixed dumb import auto-added inexplicably.

By default, now gracefully ignores non .gpx / .gpx.gz files. So running something like:

gpxcsv *.*

would skip files that didn't end in .gpx or .gpx.gz

One can raise errors from bad files (and halt multi-file excecution) with the --raise-errors argument. or the errors keyword.