All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Exception when some
ele
tags are missing from GPX file
README.md
andCHANGELOG.md
location- Broken NuGet publish action
GetElevationGain()
in order to obtain elevation gain- Tests suite/project
IGpxReader
interface
- Class and method names. Please check the sample in
README.md
- README badges (#3)
- Unused action ".NET CORE"
- Missing license file
- New GitHub action to automatically deploy package to Nuget
- Github actions CI
- Exception\wrong value when two latitude\longitude points are equal
- Exception when
Math.Acos()
receive values >1 or <-1. This can happen when running this library on different OS (error reported on Microsoft Github)
- Now Altimetry object contains also the elevation related kilometer
- Updated README.md to show hot to use new implemented method on v1.3.0
- GetGPXAltimetry() method to retrieve a complete altimetry of the trace
- Method that returns a list of latitude and longitudes
- README.md
- Distance calculation in kilometers
- Code snippet to use the library
- First implemetation