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

latest #1

Open
wants to merge 148 commits into
base: master
Choose a base branch
from
Open

latest #1

wants to merge 148 commits into from

Conversation

matthewhuebsch
Copy link
Owner

No description provided.

marcusvolz and others added 30 commits December 26, 2017 20:24
README: Load the libraries
Rather than assuming 1 unit latitude is the same distance as 1 unit longitude.
…ain only one coordinate.

Since distance computations require at least 2 coordinates, I added it as a precondition.
BUGFIX: Error when GPX contains only one coordinate
Set new default Max and Min for Lat and Long.
ColinFay and others added 30 commits October 19, 2021 17:31
Before:

> gpx_example()
$running
[1] "activity_7335911454.gpx" "activity_7371775190.gpx" "activity_7621813676.gpx" "trail_roche_doetre.gpx"

$cycling
[1] "activity_7335911454.gpx" "activity_7371775190.gpx" "activity_7621813676.gpx" "trail_roche_doetre.gpx"

After:

> gpx_example()
$running
[1] "activity_7335911454.gpx" "activity_7371775190.gpx" "activity_7621813676.gpx" "trail_roche_doetre.gpx"

$cycling
[1] "activity_7348460494.gpx" "activity_7397878357.gpx" "activity_7448910422.gpx"
Simple update including `gpx_example()` in the README.
Added 3D elevation plot - Fixes #47
Added user instruction to individual_plot_map function and explanation of process_activities function possibilities.
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.