marceloprates / prettymaps

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
GNU Affero General Public License v3.0
11.02k stars 516 forks source link

Add GPX data support #80

Open Alexjsenn opened 2 years ago

Alexjsenn commented 2 years ago

This PR lays the ground work for full fledged GPX support. It can take a .gpx file as input and center the map around it. If no radius is specified it also sets the radius to encompass the whole track. In the future this can be expanded to include a layer for visual output.

viperfx commented 1 year ago

@Alexjsenn Would be great to include what GPX is and why someone would want to use. Also any recommendations for how to generate a GPX file?