- Added
sf_out
argument to allow user to strip sf-class fromextract_gpx3d()
if desired. - Added demo gpx
segment.gpx
and output filegpx_segment
. - Used in-package .gpx file in the README demo.
- Improved input handling.
- Added tests.
- BREAKING: rename functions for consistency (
extract_gpx_route()
toextract_gpx3d()
,plot_gpx_route()
toplot_gpx3d()
).
- Added exported functions
extract_gpx_route()
andplot_gpx_route()
. - Created package structure, added NEWS, CoC, license, README.
- Added GitHub Actions for R CMD check and test coverage.