sgraaf/gpx

Add an I/O interface / module

sgraaf opened this issue · 1 comments

sgraaf commented

Add an I/O interface / module similar to that of pandas.

sgraaf commented

For this, the existing classmethods for reading and writing GPX data (i.e. from_string, from_file, to_string and to_file) could be extended to include from_geojson, to_geojson, from_kml, to_kml (see #9), etc.

Furthermore, an I/O module could be added with functions like read_gpx and read_geojson with similar signatures, that would make use of these newly implemented classmethods.