Skip to content

Migrate animated_hillshade example script off datashader #3464

Description

@brendancol

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/stack rendering 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions