Migrate animated_hillshade example script off datashader
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- matplotlib, python
- Domain
- data-visualization
Research direction
Start with examples/animated_hillshade.py and inspect its datashader imports and the shade/stack rendering calls. Replace that rendering with matplotlib, then confirm the script runs without a datashader import; if it is no longer referenced, remove it and document why.
Written by the indexing model from the issue text.
Description
Reason or Problem
examples/animated_hillshade.py uses datashader only for rendering (shade, stack, the Elevation colormap). There is no rasterization to replace here.
Proposal
- Remove the datashader imports.
- Replace
shade/stackrendering with matplotlib, or, if the script is stale and no longer referenced, remove it instead. - Confirm the script still runs (or document its removal).
Done when
- The script runs with no datashader import, or it is removed with a note on why.
Part of removing datashader as a dependency; final packaging removal is tracked in #3450.
- Dominant language
- Python
- Stars
- 972
- Forks
- 92
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 7
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.
More from xarray-contrib/xarray-spatial
-
Difficulty 1/5 Under an hour Newbie friendliness 68/100
xarray-contrib/xarray-spatial#3726 ·
-
api area:surface bug severity:medium sweep-api-consistency
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
xarray-contrib/xarray-spatial#3712 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
xarray-contrib/xarray-spatial#3710 ·
-
bug
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
xarray-contrib/xarray-spatial#3707 ·
-
area:analysis documentation user-guide-example
Difficulty 2/5 Half a day Newbie friendliness 78/100
xarray-contrib/xarray-spatial#3463 ·
All issues in xarray-contrib/xarray-spatial
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
syfoud/Simulated_Scepter#172 ·
-
A cancelled tests run makes the coverage comment workflow fail and reports it as a red check on main Openarea: ci bug perceived difficulty: 3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Nitjsefnie-Harness-Commons/daedalus#921 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
EleutherAI/lm-evaluation-harness#4207 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
ClickHouse/clickhouse-connect#1057 ·