python-visualization / python-visualization/folium
Time slider that can change multiple layers
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 7.4k
- Forks
- 2.3k
- Ø Merge
- 17 Std. 22 Min.
- Gemergte PRs (30 T.)
- 11
Beschreibung
I implemented a folium map with a layer of cluster points (Marker) and a WMS layer for a single timestamp.
The WMS layer is from a tile provider, and I need to change the variable time inside WmsTileLayer, to change the data presented.
The cluster points layer is calculated from a feather file with specific date. Those clusters have different classes, and in the Layer Control I am able to select the classes I want to show. Each cluster point shows a pop up when clicked.
How can I create a time slider that:
- Changes the WMS layer for the corresponding timestamp?
- Changes the cluster points for the corresponding timestamp?
For example, can I use this plugins.TimestampedWmsTileLayers(wms) to change not only my WMS layer, but also the cluster points?
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne mit dem Einstiegspunkt plugins.TimestampedWmsTileLayers und dem im Issue beschriebenen Verhalten von WmsTileLayer. Ermittle, ob die angeforderte Synchronisierung zu einem bestehenden Plugin gehört oder ein neues Feature erfordert; die Umsetzung sollte sowohl WMS-Zeitstempel als auch zeitbezogene Cluster-Punktdaten abdecken und dabei die Layer-Auswahl und Popups beibehalten.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- data-visualization
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100