python-visualization / python-visualization/folium

Time slider that can change multiple layers

オープン
#1,804 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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?

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

plugins.TimestampedWmsTileLayers エントリポイントと、issue に記載された WmsTileLayer の動作から始めます。要求された同期が既存の plugin に属するのか、新しい feature が必要なのかを判断します。実装では、WMS のタイムスタンプとタイムスタンプ付きのクラスターポイントデータの両方を対象とし、layer の選択とポップアップを維持する必要があります。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
data-visualization
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。