Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for .gpx.gz file parsing #319

Merged
merged 2 commits into from Nov 10, 2022
Merged

Conversation

matthewturk
Copy link
Contributor

This adds support for including .gpx.gz files.

I'm using this to include activities from Strava, which (at least in my case) default to being gzipped. The compression from gzip is pretty significant, and I wanted to avoid having to include the activities in uncompressed form.

Because the files have a .gpx.gz extension I had to check for that in the file.path attribute, rather than using file.extension.

@valentine195
Copy link
Member

LGTM thanks

@valentine195 valentine195 merged commit 7b0d03e into javalent:master Nov 10, 2022
@matthewturk matthewturk deleted the gpxgz branch November 10, 2022 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants