tkrajina / gpxpy

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
Apache License 2.0
987 stars 223 forks source link

Wrong type annotation for radians in method elevation angle? #279

Open seahawk1986 opened 2 months ago

seahawk1986 commented 2 months ago

Shouldn't the argument radians be a bool? https://github.com/tkrajina/gpxpy/blob/017d9961ee9aa86ccdbf5bb50a4e2341d5c42f4b/gpxpy/geo.py#L259