mie-lab / trackintel

trackintel is a framework for spatio-temporal analysis of movement trajectory and mobility data.
MIT License
206 stars 50 forks source link

Raise error in gpx reader if path does not exist #579

Closed NinaWie closed 11 months ago

NinaWie commented 11 months ago

We had a problem that the gpx reader function still executed even though the path did not exist, and then an error was only thrown in the last line pd.concat(pfs_list, ignore_index=True) with the error no objects to concatenate. There should be an error Path does not exist or so