bjlittle / geovista

Cartographic rendering and mesh analytics powered by PyVista
https://geovista.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
157 stars 24 forks source link

Proof of concept for streamlines visualization #675

Open pp-mo opened 7 months ago

stephenworsley commented 7 months ago

Experiments with PyVista streamlines functions suggest that it is possible to plot streamlines on the surface of the globe with streamlines_from_source if vectors are assigned to the points/nodes of a mesh which also has faces. To better support streamline plotting, it would therefore be worthwhile extending the work done in #676 on the Transform.from_points (which supports the creation of meshes of points) to the equivalent functions: Transform.from_1d, Transform.from_2d and Transform.from_unstructured (which support the creation of meshes with points and faces).

github-actions[bot] commented 1 week ago

In order to maintain a backlog of relevant issues, we automatically label them as stale after 180 days of inactivity.

If this issue is still important to you, then please comment on this issue and the stale label will be removed.

Otherwise this issue will be automatically closed in 28 days time.