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
1.02k stars 223 forks source link

Gpxpy Error handling #40

Closed ghost closed 10 years ago

ghost commented 10 years ago

is gpxpy provide an error handling when parsing the .gpx file? for example invalidate gpx or corrupted file

tkrajina commented 10 years ago

There are many kind of possible errors. gpxpy will throw an exception if the GPX is invalid, but some other errors will be just silently left (for example an invalid latitude or longitude number or invalid email).