holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
64 stars 21 forks source link

Roadmap: Task 6b: Optimize rendering of meshes and polygons #85

Closed jlstevens closed 5 years ago

jlstevens commented 6 years ago

Speed up rendering of unstructured meshes and polygons

philippjfr commented 5 years ago

This was implemented by enabling dynamic downsampling of paths/polygons in https://github.com/pyviz/geoviews/pull/282, through enhanced line/wiremesh rendering in https://github.com/pyviz/datashader/pull/694 and through dask trimesh support in https://github.com/pyviz/datashader/pull/696.