You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this code to make an animation.
It works well but I would like to know if it is possible to make the points ephemeral (because it is temporal) ?
Here is my command line :
python3 heatmap.py -b black -r 4 -W 1200 -d 0.1 -I osmt.png --extent=49.7,3.6,50.8,6.0 -G Blue.png -a -o Namur100-5.mpg -P mercator Namur100_copie.txt.
Is it possible to change something in this line or should I change something in the code ?
Thank you in advance,
Kind regards
The text was updated successfully, but these errors were encountered:
This is not currently supported, but I don't think it would be too hard to add, at least for a stream of points with fixed time intervals. I'll give it some thought.
In the meantime, the best workaround would be to have a front-end script take the points in batches and render a heatmap for each frame, then construct the animation using ffmpeg (same as the heatmap script would). This approach is more computationally expensive though, and it's probably just as easy to add support for the feature directly.
Hi !
I am using this code to make an animation.
It works well but I would like to know if it is possible to make the points ephemeral (because it is temporal) ?
Here is my command line :
python3 heatmap.py -b black -r 4 -W 1200 -d 0.1 -I osmt.png --extent=49.7,3.6,50.8,6.0 -G Blue.png -a -o Namur100-5.mpg -P mercator Namur100_copie.txt.
Is it possible to change something in this line or should I change something in the code ?
Thank you in advance,
Kind regards
The text was updated successfully, but these errors were encountered: