python-visualization / python-visualization/folium
Time slider that can change multiple layers
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 2.3k
- Avg merge
- 17h 22m
- Merged PRs (30d)
- 11
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the plugins.TimestampedWmsTileLayers entry point and the WmsTileLayer behavior described in the issue. Determine whether the requested synchronization belongs in an existing plugin or requires a new feature; done should cover both WMS timestamps and timestamped cluster-point data while preserving layer selection and popups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100