What’s the closest thing we have that’s equivalent to folium in Python, i.e. a package that lets me take a set of lat/lon coordinates and plot them on an interactive map, including ideally the ability to have custom html popups on the lat/lon markers?
Another alternative is GMT.jl gmt2kml that as the name says produces a kml that you can load in GE, but I’ve not much experience with this so the wrapper may have some rough edges.
You may also take a look at kepler.gl. AFAIK, there is no native Julia support (so this is not a direct answer to your question), however, you can use it in Jupyter or even in VS Code and there is a lot to like about it.