- Minor fix
- NameError: free variable
from_start_to_end
referenced before assignment in enclosing scope #256 - Ignore points with no elevation when calculatin uphill/downhill
- Empty body for
- Use python-build to also make wheels #237
- timezone lost in fields when cloning/copying parsed GPX file #190
- Parsing timezone-unaware GPX files #183
- Use python3 code
- Typos #239
- Number formating bug #230
- Add python 3.9 in travis #214
- Option to get raw speed data
- missing valid option for type of gpx speed ('3')
- Added type definitions
get_nearest_location(location)
has the property that if 'location' is a point on the track, the point after 'location' on the track is returned #203- parse bytes #175 (comment)
- Division by zero fixed #197
- Consider microseconds when total_seconds o timedelta is requested #196
- Use list instead of getchildren for Python 3.9 compatibility #192
utils.total_seconds()
ignores microseconds #201
- Removed support for python2.* and python3.5
- Added typehints and with mypy checks
- Course computation #156 #155
- Refactored haversine_distance for speed and use math.radians #180
- Rewrite parse_time so it understands time zones and microseconds #152
- Package version #157
- fix debug message #166
- Avoid the deprecated TestCase.assertEquals() API #161
- Add brackets for last print statement #151
- Add Python 3.7 classifier and test on CI #147
- Fixed problems with single quotes in xmlns
- Added custom schemaLocation support #141
- Division by zero in gpxinfo
- Missing tag(s) during parsing #135
- to_xml() fails with an empty extension element #140
- Setup.py: update classifiers, add python_requires and long_description #142
- Added avg time to gpxpnfo
- gpx.adjust_times for waypoints and routes #129
- added gpx.fill_time_data_with_regular_intervals #127
- Fix #123 by using Earth semi-major axis with 6378.137 km (WGS84) #123
- No assert error if can't calculate missing elevations tkrajina/srtm.py#25
- Prefix format reserved for internal use #117
- Remove timezone from timestam string #77
- gpxinfo: output times in seconds #74
- gpxinfo:
-m
for miles/feet #108 - Minor
get_speed
fix #97 - Lat/Lon must not have scientific notation #96
- Simplify polyline fix #100
- Fix unicode BOM behavior #90
- Named logger #106
- Remove minidom #103
...