python-visualization / python-visualization/folium
Time slider that can change multiple layers
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 7.4k
- フォーク
- 2.3k
- 平均マージ
- 17時間 22分
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
plugins.TimestampedWmsTileLayers エントリポイントと、issue に記載された WmsTileLayer の動作から始めます。要求された同期が既存の plugin に属するのか、新しい feature が必要なのかを判断します。実装では、WMS のタイムスタンプとタイムスタンプ付きのクラスターポイントデータの両方を対象とし、layer の選択とポップアップを維持する必要があります。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100