Currently, I have been developing a map for a personal project inspired by my day job. While Folium has served as a temporary fix, I am now seeking a solution better suited for displaying live data on both desktop and mobile browsers.
I am in need of advice on how to plot constantly changing lat/lng location data on a map, with a dataset consisting of 15k rows and 12 columns. The data is currently in csv format but can be converted if necessary. Features such as polygon overlays, dynamic filtering by status, integration with API data, and search functionality are crucial for this project.
My research suggests that NextJS combined with Leaflet might be the best route to achieve these goals. Although unfamiliar with this technology stack, I am enthusiastic about creating a more sophisticated application for myself and others.
While I anticipate challenges ahead, I have enjoyed piecing together the Folium version so far. Any recommendations or tips would be greatly appreciated!
Thus far, my progress has been using Folium.