trackanimation
trackanimation copied to clipboard
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
- Removing technical debt - Simplifying imports - Cleaning up variable names - Abstracted a few functions to make testing easier - Removed all warnings and deprecations Untested for now....
bump smopy version to 0.0.7 in setup.py.
I am trying out the example as listed on the [hompage](https://pypi.org/project/trackanimation/) However, I am getting `urllib.error.HTTPError: HTTP Error 403: Forbidden` in line `fig = AnimationTrack(df_points=ibiza_trk, dpi=300, bg_map=True, map_transparency=0.5)` Does anyone...
Hello Mr. Martin. I have been stuck with this issue when running one of the parts of the examples.py file: import trackanimation from trackanimation.animation import AnimationTrack input_directory = "C:/Users/xxxxx/Desktop/Machine Learning...
Need to check modules version (like smopy==0.0.6 etc) and show error about need modules update. Currently I get an error that cann't download via http, that not evident.
Really needed.
Hello The toolbox looks very interesting but I can't seem to get any of the examples to run with AnimationTrack(...) it always stumbles upon a `HTTP Error 429: Too Many...
I wanted to add a small icon of a canoe to kind of “lead the track” as it is being drawn. As the documentation is in Spanish and there are...
If I travel almost straight from south to north, I get a very “slim” video, with black “bars” on both sides. How can I get the map to cover the...
Hi @JoanMartin, for as start - great lib but I was not able to parametrize it as I want. I have recorded gpx tracks from ~month and I'd like animate...