Journelly heatmap
Following on from A journal in orgmode? yes Journelly! I have expertly crafted (read massively bodged) a python script to create a heatmap of locations using folium.
It simply reads in your Journelly.org file, checks for the lat/lon lines & stores them into a pandas dataframe (I was thinking of doing more with the df) and updates the folium map object before saving the interactive HTML file.
python code snippet start