I work for a small ISP and have written a script to collect data from the switches that is then fed into Folium to produce a map of subscribers and their operating status as online of offline.
I need to add a counter, maybe through a div, that would allow for markers of any status to be counted and displayed in the window like the top left corner.
The cluster option in Folium has helped to give an idea for areas but i would like an overall total as well that is easily seen without the need for adding cluster totals.
Does Folium have something like this that i've just missed or is there another python based dashboard that i could create the number with and add it as a div somewhere.
I've looked at some python based dashboards but most of those are heavily graph based. I really only need a square box with a number that changes based on the total number of markers/subscribers that are offline.