python-visualization / python-visualization/folium
Time slider that can change multiple layers
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 7.4k
- 派生
- 2.3k
- 平均合并
- 17 小时 22 分钟
- 30 天内合并 PR
- 11
描述
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?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 plugins.TimestampedWmsTileLayers 入口点以及 issue 中描述的 WmsTileLayer 行为开始。确定所请求的同步是否属于现有 plugin,还是需要新 feature;实现应涵盖 WMS 时间戳和带时间戳的集群点数据,同时保留图层选择和弹出窗口。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100