Migrate pharmacy-deserts example off datashader

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
72/100
issue の種類
リファクタリング
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
jupyter-notebook, matplotlib, python
領域
data

調査の方向性

Open examples/pharmacy-deserts.ipynb and inspect the cells importing datashader and using Canvas, shade, stack, and inferno. Replace those operations with arr.xrs.rasterize and matplotlib as described, update prose references, then re-execute the notebook. Done means it runs top to bottom without a datashader import and produces the expected plots.

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

説明

area:zonal documentation user-guide-example

Reason or Problem

examples/pharmacy-deserts.ipynb imports datashader and uses Canvas().points()/Canvas().polygons() with ds.mean/ds.max aggregation, plus shade/stack and the inferno colormap for rendering.

Proposal

  • Remove the datashader imports.
  • Replace the Canvas point/polygon rasterization with arr.xrs.rasterize(...), mapping the ds.mean/ds.max aggregation onto the column= and merge= parameters.
  • Replace shade/stack and the inferno colormap with matplotlib (matplotlib has an inferno colormap).
  • Update any prose that mentions datashader.
  • Re-execute the notebook so outputs regenerate cleanly.

Done when

  • The notebook runs top to bottom with no datashader import and produces the expected plots.

Part of removing datashader as a dependency; final packaging removal is tracked in #3450.

主要言語
Python
スター
972
フォーク
92
平均マージ
2日 12時間
マージ済み PR(30日)
7

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

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

はじめの一歩

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

xarray-contrib/xarray-spatial のほかの issue

xarray-contrib/xarray-spatial の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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