showing results for - "gpx to json python"
Rafael
29 Jan 2020
1dic = Converter(input_file='your_input.gpx').gpx_to_dictionary(latitude_key='latitude', longitude_key='longitude')
2# now you have a dictionary and can access the longitudes and latitudes values from the keys
3latitudes = dic['latitude']
4longitudes = dic['longitude']
5
queries leading to this page
gpx to json using pythongpx to json python